ldap - ldapdelete and ldapsearch on linux platform -
i new stackoverflow , ldap if asking stupid / easy pls not mind. using linux platform need command below 2 thing 1) list users of ldap group name called group1 used filter (objectclass=*) showing information need have users name of group1.
and other 1
2) has delete users 1 one or @ once of group name called group1.
platform : linux
i used ldapdelete not succussed
here query i'm trying use, , result:
ldapdelete -h myhost.com -p 389 -v "cn=sharma\,varma,cn=gas_test2,ou=delegated,ou=groups,dc=gar,dc=corp,dc=xyz,dc=com" ldap_initialize( ldap://myhost.com:389 ) sasl/gssapi authentication started sasl username: lab_bldmstr@myhost.com sasl ssf: 56 sasl installing layers deleting entry "cn=sharma\,varma,cn=gas_test2,ou=delegated,ou=groups,dc=gar,dc=corp,dc=xyz,dc=com" – ldap_delete: no such object (32) matched dn: cn=gas_test2,ou=delegated,ou=groups,dc=gar,dc=corp,dc=xyz,dc=com additional info: 0000208d: nameerr: dsid-0310020a, problem 2001 (no_object), data 0, best match of: 'cn=gas_test2,ou=delegated,ou=groups,dc=gar,dc=corp,dc=xyz,dc=com'
can give me hint of i'm doing wrong?
Comments
Post a Comment