Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.190.422 Times

DCE::ACL 0.21

  Date Added: July 16, 2010  |  Visits: 697

DCE::ACL

Report Broken Link
Printer Friendly Version


Product Homepage
Download (88 downloads)



DCE::ACL is a Perl interface to DCE ACL client API. SYNOPSIS use DCE::ACL; $aclh = DCE::ACL->bind($object); DCE::ACL provides a Perl interface to the sec_acl_* client API. As the sec_acl_list_t structure is rather complex, additional classes and methods are provided so Perl scripts can deal with it in a reasonable fashion. DCE::ACL::handle methods DCE::ACL::handle->bind See DCE::ACL->bind. $aclh->num_acls Returns the number of acls in the sec_acl_list_t structure. $num = $aclh->num_acls $aclh->get_manager_types Equivalent to the sec_acl_get_manager_types function. $manager_types is a array reference. ($num_used, $num_types, $manager_types, $status) = $aclh->get_manager_types(); If called in a scalar context, only the $manager_types array reference is returned. $manager = $achl->get_manager_types->[0]; #first manager $aclh->get_access Equivalent to the sec_acl_get_access function. ($permset, $status) = $aclh->get_access($manager); $aclh->get_printstring Equivalent to the sec_acl_get_printstring function. $printstrings is an array reference of hash references. ($chain, $mgr_info, $tokenize, $total, $num, $printstrings, $status) = $aclh->get_printstring($manager); If called in a scalar context, only the $printstrings reference is returned. $printstrings = $aclh->get_printstring($manager); foreach $str (@$printstrings) { $permstr .= ($str->{permissions} & $entry->perms) ? $str->{printstring} : "-"; } $aclh->test_access Equivalent to the sec_acl_test_access function. ($ok, $status) = $aclh->test_access($manager, $perms); $aclh->replace Equivalent to the sec_acl_replace function. $status = $aclh->replace($manager, $aclh->type_object, $list); $aclh->lookup Equivalent to the sec_acl_lookup function. $list is a reference to a sec_acl_list_t structure, blessed into the DCE::ACL::list class. $type is an optional argument which defaults to DCE::ACL-type_object>. ($list, $status) = $aclh->lookup($manager, [$type]); $aclh->new_list This method does a lookup, deleting all entries and returns the empty list. $type is an optional argument which defaults to DCE::ACL-type_object>. ($list, $status) = $aclh->new_list($manager, [$type]);.

Requirements: No special requirements
Platforms: Linux
Keyword: Acl Api Dce Dce Acl Dceacl Libraries List Manager Perl Programming Sec Status Types
Users rating: 0/10

License: Freeware Size: 35.84 KB
USER REVIEWS
More Reviews or Write Review


DCE::ACL RELATED
E-Mail Tools  -  Free Mailing List Manager 1.02
Free List Manager, merge smaller email lists into one big list. It is a full featured professional mailinglist manager software.
689 KB  
Mailing List Managers  -  DirecteMailer advanced mailing list manager 1.2
Advanced mailing list manager designed for mass mailing. Superior solution to send out newsletters, ezines, offers, ads, follow up with prospects, stay in touch with clients and much more. Installation on your server. Flexible reliable web-based...
 
E-Mail Tools  -  Dra&Drop E-mail List Manager 1.0
Drag&Drop E-mail List Manager is a free full featured professional mailing list manager made simple. It automates the entire process of extracting, importing, merging, cleaning, removing duplicate, & sorting addresses. Ideal e-mail marketing tool...
976 KB  
Business  -  LinkRoller - Link List Manager 1.0
LinkRoller was designed to assist with the ranking of domains in MSN/Live search. In other words, it can be used to gain tons of free traffic. But it is also just a simple link list manager. LinkRoller allows you to create lists of hyperlinks of...
25 KB  
Programming  -  Java Todo List Manager 1.0
Java Todo List Manager is a web based application that can be used for creating, editing and maintaining a todo list. Todo lists can be shared with others as well.
31.62 MB  
Business  -  PHP Mailing List Manager 1.0
An easy to use, scalable, extendible mailing list manager created in PHP. Has user management, job queuing and staggering. Uses ADODb Lite access layer for fast effecient access to your database, (currently only MySQL support included).
382.69 KB  
Business  -  PHP Todo List Manager 0.8.1beta
A full-featured Multi-User ToDo List manager supporting RSS feeds, custom categories, and more.
89.63 KB  
Web Browser Tools  -  Mailing List Manager for linux 0.3.0
Mailing List Manager is an experimental add-on that requires nightly builds of Thunderbird (Lanikai or Shredder). Ever get tired of managing filters for email lists? Here's an extension that takes care of the hassle for you, providing...
51.2 KB  
Personal Information Managers  -  NovaHouse List Manager 1.0
NovaHouse List Manager allows you to keep an unlimited number of lists such as to-do lists, project lists, shopping lists, or any kind of list that needs to be updated, rearranged, or prioritized. You can work with multiple lists...
758 KB  
Communication Tools  -  Autoresponder and Mailing List Manager 4.1
Searching for a free email autoresponder software or a free mailing list management script? The Autoresponder and Mailing List Manager (AMLM) combines the best features of both. The most important features are: You can import/export your mailing...
122 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB