Damon Getsman wrote:
my question is strictly about how to correctly write an .ldif for ldapmodify, and thus on topic. :)

I attempted to write an .ldif as follows:
dn: cn=executiv,ou=Group,dc=ouah,dc=net
changetype: add
memberUid: diddy
memberUid: whee

and was quickly informed by ldapmodify that this was not the correct way to do such.

Instead try:

dn: cn=executiv,ou=Group,dc=ouah,dc=net
changetype: modify
add: memberUid
memberUid: diddy
memberUid: whee

I believe that will work. See RFC 2849 for details on LDIF syntax. Also, include the output for a failed command next time for best odds of assistance.

Jon Roberts
www.mentata.com

---
You are currently subscribed to [email protected] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the 
SUBJECT of the message.

Reply via email to