[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Adding a new user to existing LDAP group



> dn: cn=admin,ou=groups,dc=crmsldap,dc=agilent
> changetype: modify
> memberUid: test

> ldapmodify: modify operation type is missing at line 21, entry "cn=admin,ou=
> groups,dc=crmsldap,dc=agilent"

Reread ldapmodify(1). You are missing `replace: memberUid' or `add: ...'
between line 2 and 3.

        -JP