ad ldap sync
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 554
Quick and Dirty Sync 0.1
Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across. more>>
Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across in both directions, meaning you dont need to supply a "from" and "to" directory. Quick and Dirty Sync project works for local and (some) FTP directories.
Your mileage may vary, and all your files may be destroyed. You have been warned.
<<lessYour mileage may vary, and all your files may be destroyed. You have been warned.
Download (0.024MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1041 downloads
dhcp2ldap 1.1
dhcp2ldap is a daemon for use with the BIND9 LDAP backend. more>>
dhcp2ldap is a perl daemon that Ive written to work with the LDAP SDB backend for Bind9, and the ISC DHCP server.
It will check the dhcp leases file, at a configurable rate, for changes and update DNS accordingly.
<<lessIt will check the dhcp leases file, at a configurable rate, for changes and update DNS accordingly.
Download (0.002MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1571 downloads
LDAP Shell 2.0
LDAP Shell is an interactive LDAP shell written in Perl. more>>
LDAP Shell is an interactive LDAP shell written in Perl and allowing basic administrative functionality, such as crawling the directory tree and modifying entries.
It is composed of two parts: Net::LDAP::Config, and ldapsh.
Net::LDAP::Config is a library for simplifying and centralizing access to your LDAP repositories. Instead of having every single script ask for your ldap server and search base, or have it hard coded, you can simply use this library:
my $config = Net::LDAP::Config->new("default");
Its got a couple other nice features, like the fact that it caches your LDAP UID (per host), so you should only ever have to type it in once. Its pretty well documented, so perldoc Net::LDAP::config should get you the rest of the way.
ldapsh, and its corresponding library Net::LDAP::Shell, provide (shockingly) the shell behaviour. When run, ldapsh drops you into a (very simple) interpreter.
Even given its simplicity, though, ldapsh is still very useful: You can use it to walk your LDAP tree, you can clone existing objects (using the clone command), remove objects (can you guess the command?), and create new objects using new.
The new command, when provided one or more objectclasses, will automatically retrieve the required and optional attributes for those objectclasses, which can be a great time-saver.
Enhancements:
- A lot of cleanup, some new commands, and Term::ReadKey support.
<<lessIt is composed of two parts: Net::LDAP::Config, and ldapsh.
Net::LDAP::Config is a library for simplifying and centralizing access to your LDAP repositories. Instead of having every single script ask for your ldap server and search base, or have it hard coded, you can simply use this library:
my $config = Net::LDAP::Config->new("default");
Its got a couple other nice features, like the fact that it caches your LDAP UID (per host), so you should only ever have to type it in once. Its pretty well documented, so perldoc Net::LDAP::config should get you the rest of the way.
ldapsh, and its corresponding library Net::LDAP::Shell, provide (shockingly) the shell behaviour. When run, ldapsh drops you into a (very simple) interpreter.
Even given its simplicity, though, ldapsh is still very useful: You can use it to walk your LDAP tree, you can clone existing objects (using the clone command), remove objects (can you guess the command?), and create new objects using new.
The new command, when provided one or more objectclasses, will automatically retrieve the required and optional attributes for those objectclasses, which can be a great time-saver.
Enhancements:
- A lot of cleanup, some new commands, and Term::ReadKey support.
Download (0.040MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1437 downloads
mod_mldap 0.71
mod_mldap is a simple LDAP authentication module for Apache 2. more>>
mod_mldap is a simple LDAP authentication module for Apache 2.
Quick installtion of the dynamic module:
As root, run:
make install
It may be necessary to edit the include and APXS paths in
the Makefile.
Config options:
* MLDAP_URL LDAP URL.
* MLDAP_userAttr LDAP user name attibute. The default is "uid".
* MLDAP_pwAttr LDAP encrypted password attribute. Default
"UserPassword".
* MLDAP_logLevel Set to 1000 or above for debug messages.
The default is 0 (only error messages).
* MLDAP_Authoritative Set to "Off" to pass control to other authentication
modules if authentication fails. Default is "On".
Example (.htaccess):
AuthType Basic
AuthName TopSecret
MLDAP_URL ldap://127.0.0.1/dc=narpes,dc=com??sub?(objectClass=uidObject)
Require valid-user
<<lessQuick installtion of the dynamic module:
As root, run:
make install
It may be necessary to edit the include and APXS paths in
the Makefile.
Config options:
* MLDAP_URL LDAP URL.
* MLDAP_userAttr LDAP user name attibute. The default is "uid".
* MLDAP_pwAttr LDAP encrypted password attribute. Default
"UserPassword".
* MLDAP_logLevel Set to 1000 or above for debug messages.
The default is 0 (only error messages).
* MLDAP_Authoritative Set to "Off" to pass control to other authentication
modules if authentication fails. Default is "On".
Example (.htaccess):
AuthType Basic
AuthName TopSecret
MLDAP_URL ldap://127.0.0.1/dc=narpes,dc=com??sub?(objectClass=uidObject)
Require valid-user
Download (0.005MB)
Added: 2006-05-08 License: MIT/X Consortium License Price:
1264 downloads
LDAPab 0.1
LDAPab is a Web-based address book for small companies. more>>
LDAPab is a Web-based address book for small companies. LDAPab features a public address book which is writable for all company staff and a personal address book for each staff member. LDAPab requires an existing LDAP server to authenticate users.
<<less Download (0.10MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
1437 downloads
Samba LDAP Tools++ 0.1.2
Samba LDAP Tools++ is a branch of the smbldap-tool scripts. more>>
Samba LDAP Tools++ is a branch of the smbldap-tool scripts.
It has Kerberos (Heimdal) support for passwords, LDAP hashes, and domain machines; support for DynDNS updates on Samba using BIND; and additional structures for system users that allow a single user to play different roles as RADIUS, LDAP, Kerberos, Samba, and Jabber users.
The project has many additions and functions that allow full support on new technologies.
Main features:
- Support for password changes using kerberos (heimdal)
- Support for {KRB5} hash
- Support for kerberos under domain workstations
- Support for dynamic updates on DNZ zones
- Adition of new structures for system users
Enhancements:
- Courier schema support was added.
- qmail schema was dropped.
<<lessIt has Kerberos (Heimdal) support for passwords, LDAP hashes, and domain machines; support for DynDNS updates on Samba using BIND; and additional structures for system users that allow a single user to play different roles as RADIUS, LDAP, Kerberos, Samba, and Jabber users.
The project has many additions and functions that allow full support on new technologies.
Main features:
- Support for password changes using kerberos (heimdal)
- Support for {KRB5} hash
- Support for kerberos under domain workstations
- Support for dynamic updates on DNZ zones
- Adition of new structures for system users
Enhancements:
- Courier schema support was added.
- qmail schema was dropped.
Download (MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1046 downloads
Samba::LDAP 0.03
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. more>>
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend.
SYNOPSIS
use Carp;
use Samba::LDAP;
my $samba = Samba::LDAP->new()
or croak "Cant create objectn";
my $domain = $samba->get_local_sid();
<<lessSYNOPSIS
use Carp;
use Samba::LDAP;
my $samba = Samba::LDAP->new()
or croak "Cant create objectn";
my $domain = $samba->get_local_sid();
Download (0.080MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1016 downloads
um zu sync 0.0.1
um zu sync software is a file backup and synchronization tool. more>>
um zu sync software is a file backup and synchronization tool.
um zu sync utilizes libinotify so that files can be synchronized as soon as they are modified.
Warning! This software is at a very early stage of development. As such it is likely it may contain bugs that could damage your system and destroy data. Proceed with caution.
<<lessum zu sync utilizes libinotify so that files can be synchronized as soon as they are modified.
Warning! This software is at a very early stage of development. As such it is likely it may contain bugs that could damage your system and destroy data. Proceed with caution.
Download (0.010MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 downloads
modXLdapAuth 0.4
modXLdapAuth is an X509 certificate authentication and LDAP authorization module. more>>
modXLdapAuth is an X509 certificate authentication and LDAP authorization module.
Main features:
- The LDAP filter to check the users permissions is configurable
- The Suffix for the LDAP bind is configurable
- Bind DN and password can be specified if the ldap server does not allow anonymous binding
- The scope is configurable (subtree, one level or base).
- Debug messages can be turned on with a directive at run-time
- Remote User : this environment variable can be filled with an attribute of LDAP entry
<<lessMain features:
- The LDAP filter to check the users permissions is configurable
- The Suffix for the LDAP bind is configurable
- Bind DN and password can be specified if the ldap server does not allow anonymous binding
- The scope is configurable (subtree, one level or base).
- Debug messages can be turned on with a directive at run-time
- Remote User : this environment variable can be filled with an attribute of LDAP entry
Download (0.12MB)
Added: 2006-05-30 License: The Apache License 2.0 Price:
1242 downloads
mod_cfg_ldap 1.2
mod_cfg_ldap is a module that provides Vhost lookups via LDAP. more>>
mod_cfg_ldap can be used to keep VirtualHost configuration of the Apache web server in a LDAP directory and to make changes visible in nearly realtime.
Installation:
Just run "make" to build the module and "make install" (as root) to install the module. This will use Apaches apxs to build/install from source.
Have a look at cfg_ldap.conf to learn about configuration.
Your LDAP server needs to include mod_cfg_ldap.schema. If you do not use OpenLDAP you are on your own to build a schema.
You should configure the LDAP server to maintain indices on apacheServerName, apacheServerAlias and anything you use in your additional search filter.
<<lessInstallation:
Just run "make" to build the module and "make install" (as root) to install the module. This will use Apaches apxs to build/install from source.
Have a look at cfg_ldap.conf to learn about configuration.
Your LDAP server needs to include mod_cfg_ldap.schema. If you do not use OpenLDAP you are on your own to build a schema.
You should configure the LDAP server to maintain indices on apacheServerName, apacheServerAlias and anything you use in your additional search filter.
Download (0.006MB)
Added: 2006-05-23 License: BSD License Price:
1250 downloads
CSS Sync 0.2
CSS Sync is a Firefox extension which automatically Sync the CSS from your server. more>>
CSS Sync is a Firefox extension which automatically Sync the CSS from your server.
Automatically Sync the CSS from your server! This extension automatically syncs the style sheets that you edit on the server side to the client and applies them continuously.
For a web developer this will save lot of time. In development stage you just need to continuously edit the style sheet on server and see the effect on client side(browser) instantaneously.
<<lessAutomatically Sync the CSS from your server! This extension automatically syncs the style sheets that you edit on the server side to the client and applies them continuously.
For a web developer this will save lot of time. In development stage you just need to continuously edit the style sheet on server and see the effect on client side(browser) instantaneously.
Download (0.005MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
935 downloads
chpassldapweb 0.1
chpassldapweb is a Web application for changing a password in an LDAP directory. more>>
chpassldapweb is a Web application for changing a password in an LDAP directory. The interface is simple and very functional. The project has protection against denial of service in the LDAP directory.
<<less Download (0.76MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
879 downloads
mod-vhost-ldap 1.0
mod-vhost-ldap is an Apache 2.x module for storing and configuring virtual hosts from LDAP. more>>
mod-vhost-ldap is an Apache 2.x module for storing and configuring virtual hosts from LDAP. mod-vhost-ldap project supports DocumentRoot, ScriptAlias, ServerName, ServerAlias, ServerAdmin, and SuexecUserGroup directives.
Its built on top of mod_ldap, so it uses its caching capabilities and can be used with a threaded Apache httpd.
<<lessIts built on top of mod_ldap, so it uses its caching capabilities and can be used with a threaded Apache httpd.
Download (0.007MB)
Added: 2006-01-31 License: The Apache License 2.0 Price:
1365 downloads

SearchBox Sync 1.3
SearchBox Sync allows you to synchronize the searchbox content. more>>
SearchBox Sync 1.3v is one of the most marvelous tools which can automatically update the search box content when you search directly in a search engine (Google, Yahoo, Live, MSN, YouTube, ...). Custom synchronization rules can be easily added for your preferred search engine.
Enhancements: Improved: Compatibility for Firefox 3.5.
<<less Added: 2009-07-16 License: MPL Price: FREE
15 downloads
Other version of SearchBox Sync
License:MPL (Mozilla Public License)
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
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 ad ldap sync 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