summaryrefslogtreecommitdiff
path: root/templates/auto_number/uidpool.epp
blob: 7d608bb7709b8e583c88e79a5b67667be4015856 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* This feature allows phpLDAPadmin to automatically determine the next
   available uidNumber for a new entry. */
$servers->setValue('auto_number','enable',true);

/* The mechanism to use when finding the next available uidNumber. Two possible
   values: 'uidpool' or 'search'.
   The 'uidpool' mechanism uses an existing uidPool entry in your LDAP server to
   blindly lookup the next available uidNumber. The 'search' mechanism searches
   for entries with a uidNumber value and finds the first available uidNumber
   (slower). */
$servers->setValue('auto_number','mechanism','uidpool');