Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #377659
    rstasel
    Participant

    I’m curious if anyone knows how to find the last time an OD account was used.

    I know this info must be stored somewhere, since you can tell OD (or rather, Password Server) to disable an account after being inactive for however long. So, how can this info be pulled?

    pwpolicy doesn’t seem to see it, and I can’t find that info anywhere within LDAP….

    Thoughts?

    #377660
    rstasel
    Participant

    okay, I just answered my own question…

    [code]mkpassdb -dump | grep username[/code]

    will return slot-id and last account modification/login time (if you enable/disable an account, it updates that date/time… so it’s not just last login).

    *sigh* Well, at least it’s here for posterity.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Comments are closed