Added appearance option show_authz (#94)

Enabling displays the authorization ID rather than the authentication ID,
similar to using ldapwhoami.  Requires PHP 7.2+
This commit is contained in:
sshambar
2020-02-19 14:14:18 -08:00
committed by GitHub
parent 0fe1758572
commit 0a57b2f80e
3 changed files with 28 additions and 2 deletions

View File

@@ -431,6 +431,9 @@ $servers->setValue('server','name','My LDAP Server');
/* Set to true if you would like to initially open the first level of each tree. */
// $servers->setValue('appearance','open_tree',false);
/* Set to true to display authorization ID in place of login dn (PHP 7.2+) */
// $servers->setValue('appearance','show_authz',false);
/* This feature allows phpLDAPadmin to automatically determine the next
available uidNumber for a new entry. */
// $servers->setValue('auto_number','enable',true);