diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 06:57:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 06:57:21 +0000 |
commit | 4547143048b56a1d5b18e34841663932e17e7c9f (patch) | |
tree | 6554b2108d395b8135a117477a4338df3d0806ff | |
parent | 2bb7f164951794a54d6ea66631702d7604efff31 (diff) | |
download | control-center-4547143048b56a1d5b18e34841663932e17e7c9f.tar control-center-4547143048b56a1d5b18e34841663932e17e7c9f.tar.gz control-center-4547143048b56a1d5b18e34841663932e17e7c9f.tar.bz2 control-center-4547143048b56a1d5b18e34841663932e17e7c9f.tar.xz control-center-4547143048b56a1d5b18e34841663932e17e7c9f.zip |
show LDAP wizard
-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") ], |