* [MOD] UI tweaks for improving the context help displaying for the options.

* [MOD] Improved user tab.
* [ADD] Added usage detail for users
This commit is contained in:
nuxsmin
2018-03-31 15:07:42 +02:00
parent f59611a17a
commit e484fb74a7
28 changed files with 1488 additions and 1202 deletions

View File

@@ -121,7 +121,7 @@ class ConfigLdapController extends SimpleControllerBase
->setGroup(Request::analyzeString('ldap_group'))
->setBindDn(Request::analyzeString('ldap_binduser'))
->setBindPass(Request::analyzeEncrypted('ldap_bindpass'))
->setAds(Request::analyzeBool('ldap_ads', false));
->setAds(Request::analyzeBool('ldap_ads_enabled', false));
}
/**