removed some warnings from from fields, closing bug 1558

This commit is contained in:
gustav_delius 2004-08-20 20:32:38 +00:00
parent 067675c006
commit ff9fe32584

View file

@ -20,6 +20,22 @@
if (empty($config->ldap_version)) { if (empty($config->ldap_version)) {
$config->ldap_version = "2"; $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 = "";
}
?> ?>
<tr valign="top" BGCOLOR="<?php echo $THEME->cellheading2 ?>"> <tr valign="top" BGCOLOR="<?php echo $THEME->cellheading2 ?>">
<TD ALIGN=RIGHT><P>ldap_host_url:</TD> <TD ALIGN=RIGHT><P>ldap_host_url:</TD>