Posted on 2008-08-25 11:05:51-07 by huaraz in response to 8668
Re: Where can I find better documentation ?
I posted the wrong extract
$ldap->sasl_parms(-mech=>"GSSAPI", -secprops=>"", -flags=>LDAP_SASL_QUIET); # What is in message $mesg ? $mesg = $ldap->bind_s(-type=>LDAP_AUTH_SASL); # What are the possible arguments and return values ? $mesg = $ldap->search( -base => $bind_path, -filter => "(samaccountname=$user)", -timelimit => 2, -attrs => ['mail', 'samaccountname', 'useraccountcontrol', 'userprincipalname'] );
Markus
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.