17

We are going to implement LDAP for centralized authentication in our organization. Which is the best simple LDAP management tool available ?

nitins
  • 2,527
  • 15
  • 42
  • 65

6 Answers6

12

I found Gosa to work extremely well. See their site for setup and usage instructions.

BillThor
  • 27,354
  • 3
  • 35
  • 69
7

You might take a look at http://phpldapadmin.sourceforge.net/.

user48838
  • 7,393
  • 2
  • 17
  • 14
6

http://www.ldap-account-manager.org/ Has the ability to create users homes, handles quotas, creates pdf-s, handles samba3. Batch upload from csv.

raerek
  • 648
  • 7
  • 12
5

I use Apache Directory Studio, and I am very pleased with it.

silk
  • 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
2

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.

EEAA
  • 108,414
  • 18
  • 172
  • 242
2

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/

ipeacocks
  • 321
  • 1
  • 3
  • 10