Fixed typo
authorJamie Cameron <jcameron@webmin.com>
Thu, 10 Feb 2011 01:09:47 +0000 (17:09 -0800)
committerJamie Cameron <jcameron@webmin.com>
Thu, 10 Feb 2011 01:09:47 +0000 (17:09 -0800)
ldap-server/ldap-server-lib.pl

index 705ce16..1724e44 100755 (executable)
@@ -760,7 +760,7 @@ if ($gconfig{'os_type'} eq 'redhat-linux') {
        &read_env_file("/etc/sysconfig/ldap", \%ldap);
        if (!$ldap{'SLAPD_LDAP'} &&
            !$ldap{'SLAPD_LDAPI'} &&
-           !$ldap{'SLAPD
+           !$ldap{'SLAPD_LDAPS'}) {
                &read_env_file("/etc/sysconfig/ldap", \%ldap, 1);
                }
        return { 'ldap' => $ldap{'SLAPD_LDAP'} eq 'yes' ? 1 : 0,