From: cajus Date: Thu, 3 Jan 2008 16:57:24 +0000 (+0000) Subject: Added base to nss_ldap, too X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=367896f23812adbb1bf386e8f21f7dcec22e27ee;p=gosa.git Added base to nss_ldap, too git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8200 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index b261e3d8c..4e1369e50 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -997,6 +997,7 @@ sub new_ldap_config { print file2 " $element"; } print file "\nbase $ldap_base\n"; + print file2 "\nbase $ldap_base\n"; foreach $element (@pam_options) { print file "$element"; }