pokoini4ek has asked for the wisdom of the Perl Monks concerning the following question:
Gives me an error:use Win32::AD::User; $connect = Win32::AD::User->new("WinNT://ad.domain/admin-user,user","u +ser-name"); $connect->get_info(); $property = $connect->get_property('middleName');
use Win32::AD::User; $connect = Win32::AD::User->new("WinNT://ad.domain/admin-user,user","u +ser-name"); $connect->get_info(); @groups = $connect->get_groups(); print join("\n\t", @groups);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem with getting Active Directory user properties with library Win32::AD::User
by NetWallah (Canon) on Oct 16, 2016 at 05:56 UTC | |
|
Re: problem with getting Active Directory user properties with library Win32::AD::User
by soonix (Chancellor) on Oct 17, 2016 at 08:04 UTC | |
by Anonymous Monk on Oct 17, 2016 at 08:59 UTC | |
by soonix (Chancellor) on Oct 17, 2016 at 11:28 UTC |