17 projects tagged "LDAP"
LDAP Account Manager (LAM) is a web frontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. LAM was designed to make LDAP management as easy as possible for the user. It abstracts from the technical details of LDAP and allows persons without technical background to manage LDAP entries. If needed, power users may still directly edit LDAP entries via the integrated LDAP browser.
uranos is a system that supports unattended installation of several varieties of Linux (kickstart, preseed, autoyast) and Windows (2000, XP, 2003, 2003 R2, Vista, 7, 8, 2008, 2012). It includes features for inventory, software management, DHCP-LDAP, DNS-LDAP, PHP-SSH, syslog-ng, switch management, an LDAP browser, PXE management, central cron management, and license management.
python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly, it wraps the OpenLDAP 2.3+ libs for that purpose. Additionally, the package contains modules for other LDAP-related stuff (such as processing LDIF, LDAPURLs, and LDAPv3 schema).
UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. It may be used on any platform that supports Java SE 5.0 or later, as well as on Android mobile devices.
OpenDJ is an LDAPv3 compliant directory server written for the Java platform. Fully featured, it provides a high performance, highly available, and secure store for the identities managed by enterprises. OpenDJ is a continuation of the OpenDS project initiated by Sun Microsystems.
jidgen is a Java-based id generator that can be used as a command line program or as a library. The idea is to make automated generation of user IDs as easy as possible by introducing a simple, straightforward template language to describe the structure of the desired IDs. jidgen uses 100% Java and is thus platform independent. Itsupports collision filters for different backends to ensure the generated ID is unique in your environment. Blacklists are available to make sure all IDs are socially acceptable. As a command line program, it can easily be accessed by scripts or directly by the user. As an embedded library, it can easily be employed in the process of automated ID generation and suggestion.
LDAP for Haskell provides an interface to the C LDAP API for Haskell programmers. With it, you can search and modify LDAP directories. The Haskell binding features automatic memory management and proper handling for binary data, and handles all marshalling into and out of C data structures for you automatically.