From 9ab3668db2bdb89ebf2e61bc578e87ea04ab3669 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 18 Oct 2016 17:44:06 +0000 Subject: [PATCH] Update configuration script to use autobinding (Thanks Simo) Signed-off-by: Patrick Uiterwijk --- roles/ipa/server/files/configure-ipa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipa/server/files/configure-ipa.sh b/roles/ipa/server/files/configure-ipa.sh index eca8875f25..5c1e0ca517 100644 --- a/roles/ipa/server/files/configure-ipa.sh +++ b/roles/ipa/server/files/configure-ipa.sh @@ -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 <