diff options
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index d1e7089c..d1355e48 100755 --- a/control-center +++ b/control-center @@ -296,7 +296,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") ]), + [ "LDAP wizard", "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") ], |