diff options
-rwxr-xr-x | control-center | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center index e318434f..811edb8c 100755 --- a/control-center +++ b/control-center @@ -283,6 +283,7 @@ my @tree = [ "FTP wizard", "proftpd", 'ftp-mdk', N("Configure FTP") ], [ "News wizard", "inn", 'news-mdk', N("Configure news") ], [ "Kolab", "kolab", "kolab-mdk", N("Configure groupware") ], + if_(0, [ "LDAP", "ldap", "ldap-mdk", N("Configure LDAP") ]), [ "Postfix wizard", "postfix", 'postfix-mdk', N("Configure mail") ], [ "Squid wizard", "squid", 'drakproxy-mdk', N("Configure proxy") ], [ "Samba wizard", "samba", 'samba_server-mdk', N("Configure Samba") ], |