Hello All,

I am trying to retrieve all of the user attributes of an ldap user.
When i run the following
command, i get back all of the user attributes except the userPassword
field

ldapsearch -x -b
'uid=user100,cn=MyGroup,dc=ftp,dc=mylocaldomain,dc=org'

will return the following:

dn: uid=user100,cn=MyGroup,dc=ftp,dc=mylocaldomain,dc=org
uid: user100
cn: MyGroup
sn: user100
uidNumber: 8872
gidNumber: 881
homeDirectory: /ftpusers/user100
objectClass: person
objectClass: inetOrgPerson
objectClass: top
objectClass: posixAccount
objectClass: shadowAccount

Any suggestions?
Thank you,

Reply via email to