From: Jim H. <ha...@us...> - 2000-07-13 18:39:41
|
Cliff, here are at least some problems: if (!$base ) { $base = "his.hhs"; { this should be something like $base = "ou=his,o=hhs" my $result = $ldap->search ( base => "$base", scope => "sub", filter => "$last", s.b. filter => "(sn=$last)" attrs => "$attrs", s.b. attrs => $attrs, ); --Jim Harle US Naval Academy |