Posted on 2008-08-25 11:00:17-07 by huaraz
Where can I find better documentation ?
Is there somewhere a better documentation then the one at cpan ? I tried to figure out the wht the return values and input values are for a bind/search for example (I used Net::LDAP before).
# What is in message $mesg ? $mesg = $ldap->bind_s(-type=>LDAP_AUTH_SASL); # Why is this set after bind ? $ldap->sasl_parms(-mech=>"GSSAPI", -secprops=>"", -flags=>LDAP_SASL_QUIET); # What are the possible arguments and return values ? $mesg = $ldap->search( -base => $bind_path, -filter => "(samaccountname=$user)", -timelimit => 2, -attrs => ['mail', 'samaccountname', 'useraccountcontrol', 'userprincipalname'] );
Thank you Markus
Direct Responses: 8669 | 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.