X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-si%2Fclient%2Fevents%2Fcorefunctions.pm;h=70d3bff70d5ff16501bdb9ed69baa455d324ebfa;hb=bb7bc1886a73ea4ff9d82d6c39f10cd9c9221372;hp=b1f6758e889b00fca424a3b8a80ff67063da0dcd;hpb=66a7cdd87dc6622fe9c524337a3ee90d86c1be04;p=gosa.git diff --git a/gosa-si/client/events/corefunctions.pm b/gosa-si/client/events/corefunctions.pm index b1f6758e8..70d3bff70 100644 --- a/gosa-si/client/events/corefunctions.pm +++ b/gosa-si/client/events/corefunctions.pm @@ -236,7 +236,7 @@ sub new_ldap_config { my $file1; my $file2; open(file1, "> $ldap_config"); -print STDERR Dumper(PerlIO::get_layers(file1, output => 1)); +#print STDERR Dumper(PerlIO::get_layers(file1, output => 1)); print file1 "# This file was automatically generated by gosa-si-client. Do not change.\n"; print file1 "URI"; foreach $element (@ldap_uris) { @@ -286,7 +286,7 @@ print STDERR Dumper(PerlIO::get_layers(file1, output => 1)); } # Write shell based config - my $cfg_name= dirname($ldap_config)."/ldap-shell.conf"; + my $cfg_name= "/etc/ldap/ldap-shell.conf"; # Get first LDAP server my $ldap_server= $ldap_uris[0];