Project

General

Profile

« Previous | Next » 

Revision 8844

use configured auth.base rather than hard-coded dc=ecoinformatics,dc=org. https://projects.ecoinformatics.org/ecoinfo/issues/6592

View differences:

ldapweb.cgi
1683 1683
                my  $entry = $mesg->pop_entry;
1684 1684
                $storedUidNumber = $entry->get_value($attribute_name_store_next_uid);
1685 1685
        }
1686
		my $authBase = $properties->getProperty("auth.base");
1686 1687
        my $uids = $ldap->search(
1687
                        base => "dc=ecoinformatics,dc=org",
1688
                        base => $authBase,
1688 1689
                        scope => "sub",
1689 1690
                        filter => "uidNumber=*", 
1690 1691
                        attrs   => [ 'uidNumber' ],

Also available in: Unified diff