From: gustav_delius Date: Fri, 20 Aug 2004 20:32:38 +0000 (+0000) Subject: removed some warnings from from fields, closing bug 1558 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ff9fe325840b4df261904ed3b425208eb883fd56;p=moodle.git removed some warnings from from fields, closing bug 1558 --- diff --git a/auth/ldap/config.html b/auth/ldap/config.html index 018072bed5..8c13284919 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_version, ""); - if (isset($err["ldap_version"])) formerr($err["ldap_version"]); + if (isset($err["ldap_version"])) formerr($err["ldap_version"]); ?> - + -

ldap_contexts: - +

ldap_contexts: + @@ -59,8 +75,8 @@ -

ldap_user_attribute: - +

ldap_user_attribute: + @@ -70,8 +86,8 @@ -

ldap_objectclass: - +

ldap_objectclass: + @@ -81,8 +97,8 @@ -

ldap_search_sub: - +

ldap_search_sub: + @@ -92,8 +108,8 @@ -

ldap_bind_dn: - +

ldap_bind_dn: + @@ -102,8 +118,8 @@ -

ldap_bind_pw: - +

ldap_bind_pw: + @@ -132,8 +148,8 @@ -

ldap_create_context: - +

ldap_create_context: + @@ -142,8 +158,8 @@ -

: - +

: + @@ -152,93 +168,93 @@ -

: - +

: + -

: - +

: + -

1: - +

1: + -

2: - +

2: + -

: - +

: + -

: - +

: + -

: - +

: + -

: - +

: + -

: - +

: + -

: - +

: + -

: - +

: + -

: - +

: + -

: - +

: +