Howdy list,

Does anyone here been able to use this module, can lend a hand on how to start it I'm having trouble with the ADS_CONNECT_STRING and USER_REFERENCE_STRING,  any example will do, do have to use this without specific binding to my AD?


use Win32::AD::User

 $user = AdUser->new( ADS_CONNECT_STRING, USER_REFERENCE_STRING );

 The new function returns an Win32::AD::User object. The function takes 2
 scalars; ADS_CONNECT_STRING and USER_REFERENCE_STRING. The
 ADS_CONNECT_STRING can be a valid LDAP or WinNT ADsPath string. More
 information about a valid ADsPath String is available via the Win32::OLE
 documentation. The USER_REFERENCE_STRING is the username of the account
 you would like to either create or modify.


Thanks n advance,

/joseph

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
Perl-Win32-Admin mailing list
Perl-Win32-Admin@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to