[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldapmodify is modifying my code
Darryl Moore writes:
> I've changed it by moving my data into a file which now looks like this:
>
> dn: cn=newgrou1,ou=Groups,dc=moores,dc=ca
> changetype: modify
> add: memberUid
> memberUid: newuser1
> add: member
> member: uid=newuser1,ou=People,dc=moores,dc=ca
And now compare with man ldif, which shows that when you use
"changetype:" format you should have a "-" line after the last value of
each attribute.
--
Hallvard