in reply to problem with getting Active Directory user properties with library Win32::AD::User

If I understand the documentation right, "middleName" is an LDAP property that is obtained by calling the User object METHOD "OtherName" - so you may have to do:
$property = $connect->get_property('OtherName');
*Untested*

        ...it is unhealthy to remain near things that are in the process of blowing up.     man page for WARP, by Larry Wall

  • Comment on Re: problem with getting Active Directory user properties with library Win32::AD::User
  • Download Code