LDAP Authentication

Support for security such as Firewalls and securing linux
Post Reply
alexm
Posts: 34
Joined: 2012/06/04 21:04:55

LDAP Authentication

Post by alexm » 2019/10/17 16:24:20

Hi all,

If this is not in the right forum, please feel free to move it. I am not sure if it should be "Networking" or "Security", but as soon as I typed "Authentication" I thought security...

Anyway: I have many, many CentOS servers (6 and 7) running. They all use LDAP to authenticate SSH users, with the LDAP server being a Symas LDAP server on our network. This has worked very very well, and I want to continue using this method.

However, I have grepped the internet and can't find a really good explanation on the "new" way to do this, in CentOS 8. I know RH dropped OpenLDAP (why, I have no friggin idea, since it's kind of the gold standard) to move to their new IPA (this reeks of M$ and AD). I am up for trying IPA, but my needs are extremely simple, and all of the information I've found for IPA have been much more robust than just a simple LDAP authentication configuration.

Does anyone have any pointers or documentation for doing this? I could install the OpenLDAP client, but then updates could be compromised...

TIA!

Alex

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: LDAP Authentication

Post by TrevorH » 2019/10/17 16:56:12

I've looked at ipa and for my needs it is way over-complicated and complete overkill. I will be using something like 389-ds in the future (my openldap servers are currently still on el6).
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

alexm
Posts: 34
Joined: 2012/06/04 21:04:55

Re: LDAP Authentication

Post by alexm » 2019/10/17 21:17:26

OK, I have it working. Basically, I set it up *exactly* as I did CentOS 7, using openldap-client, nslcd, and PAM (though the config files are now in /etc/authselect). I had to completely disable SSSD as our LDAP server does not support TLS (I know, it should, but that's for another time with lots of safeguards in place).

Anyway, just thought I'd update this. If anyone wants details, let me know and I can post my documentation.

Thanks!

Alex

sles
Posts: 68
Joined: 2007/08/21 04:43:38

Re: LDAP Authentication

Post by sles » 2019/10/22 09:47:38

alexm wrote:
2019/10/17 21:17:26
If anyone wants details, let me know and I can post my documentation.
Well, I'm not migrating from 7 to 8 right now, but this will be interesting in future.
Thank you!

Post Reply