Now that IPA is the reference, allow users to change their own attributes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e200f371dc
commit
b2cdf5dc62
1 changed files with 0 additions and 10 deletions
|
@ -8,15 +8,5 @@ trap cleanup EXIT
|
|||
|
||||
echo $ADMIN_PASSWORD | kinit admin
|
||||
|
||||
# Disallow all users to change their own settings
|
||||
ipa selfservice-find | grep "Self-service name:" | sed -e "s/ Self-service name: //" | \
|
||||
while read line
|
||||
do
|
||||
echo "Removing $line"
|
||||
ipa selfservice-del "$line"
|
||||
done
|
||||
|
||||
# Disable default permissions so we don't break our privacy policy
|
||||
ipa permission-mod "System: Read User Addressbook Attributes" --bindtype=permission
|
||||
|
||||
# TODO: Add custom permissions to grant specific access to user attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue