We are going to implement LDAP for centralized authentication in our organization. Which is the best simple LDAP management tool available ?
6 Answers
http://www.ldap-account-manager.org/ Has the ability to create users homes, handles quotas, creates pdf-s, handles samba3. Batch upload from csv.
- 678
Well, I'm not sure what the best is - that's a rather subjective question.
I've used phpLDAPadmin in the past, and it's worked quite well.
- 110,608
Best free option - phpLDAPadmin.
But if you have some budget - better to buy https://www.ldap-account-manager.org/lamcms/. It has a lot of good things: like self service (users will have possibilities to change password themselves), tree view as phpLDAPadmin has. It cost ~250 euro for now.
As I know phpLDAPadmin and LDAP Account Manager are projects of the same developer. And have the same bugs too :)
UPD. Seems that Fusion Directory https://www.fusiondirectory.org/ is also not bad choice especially considering current situation. Its a GOSA fork. Written on PHP, has a lot of integrated schemas, plugins could be added/deleted so interface could be clean w/o non-needed things etc.
https://www.theo-andreou.org/?p=1539 https://fusiondirectory-user-manual.readthedocs.io/en/1.4/
- 321