dkoudela / active-directory-to-openldap

An attempt to provide tools and LDIF schemas for conversion of Active Directory structures to OpenLdap.
Apache License 2.0
119 stars 36 forks source link

Authentication Updates Needed #6

Open jcrawford opened 4 years ago

jcrawford commented 4 years ago

Will this image be updated to work with the openldap images that are in dockerhub? I keep getting the following error and it is because this method of authentication is deprecated in OpenLDAP.

Basically everything is now supposed to be a part of the idassert-bind statement instead of idassert-password, it's the credentials= option to idassert-bind

5eda4385 config_back_initialize: warning, unable to get "olcDbIDAssertPasswd" attribute description: 17: attribute type undefined

I cannot seem to get this to actually work with this error showing, I mean OpenLDAP is running and I can connect as an admin but the LDIF files are not being imported when I run set-default-slapd.sh

dkoudela commented 4 years ago

I have updated openldap RPMs to 2.4.40 and everything is working for me. What version of openldap do you use?