Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | An example to find the homeDirectory, profilePath, and lastLogon attributes for a user's NEXUS account. (Replace the username 'snickers' with your own NEXUS username and XXXXX, below, for the sAMAccountName attribute to the username you wish to query.) | |||||||
> > | An example to find the homeDirectory, profilePath, and lastLogon attributes for a user's NEXUS account. (Replace the username 'your-user-id' with your own NEXUS username and XXXXX, below, for the sAMAccountName attribute to the username you wish to query.) | |||||||
Changed: | ||||||||
< < | ldapsearch -x -D snickers@NEXUS.UWATERLOO.CA -W -h lyra.uwaterloo.ca -b dc=nexus,dc=uwaterloo,dc=ca sAMAccountName=XXXXX dn homeDirectory profilePath lastLogon | |||||||
> > | ldapsearch -x -D your-user-id@NEXUS.UWATERLOO.CA -W -h lyra.uwaterloo.ca -b dc=nexus,dc=uwaterloo,dc=ca sAMAccountName=XXXXX dn homeDirectory profilePath lastLogon | |||||||
You will be prompted for your NEXUS credentials. Once you have suplied the correct password you should receive information that looks like the following. |