Querying Creation and Modification Timestamps Through LDAP
Novell Cool Solutions: Tip
|
Digg This -
Slashdot This
Posted: 30 Dec 2002 |
If you're looking for a way to retrieve the creation/modification timestamps of an object through an LDAP query, here's the syntax:
ldapsearch -h 192.168.1.1 -D cn=admin,o=novell -w password cn=admin createTimeStamp
and
ldapsearch -h 192.168.1.1 -D cn=admin,o=novell -w password cn=admin modifyTimeStamp
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com

