ucs/debian

Christoph Wickert wickert at kolabsys.com
Mon Feb 9 17:53:06 CET 2015


 ucs/debian/kolab-imap.preinst |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2bdfdcbaceadb7e19d0dbb332ef7c43774560ee8
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Mon Feb 9 17:52:57 2015 +0100

    Hide cyrus-admin also in kolab.imap.preinst (#4346)

diff --git a/ucs/debian/kolab-imap.preinst b/ucs/debian/kolab-imap.preinst
index 0e410a7..78fcda5 100755
--- a/ucs/debian/kolab-imap.preinst
+++ b/ucs/debian/kolab-imap.preinst
@@ -16,6 +16,7 @@ if [ "${server_role}" = "domaincontroller_master" ]; then
         --set "username=cyrus-admin" \
         --set "firstname=Cyrus" \
         --set "lastname=Administrator" \
+        --set "objectFlag=hidden" \
         --position "cn=users,${ldap_base}" >/dev/null 2>&1 || true
 fi
 




More information about the commits mailing list