Sample Header Ad - 728x90

ldap users cannot log in

1 vote
1 answer
783 views
I have created an ldap server (hosted externally with a domain name) on a ubuntu 18.04 machine with openLDAP. I configured linux machines to allow my users to connect using ldap and it works as expected (the user can log-in on the machine, and it creates a new home directory). However on mac, I can list my users in the Directory Utility : active directory list And I can get my user information (with his group declared in ldap) bash$ id -p hlarget uid hlarget groups sysadmin everyone netaccounts com.apple.sharepoint.group.1 But when I try to login as the admin user to edit my directory, I have a 2100 error. And when I try to log using ssh hlarget@localhost, or even in session manager, I cannot : failed CRAM-MD5 authentication for authzid - 'dn:cn=hlarget+o=example+ou=users,ou=users,dc=example,dc=com' authcid - 'hlarget' error 49 I'm pretty sure it's an encryption error (I use ssha encryption for my UserPassword). How can i figure out what the problem is? And how to fix it?
Asked by d3cima (121 rep)
Aug 29, 2018, 01:50 PM
Last activity: Sep 4, 2018, 07:12 AM