nqklooless has asked for the wisdom of the Perl Monks concerning the following question:
Using this result, I want to replace all of the dn's in the group. I expect to have one update routine per group. I'd prefer not to use the changelog (Sun Directory Server). And no, it's not possible for us to authorize using the attribute. TIA!!$result = $ldap->search ( base => "dc=chocolates,dc=com", filter => "appflag=HR", attrs => ['dn']);
|
|---|