Commit d5e953b3 authored by Marco Mariani's avatar Marco Mariani

zmldapschema: removed check for zimbra user, as it's not correctly set up yet

parent 7e7b21e7
......@@ -19,10 +19,10 @@ source `dirname $0`/../bin/zmshutil || exit 1
zmsetvars -f zimbra_home zimbra_user
u=`id -un`
if [ $u != ${zimbra_user} ]; then
echo "Error: must be run as ${zimbra_user} user"
exit 1
fi
#if [ $u != ${zimbra_user} ]; then
# echo "Error: must be run as ${zimbra_user} user"
# exit 1
#fi
verifyLdapInstalled() {
echo -n "Looking for LDAP installation..."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment