Grant permissions to fas_sync
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
674c930093
commit
65c74d2f4a
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ done
|
|||
# Create fas_sync user
|
||||
ipa user-add fas_sync --first=FAS --last=Sync
|
||||
|
||||
# Allow sync user to create and edit users
|
||||
ipa group-add-member admins --users=fas_sync
|
||||
|
||||
# Allow sync user to update passwords
|
||||
ldapmodify -x -D "cn=Directory Manager" -w "$DM_PASSWORD" -h localhost -p 389 <<EOF
|
||||
dn: cn=ipa_pwd_extop,cn=plugins,cn=config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue