summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 16d6c21)
raw | patch | inline | side by side (parent: 16d6c21)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Jan 2008 10:33:42 +0000 (10:33 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Jan 2008 10:33:42 +0000 (10:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8310 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/modules/ServerPackages.pm | patch | blob | history |
index 3782ba740dbe3b27fcea724374870a73562526ef..9d4e95a7cfa63974aada8d443710e7a79c850ef5 100644 (file)
my ($server_activ, $server_ip, $server_mac_address, $server_port, $server_passwd, $max_clients, $ldap_uri, $ldap_base, $ldap_admin_dn, $ldap_admin_password);
my ($bus_activ, $bus_passwd, $bus_ip, $bus_port);
my $server;
-my @network_interfaces;
+my $network_interface;
my $no_bus;
my (@ldap_cfg, @pam_cfg, @nss_cfg, $goto_admin, $goto_secret);