Update configuration script to use autobinding (Thanks Simo)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c74bd6d108
commit
9ab3668db2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ipa user-add fas_sync --first=FAS --last=Sync
|
|||
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
|
||||
ldapmodify -x -H ldapi://%2fvar%2frun%2fslapd-FEDORAPROJECT-ORG.socket <<EOF
|
||||
dn: cn=ipa_pwd_extop,cn=plugins,cn=config
|
||||
changetype: modify
|
||||
add: passSyncManagersDNs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue