summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b382319)
raw | patch | inline | side by side (parent: b382319)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Feb 2008 14:03:52 +0000 (14:03 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Feb 2008 14:03:52 +0000 (14:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9079 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/client/events/corefunctions.pm | patch | blob | history |
index 6686c2ae2289ce1a737579cb72eea304ca30b1e3..740467a6f889926c67ffc291dbdb3cf501c7a821 100644 (file)
sub new_ldap_config {
- my ($msg_hash) = @_ ;
+ my ($msg, $msg_hash) = @_ ;
+
+ if( $ldap_enabled != 1 ) {
+ return;
+ }
+
my $element;
my @ldap_uris;
my $ldap_base;