can u provide some details on bind method arguments.. suppose my username is 'kamesh'$ldap = Net::LDAP->new( 'ldap.umich.edu' ); # bind to a directory with dn and password $mesg = $ldap->bind( 'cn=root, o=University of Michigan, c=us', password => 'secret' ); die "Invalid credential" if $mesg->is_error;
In reply to Re^2: verifification of LDAP credentials
by kamesh3183
in thread verifification of LDAP credentials
by kamesh3183
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |