PDA

View Full Version : [ubuntu] Configuring LDAP auth with a GUI



tnine
February 28th, 2011, 10:15 PM
Hi all,
I've been using CentOS for quite a long time, and I've recently switched to Ubuntu 10.10 as a desktop. I'm having one small stumbling block, I can't seem to setup LDAP authentication via a GUI. I found this post here.

https://help.ubuntu.com/community/LDAPClientAuthentication

Is there a GUI application that allows LDAP configuration similar to the Cent OS one?

Thanks,
Todd

tnine
March 7th, 2011, 08:44 PM
Bump. Anyone?

Xenomorph
July 28th, 2011, 08:15 PM
I'm looking for the same.

Fedora/Red Hat/CentOS:

1) Install
2) Open Authentication page and add LDAP & Kerberos information.

Ubuntu:

1) Install
2) Google search LDAP HowTo pages
3) apt-get install a bunch of additional packages
4) Start hand-editing configuration files
5) Test, trial, and error.

scorp123
July 30th, 2011, 12:52 AM
Other distros such as RHEL, CentOS and SUSE are much friendlier in this regard, there you have GUI tools to quickly enable LDAP authentication when and where you need it ... Not so in Ubuntu unfortunately.

The best thing you could try is this Wiki which you have already found:
https://help.ubuntu.com/community/LDAPClientAuthentication


In the "apt" repositories there is a package called ldap-auth-config and installing that one will cause the system to ask you a few things (in text mode) such as "Bind DN" etc. and in theory it should then auto-configure your system for LDAP authentication based on your answers .... Again: *in theory*. My experience with this package was rather disappointing, it seems to be buggy. Last time I looked at it was around Ubuntu 8.10 ... so maybe they fixed it now? You could try that.

What I do: Configure LDAP authentication with a contemporary SUSE system and then copy those config files over. This works pretty well and it's less frustrating.

If you have Active Directory you can use LikeWise Open ... there are packages in the repositories. And LikeWise Open does have a GUI which will allow you to easily join (and unjoin) an Ubuntu system to an Active Directory domain (packages: likewise-open, likewise-open-gui). So at least in the case of AD*authentication there would be no need to mess with LDAP and "winbind" etc., LikeWise Open can do all that automatically via a friendly GUI.

Pure LDAP (e.g. anything but Microsoft's AD) however is still pretty much a terminal and vi affair here on Ubuntu.