Home » Password Control - Password Control - Bugs » Properties to load and default domain Messages in this topic - RSS
|
5/21/2009 5:45:10 AM
zalnam
zalnam
Posts 6
How can we use the PwdLastSet, LastLogon and other AD atributes? I only managed to display de MemberOf atribute of a user.

And in the beta version i couldn't set a default domain. It's possible ?
10x
5/25/2009 6:31:47 AM
admin
admin
Posts 331
Hi,

PwdLastSet and LastLogon are not supported at the moment. They require special handling as they are stored as large integers in Active Directory - I'll improve support for large integer attributes in future versions. Also, it's worth noting that the LastLogon attribute is not replicated between domain controllers. To get the true last logon, you would need to query every domain controller in the domain.

You can't set a default domain in the beta version but you can pass connection info via the command line. e.g.

passwordcontrol.exe -s wisesoft.co.uk -u david.wiseman -p MyP@ssW0rd

You can also type "passwordcontrol.exe ?" to get a full list of commandline options.

Hope this helps,

David
5/28/2009 12:42:01 AM
zalnam
zalnam
Posts 6
Yes, i knew it was a problem with LastLogon.
"-s domain" solved my problem with default domain.

Thanks for this great program ! Applause
pages: 1
|

Home » Password Control - Password Control - Bugs » Properties to load and default domain