This is probably quite an obscure question. =/
I think I've mastered the art of retrieving information from microsofts active directory using the perl Net::LDAP module.
However I'm finding I need to retrieve the last update time of the email field within active directory. I am able to do this by using the ldp.exe tool provided by microsoft or using `repadmin /showmeta <dn of user object> <domain controller>` in order to retrieve the AD's 'replication metadata'. (in that each AD field has a timestamp so that replication conflicts don't occur and so the most recent update to a field overrides all previous updates. )
I would like to pull this data ideally using the Net::LDAP module or if that's not possible through some other perl method that doesn't rely on calling slow third party tools (like repadmin). Ideally I'd like to be able to use perl to run an ldap query to retrieve all users whose email field was updated within the last 24 hours but I fear the ldap queries interface might not allow me to query replication metadata.
Have any knowledgeable monks done anything similar before and could provide some pointers.
Thanks.
In reply to Viewing Active Directory Replication Metadata! by disciple01
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |