Displaying 1 result from an estimated 1 matches for "psuidnumber".
Did you mean:
guidnumber
2013 Jun 23
1
Joining Mac OSX 10.8.4 Small contribution for the documentation/wiki?...
...om the command line (terminal.app):
$ ldapsearch -h example.local -x -b "dc=example,dc=local" "uid=david" >
/tmp/ldap-data.txt
$ grep "uid:" /tmp/ldap-data.txt ; grep "psDirIDN:" /tmp/ldap-data.txt ;
grep "cn:" /tmp/ldap-data.txt ; grep "psUidNumber:" /tmp/ldap-data.txt
uid: david
psDirIDN: 367777
cn: JUSTIN DAVID GONZALEZ
psUidNumber: 493417
If any of the attributes do NOT appear, then there might be an issue
with the user's Active Directory record, with either missing attributes
or attributes with non matching case of let...