diff --git a/auth/ldap/config.html b/auth/ldap/config.html index 018072bed5c..8c132849193 100644 --- a/auth/ldap/config.html +++ b/auth/ldap/config.html @@ -20,36 +20,52 @@ if (empty($config->ldap_version)) { $config->ldap_version = "2"; } + if (empty($config->ldap_memberattribute)) { + $config->ldap_memberattribute = ""; + } + if (empty($config->ldap_creators)) { + $config->ldap_creators = ""; + } + if (empty($config->ldap_create_context)) { + $config->ldap_create_context = ""; + } + if (empty($config->ldap_objectclass)) { + $config->ldap_objectclass = ""; + } + if (empty($config->auth_user_guid)) { + $config->auth_user_guid = ""; + } + ?>
ldap_host_url:
ldap_host_url:
ldap_version:
ldap_version:
ldap_contexts:
ldap_contexts:
ldap_user_attribute:
ldap_user_attribute:
ldap_objectclass:
ldap_objectclass:
ldap_search_sub:
ldap_search_sub:
ldap_bind_dn:
ldap_bind_dn:
ldap_bind_pw:
ldap_bind_pw:
ldap_create_context:
ldap_create_context:
:
:
:
:
:
:
1:
1:
2:
2:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
: