in reply to Re: verifification of LDAP credentials
in thread verifification of LDAP credentials
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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: verifification of LDAP credentials
by zejames (Hermit) on Dec 03, 2004 at 13:24 UTC |