A sample LDAP entry and the resulting error message are shown below. The objective is simple - adding a new member (employee) to an existing group (Administrators).% cat assigngrp.ldifdn: cn=Administrators,ou=groups,ou=entappchangetype: modifyadd: membermember: cn=emp1234,ou=people,ou=entapp% ldapmodify -p 3060 -h localhost -D "cn=orcladmin" -w passwd -f assigngrp.ldifadd member: cn=emp1234,ou=people,ou=entappmodifying entry cn=Administrators,ou=groups,ou=entappldap_modify: Object class violationldap_modify: additional info: Failed to find member...
Sunday, 29 July 2012
[OID] ldap_modify: Failed to find member in mandatory or optional attribute list
Posted on 19:51 by Unknown
Subscribe to:
Posts (Atom)