获取LDAP帐号的创建时间等额外信息

ldapsearch -x -LLL -h 10.88.126.150 -p 389 -b "uid=content,ou=ftp.synnex.com,ou=proftpd servers,dc=synnex,dc=org" -D "cn=root,dc=synnex,dc=org"  +  -w 'pwd'


dn: uid=content,ou=ftp.synnex.com,ou=proftpd servers,dc=synnex,dc=org
structuralObjectClass: account
entryUUID: a7f98c8c-ad9d-1031-893e-83364ec4f476
creatorsName: cn=root,dc=synnex,dc=org
createTimestamp: 20121018183037Z
entryCSN: 20121018183037.344231Z#000000#001#000000
modifiersName: cn=root,dc=synnex,dc=org
modifyTimestamp: 20121018183037Z
entryDN: uid=content,ou=ftp.synnex.com,ou=proftpd servers,dc=synnex,dc=org
subschemaSubentry: cn=Subschema
hasSubordinates: FALSE



http://ldapwiki.willeke.com/wiki/LDAPSEARCH

http://www.openldap.org/software/man.cgi?query=ldapsearch&apropos=0&sektion=0&manpath=OpenLDAP+2.0-Release&format=html

       If  ldapsearch  finds  one or more entries, the attributes specified by
       attrs are retrieved and the entries and values are printed to  standard
       output.   If no attrs are listed, all attributes are returned.  If * is
       listed, all  user  attributes  are  returned.   If  +  is  listed,  all
       operational  attributes  are  returned.   If  only  1.1  is  listed, no
       attributes are listed.


你可能感兴趣的:(获取LDAP帐号的创建时间等额外信息)