ldapsearch - return all attributes and operational attributes
837917Feb 8 2011 — edited Feb 8 2011I know it sounds very easy and obviously to do that by just adding *, <operational attributes>.
However, I have tried that and didn't work.
Please tell me what is the trick or what is wrong on the following command
/usr/server1/bin/dsrk52/ldapsearch -1 -b "ou=People, o=XXX, dc=COM" -h sunsrv1 -p 389 -D "uid=239393,ou=people,o=XXX,dc=com" -w myPassword1 "uid=ct*" *, nsrole
If I just put the "*" at the end, there is no attributes return at all.
/usr/server1/bin/dsrk52/ldapsearch -1 -b "ou=People, o=XXX, dc=COM" -h sunsrv1 -p 389 -D "uid=239393,ou=people,o=XXX,dc=com" -w myPassword1 "uid=ct*" *
Please advise.
Ernest