summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9d4d4ac)
raw | patch | inline | side by side (parent: 9d4d4ac)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Mar 2008 10:11:06 +0000 (10:11 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Mar 2008 10:11:06 +0000 (10:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10081 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/client/events/corefunctions.pm | patch | blob | history |
index b1f6758e889b00fca424a3b8a80ff67063da0dcd..58ebc932ca959832dd90c0172d78e0fdbb026f01 100644 (file)
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) {