The DN is blank?
I will try this later today when I can restart the service without too many folks being around.
Moderators: ScalixSupport, admin
Code: Select all
DN=CN=sxadmin
Code: Select all
omshowpdl -l all | while read line; do
echo Removing default ACI for "$line"...
omdelaci -l "$line" -g default
echo Adding local ACI read for "$line"...
omaddaci -l "$line" -g local -c read
echo Showing ACI capabilities "$line"...
omshowaci -l "$line"
echo
done
Users browsing this forum: No registered users and 17 guests