From: cajus Date: Fri, 22 Feb 2008 12:20:33 +0000 (+0000) Subject: Grumble X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5a607b0c54fb279cfe29cc183d7a102fd775d49;p=gosa.git Grumble git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9068 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index 95f056863..9ba139c45 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -603,7 +603,7 @@ sub new_ldap_config { # Get first LDAP server my $ldap_server= $ldap_uris[0]; - $ldap_server=~ s/^ldap:\/\/([^:]+).*$/\1/; + $ldap_server=~ s/^ldap:\/\/([^:]+).*$/$1/; open(file1, "> $cfg_name"); print file1 "LDAP_BASE=\"$ldap_base\"\n";