Help getting user account sAMAccountName

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dev99
    New Member
    • Mar 2013
    • 12

    Help getting user account sAMAccountName

    Sorry for the newbie question - but I have a perl script using WIN32API::NET.

    I have a list of user account "cn=" values.

    Is there a WIN32API::NET command that will get the sAMAccountName for each cn?

    thanks
  • dev99
    New Member
    • Mar 2013
    • 12

    #2
    never mind the post. I was able to accomplish this with net::ldap instead.

    Comment

    Working...