Skip to content
#

ldap-manager

Here are 21 public repositories matching this topic...

pedro-nonfree
pedro-nonfree commented Mar 6, 2020

I spent 7 hours and 10 minutes finding a surreal bug, the LDIF template must be trimmed appropiately

I had one environment working and the other one no (error text=: empty AttributeDescription)

The faulty LDIF template was:

dn: uid={UID},ou=users,{BASE}
objectClass: inetOrgPerson
uid: {UID}
displayName: {UID}
cn: {UID}
sn: {UID}
userPassword: {PWD}

the good one

`

Improve this page

Add a description, image, and links to the ldap-manager topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ldap-manager topic, visit your repo's landing page and select "manage topics."

Learn more