ldap
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 263

LDAP Account Manager 2.6.0 / 2.7.0 RC1
LDAP Account Manager RC1 is a webfrontend for managing accounts stored in an LDAP directory. more>> <<less
Added: 2009-07-27 License: GPL Price: FREE
downloads
Other version of LDAP Account Manager
LDAP Account Manager is a useful software which helps you manage Unix and Samba user and group accounts in a OpenLDAP serverPrice: FREE
License:GPL
License:GPL
License:GPL (GNU General Public License)
Python-LDAP 2.3.9
Python-LDAP provides users with an object-oriented API which is a quick and easy way to access LDAP directory servers from Python programs. more>> <<less
Added: 2009-07-26 License: Python License Price: FREE
downloads
Other version of Python-LDAP
License:Python License
Added: 2008-12-10 License: GPL Price: FREE
17 downloads
Net::LDAP::Control::VLV 0.34
Net::LDAP::Control::VLV is an LDAPv3 Virtual List View control object. more>>
Net::LDAP::Control::VLV is an LDAPv3 Virtual List View control object.
SYNOPSIS
use Net::LDAP;
use Net::LDAP::Control::VLV;
use Net::LDAP::Constant qw( LDAP_CONTROL_VLVRESPONSE );
$ldap = Net::LDAP->new( "ldap.mydomain.eg" );
# Get the first 20 entries
$vlv = Net::LDAP::Control::VLV->new(
before => 0, # No entries from before target entry
after => 19, # 19 entries after target entry
content => 0, # List size unknown
offset => 1, # Target entry is the first
);
$sort = Net::LDAP::Control::Sort->new( order => cn );
@args = ( base => "o=Ace Industry, c=us",
scope => "subtree",
filter => "(objectClass=inetOrgPerson)",
callback => &process_entry, # Call this sub for each entry
control => [ $vlv, $sort ],
);
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Set the control to get the last 20 entries
$vlv->end;
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Now get the previous page
$vlv->scroll_page( -1 );
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Now page with first entry starting with "B" in the middle
$vlv->before(9); # Change page to show 9 before
$vlv->after(10); # Change page to show 10 after
$vlv->assert("B"); # assert "B"
$mesg = $ldap->search( @args );
<<lessSYNOPSIS
use Net::LDAP;
use Net::LDAP::Control::VLV;
use Net::LDAP::Constant qw( LDAP_CONTROL_VLVRESPONSE );
$ldap = Net::LDAP->new( "ldap.mydomain.eg" );
# Get the first 20 entries
$vlv = Net::LDAP::Control::VLV->new(
before => 0, # No entries from before target entry
after => 19, # 19 entries after target entry
content => 0, # List size unknown
offset => 1, # Target entry is the first
);
$sort = Net::LDAP::Control::Sort->new( order => cn );
@args = ( base => "o=Ace Industry, c=us",
scope => "subtree",
filter => "(objectClass=inetOrgPerson)",
callback => &process_entry, # Call this sub for each entry
control => [ $vlv, $sort ],
);
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Set the control to get the last 20 entries
$vlv->end;
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Now get the previous page
$vlv->scroll_page( -1 );
$mesg = $ldap->search( @args );
# Get VLV response control
($resp) = $mesg->control( LDAP_CONTROL_VLVRESPONSE ) or die;
$vlv->response( $resp );
# Now page with first entry starting with "B" in the middle
$vlv->before(9); # Change page to show 9 before
$vlv->after(10); # Change page to show 10 after
$vlv->assert("B"); # assert "B"
$mesg = $ldap->search( @args );
Download (0.24MB)
Added: 2007-08-14 License: Perl Artistic License Price:
801 downloads
GROUP-E 1.6.36
GROUP-E project is collaboration software which integrates groupware, project management, and business server on one platform. more>>
GROUP-E project is collaboration software which integrates groupware, project management, and business server on one platform. The solution is based on a LAMP architecture (Linux, Apache, MySQL, PHP).
GROUP-E offers project management, transparent Samba (file server) integration, integration of Cyrus IMAP server with administration and personal SIEVE filters, support for SyncML 1.0, LDAP-based user management with single sign-on authentication, and LDAP contact databases.
Enhancements:
- A fix for an LDAP-Dump bug, new drag and drop support in the calendar module (ajax), automatic deleting of old emails in preferences (ajax), and various bugfixes for the SyncML Server (now all Symbian 60 mobiles works without problems, also syncevolution works now).
<<lessGROUP-E offers project management, transparent Samba (file server) integration, integration of Cyrus IMAP server with administration and personal SIEVE filters, support for SyncML 1.0, LDAP-based user management with single sign-on authentication, and LDAP contact databases.
Enhancements:
- A fix for an LDAP-Dump bug, new drag and drop support in the calendar module (ajax), automatic deleting of old emails in preferences (ajax), and various bugfixes for the SyncML Server (now all Symbian 60 mobiles works without problems, also syncevolution works now).
Download (MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
808 downloads
OpenSSH LDAP Public Key patch 0.3.9
The OpenSSH LDAP Public Key patch provides an easy way of centralizing strong user authentication. more>>
OpenSSH LDAP Public Key patch provides an easy way of centralizing strong user authentication by using an LDAP server for retrieving public keys instead of ~/.ssh/authorized_keys.
It uses the standard core.schema/nis.schema and strongAuthenticationUser object class, which can simplify login centralization but could introduce serious security flaws if the LDAP server is not correctly configured.
Enhancements:
- A memory leak has been fixed.
- A potential LDAP filter injection if a username has strange characters in it [()*] has been fixed.
<<lessIt uses the standard core.schema/nis.schema and strongAuthenticationUser object class, which can simplify login centralization but could introduce serious security flaws if the LDAP server is not correctly configured.
Enhancements:
- A memory leak has been fixed.
- A potential LDAP filter injection if a username has strange characters in it [()*] has been fixed.
Download (0.059MB)
Added: 2007-08-04 License: BSD License Price:
815 downloads
Net::LDAPapi 3.0.0
Net::LDAPapi is a Perl5 Module Supporting LDAP API. more>>
Net::LDAPapi is a Perl5 Module Supporting LDAP API.
This module allows Perl programmers to access and manipulate an LDAP based Directory.
Versions beginning with 1.40 support both the original "C API" and new "Perl OO" style interface methods. With version 1.42, Ive added named arguments.
THE INTIAL CONNECTION
All connections to the LDAP server are started by creating a new "blessed object" in the Net::LDAPapi class. This can be done quite easily by the following type of statement.
$ld = new Net::LDAPapi($hostname);
Where $hostname is the name of your LDAP server. If you are not using the standard LDAP port (389), you will also need to supply the portnumber.
$ld = new Net::LDAPapi($hostname, 15555);
The new method can also be called with named arguments.
$ld = new Net::LDAPapi(-host=>$hostname, -port=>15389);
Instead of the above mentioned argumens -url can be used in the following form
$ld = new Net::LDAPapi(-url=>"ldap://host:port");
Setting -debug=>"TRUE" will enable more verbose error messages.
Note that with named arguments, the order of the arguments is insignificant.
<<lessThis module allows Perl programmers to access and manipulate an LDAP based Directory.
Versions beginning with 1.40 support both the original "C API" and new "Perl OO" style interface methods. With version 1.42, Ive added named arguments.
THE INTIAL CONNECTION
All connections to the LDAP server are started by creating a new "blessed object" in the Net::LDAPapi class. This can be done quite easily by the following type of statement.
$ld = new Net::LDAPapi($hostname);
Where $hostname is the name of your LDAP server. If you are not using the standard LDAP port (389), you will also need to supply the portnumber.
$ld = new Net::LDAPapi($hostname, 15555);
The new method can also be called with named arguments.
$ld = new Net::LDAPapi(-host=>$hostname, -port=>15389);
Instead of the above mentioned argumens -url can be used in the following form
$ld = new Net::LDAPapi(-url=>"ldap://host:port");
Setting -debug=>"TRUE" will enable more verbose error messages.
Note that with named arguments, the order of the arguments is insignificant.
Download (0.054MB)
Added: 2007-08-02 License: Perl Artistic License Price:
813 downloads
Smbldap-tools 0.9.3
Smbldap-tools is a set of Perl scripts designed to manage user and group accounts stored in an LDAP directory. more>>
Smbldap-tools is a set of Perl scripts designed to manage user and group accounts stored in an LDAP directory. They can be used both by users and administrators of Linux systems:
*. administrators can perform users and groups management operations, in a way similar to the standard useradd or groupmod commands
users can change their LDAP password from the command line and get/change personnal informations.
This was first contributed by IDEALX.
Enhancements:
- Bugfixes and enhancements were made in many scripts.
- New scripts (smbldap-userinfo and smbldap-userlist) can help administrators and users to read and modify entries.
<<less*. administrators can perform users and groups management operations, in a way similar to the standard useradd or groupmod commands
users can change their LDAP password from the command line and get/change personnal informations.
This was first contributed by IDEALX.
Enhancements:
- Bugfixes and enhancements were made in many scripts.
- New scripts (smbldap-userinfo and smbldap-userlist) can help administrators and users to read and modify entries.
Download (0.30MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
824 downloads
GOsa 2.5.12
GOsa is a PHP-based LDAP frontend for system administration. more>>
GOsa is a PHP-based administration tool for role based managing of accounts and systems in LDAP databases.
Standard configurations can manage generic, posix/shadow, postfix/cyrus/sieve, pureftpd, fax and samba2/3 accounts in LDAP.
GOsa has plugins for DNS (BIND), DHCP (ISC dhcpd), and system/terminal management. The look and feel can be easily adapted to users needs.
Enhancements:
- This version fixes problems with automatic reverse zones in the DNS plugin, improves IE6/7 support, updates the available translations and fixes a couple of bugs in the FAI management dialog.
- Additionally, support for changing passwords without entering a fully blown GOsa has been added.
<<lessStandard configurations can manage generic, posix/shadow, postfix/cyrus/sieve, pureftpd, fax and samba2/3 accounts in LDAP.
GOsa has plugins for DNS (BIND), DHCP (ISC dhcpd), and system/terminal management. The look and feel can be easily adapted to users needs.
Enhancements:
- This version fixes problems with automatic reverse zones in the DNS plugin, improves IE6/7 support, updates the available translations and fixes a couple of bugs in the FAI management dialog.
- Additionally, support for changing passwords without entering a fully blown GOsa has been added.
Download (2.4MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
828 downloads
PHP2Go 0.5.7
PHP2Go is a development framework designed to help experienced developers and beginner programmers to create Web-based Systems. more>>
PHP2Go is a development framework designed to help experienced developers and beginner programmers to create Web-based Systems.
PHP2Go is an object-oriented, structured and hierarchical set of classes and libraries developed using PHP, XML and JavaScript.
Enhancements:
- All HTML code generated by the framework was ported to XHTML 1.0 Transitional.
- An LDAP client and an LDAP authentication driver were added.
- php2go.service.AjaxService, a class that allows PHP function calls through Ajax requests, has been added.
- AjaxService and AjaxPeriodicalUpdater Javascript classes have been added. A DataTable widget has been added.
- The date format now accepts three values: EURO, US, and SQL.
<<lessPHP2Go is an object-oriented, structured and hierarchical set of classes and libraries developed using PHP, XML and JavaScript.
Enhancements:
- All HTML code generated by the framework was ported to XHTML 1.0 Transitional.
- An LDAP client and an LDAP authentication driver were added.
- php2go.service.AjaxService, a class that allows PHP function calls through Ajax requests, has been added.
- AjaxService and AjaxPeriodicalUpdater Javascript classes have been added. A DataTable widget has been added.
- The date format now accepts three values: EURO, US, and SQL.
Download (1.9MB)
Added: 2007-07-16 License: LGPL (GNU Lesser General Public License) Price:
832 downloads
Apache LDAP vhost driver 1.1
Apache LDAP vhost driver lets you put vhost with all possible information in an LDAP database for both Apache 1.x and 2.x. more>>
Apache LDAP vhost driver project lets you put vhost with all possible information in an LDAP database for both Apache 1.x and 2.x.
Bug report system
With the new maintainence, there is now also a bug report system at the URL http://bugs.bayour.com/ (project mod_ldap_cfg).
Schemas
A schema called mod_ldap_cfg is used.
Apache config
To setup Apache to use this module, the httpd.conf is used.
<<lessBug report system
With the new maintainence, there is now also a bug report system at the URL http://bugs.bayour.com/ (project mod_ldap_cfg).
Schemas
A schema called mod_ldap_cfg is used.
Apache config
To setup Apache to use this module, the httpd.conf is used.
Download (MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
834 downloads
ConTagged 0.6.2
ConTagged is a web-based address book for small companies written in PHP. more>>
ConTagged is a web-based address book for small companies written in PHP. It provides access to a company-wide address book, as well as private address books for each employee.
All contact details are stored in the LDAP directory and are available from all common e-mail clients.
Contacts can be grouped and looked up in infinite ways by assigning tags to them.
ConTagged integrates perfectly into an existing infrastruture by using an existing LDAP directory for authenticating the users.
Main features:
- Public company address book
- Private employees address books
- Tagging
- Photo upload
- Multilingual (English, German)
<<lessAll contact details are stored in the LDAP directory and are available from all common e-mail clients.
Contacts can be grouped and looked up in infinite ways by assigning tags to them.
ConTagged integrates perfectly into an existing infrastruture by using an existing LDAP directory for authenticating the users.
Main features:
- Public company address book
- Private employees address books
- Tagging
- Photo upload
- Multilingual (English, German)
Download (0.15MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
838 downloads
K5expire 2.1
K5expire is a tool to complement a Kerberos/LDAP server combination. more>>
K5expire is a tool to complement a Kerberos/LDAP server combination.
It checks all kerberos principals per user in LDAP for password and/or account expiration and sends E-mails to the owner if they will expire in a preconfigured amount of time.
It started as a hack to emulate the behavior of expiration found in pam_unix and Windows, but I believe this method to be less intrusive because it does not delay the login process.
Enhancements:
- Support for XMLSensor output was added.
<<lessIt checks all kerberos principals per user in LDAP for password and/or account expiration and sends E-mails to the owner if they will expire in a preconfigured amount of time.
It started as a hack to emulate the behavior of expiration found in pam_unix and Windows, but I believe this method to be less intrusive because it does not delay the login process.
Enhancements:
- Support for XMLSensor output was added.
Download (0.005MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
841 downloads
Bind9 LDAP sdb driver 1.0 / 1.1.0
Bind9 LDAP sdb driver is an attempt at an LDAP back-end for BIND 9 using the new simplified database interface sdb. more>>
Bind9 LDAP sdb driver is an attempt at an LDAP back-end for BIND 9 using the new simplified database interface "sdb". Using this you can store zones in LDAP rather than in files.
Note that when using sdb, the zones are not cached in memory, BIND will do a database lookup whenever it gets a query. If you want to store zones in LDAP but still have BIND do caching, you may be interested in the ldap2zone tool.
<<lessNote that when using sdb, the zones are not cached in memory, BIND will do a database lookup whenever it gets a query. If you want to store zones in LDAP but still have BIND do caching, you may be interested in the ldap2zone tool.
Download (0.008MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
848 downloads
Download (0.27MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
860 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ldap search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed