Skip to content
#

ldif

Here are 28 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

`

good first issue

Improve this page

Add a description, image, and links to the ldif 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 ldif topic, visit your repo's landing page and select "manage topics."

Learn more