From: Christopher A B. <ca...@tc...> - 2002-06-05 13:53:24
|
As Murugan K G once put it so eloquently: > I am binding with LDAP3 only as > $ldap->bind('admin',password => 'novell', version=>3) > or die "Not able to bind"; As Graham mentioned, be sure to check the result code; "or die" doesn't work here. You're using a fully qualified DN for the "username" right? Because "bind" doesn't search on uid for you... %% Christopher A. Bongaarts %% ca...@tc... %% %% Internet Services %% http://umn.edu/~cab %% %% University of Minnesota %% +1 (612) 625-1809 %% |