Application description
After the transfer of records from the GAL (MS Exchange) environment to OpenLDAP. I was looking for a tool to manage contacts. I've tried several tools and finally I chose LDAP Admin, author Tihomir Karlovic. Program fully meets my needs but it has one flaw - it is compiled only for Windows environments.
I use mostly as a desktop linux and I was looking for a way to deploy soft in linux. LDAP Admin comes with source code, so I tried to translate it in a linux environment.
After many hours of work there is a partial success - executable code under linux.
Not all code to run on the first sighting shots, but gradually I managed to compile and run the program under linux.
Stable functions:
- Browsing and editing of LDAP directories
- Recursive operations on directory trees (copy, move and delete)
- Schema browsing
- LDIF export and import
- Password management (supports crypt, md5, sha, sha-crypt, samba)
- Template support
- Binary attribute support
- LDAP SSL/TLS support
- Management of Posix Groups and Accounts
- Management of Samba Accounts
- Postfix MTA Support
- Scripting
Testing environment
- Linux Mageia 5, Desktop KDE4
- Lazarus 1.8
- Oracle VirtualBox 5.2
- MS Windows XP Pro
- Borland Delphi 7 Pro

