Advertising
- same users
- Wednesday, November 28th, 2007 at 10:48:22pm UTC
- [email protected]:/etc/pam.d# ldapsearch -x -h localhost "(uid=kim)" uid userPassword uidNumber gidNumber cn homeDirectory loginShell gecos description objectClass
- # extended LDIF
- #
- # LDAPv3
- # base <> with scope subtree
- # filter: (uid=kim)
- # requesting: uid userPassword uidNumber gidNumber cn homeDirectory loginShell gecos description objectClass
- #
- # Kim Needham, people, domain.com
- dn: cn=Kim Needham,ou=people,dc=domain,dc=com
- objectClass: inetOrgPerson
- objectClass: posixAccount
- cn: Kim Needham
- uid: kim
- uidNumber: 1020
- gidNumber: 1020
- homeDirectory: /home/kim
- loginShell: /bin/tcsh
- # search result
- search: 2
- result: 0 Success
- # numResponses: 2
- # numEntries: 1
- [email protected]:/etc/pam.d# ldapsearch -x -h localhost "(uid=kgoetz)" uid userPassword uidNumber gidNumber cn homeDirectory loginShell gecos description objectClass
- # extended LDIF
- #
- # LDAPv3
- # base <> with scope subtree
- # filter: (uid=kgoetz)
- # requesting: uid userPassword uidNumber gidNumber cn homeDirectory loginShell gecos description objectClass
- #
- # Karl Goetz, people, domain.com
- dn: cn=Karl Goetz,ou=people,dc=domain,dc=com
- objectClass: inetOrgPerson
- objectClass: posixAccount
- cn: Karl Goetz
- uid: kgoetz
- uidNumber: 1179
- gidNumber: 1179
- homeDirectory: /home/kgoetz
- loginShell: /bin/bash
- # search result
- search: 2
- result: 0 Success
- # numResponses: 2
- # numEntries: 1
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.