We are going to implement LDAP for centralized authentication in our organization. Which is the best simple LDAP management tool available ?
-
Keycloak one of the better way, have advanced web ui, ldap integration, and sql database. – user304454 Jul 29 '21 at 18:07
-
I asked this here where it should be https://softwarerecs.stackexchange.com/questions/83497/is-there-an-web-ldap-administration-tool – Evan Carroll Jul 13 '22 at 16:51
6 Answers
I found Gosa to work extremely well. See their site for setup and usage instructions.
- 27,354
- 3
- 35
- 69
-
Definitely agree Gosa is an excellent admin tool - but for not ideal for lower-level debugging - phpldapadmin? – symcbean Sep 07 '10 at 12:09
-
10
-
2
http://www.ldap-account-manager.org/ Has the ability to create users homes, handles quotas, creates pdf-s, handles samba3. Batch upload from csv.
- 648
- 7
- 12
I use Apache Directory Studio, and I am very pleased with it.
- 918
- 5
- 13
-
I just want to +1 ADS for it's ease of use and full feature set. Some things I like: using an existing entry as a template for another, ease of creating any new entry from scratch, schema viewing, cross platform. – Tim Bielawa Sep 12 '10 at 18:41
-
+1 for ADS for not requiring additional infrastructure that needs maintenance. – Quick_Wango Jun 28 '18 at 15:48
-
ADS is very good, but my experiences with apache fortress (web frontend before apache directory server) are bad. Apache Directory Studio has the problem that it requires the installation of an eclipse-derivative software to the client machine. I manage LDAP with ADS, but co-workers have a web frontend, too. – peterh Feb 19 '20 at 10:56
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.
- 108,414
- 18
- 172
- 242
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
- 1
- 3
- 10