summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-10-05 17:16:05 -0400
committerRob Crittenden <rcritten@redhat.com>2011-10-09 23:44:55 -0400
commit9386f154947cd683272f7dfd7797bd9e51c20994 (patch)
treecf787642156d72efdc550bfd381c37eaf645cd5b /install/tools
parente6e95b51db43fff6ff0aab0cf4a98f282bcc549c (diff)
downloadfreeipa-9386f154947cd683272f7dfd7797bd9e51c20994.tar.gz
freeipa-9386f154947cd683272f7dfd7797bd9e51c20994.tar.xz
freeipa-9386f154947cd683272f7dfd7797bd9e51c20994.zip
Fix DNS permissions and membership in privileges
This resolves two issues: 1. The DNS acis lacked a prefix so weren't tied to permissions 2. The permissions were added before the privileges so the member values weren't calculated properly For updates we need to add in the members and recalculate memberof via a DS task. https://fedorahosted.org/freeipa/ticket/1898
Diffstat (limited to 'install/tools')
-rw-r--r--install/tools/man/ipa-ldap-updater.11
1 files changed, 1 insertions, 0 deletions
diff --git a/install/tools/man/ipa-ldap-updater.1 b/install/tools/man/ipa-ldap-updater.1
index ed140b336..d896a1bed 100644
--- a/install/tools/man/ipa-ldap-updater.1
+++ b/install/tools/man/ipa-ldap-updater.1
@@ -40,6 +40,7 @@ There are 7 keywords:
* deleteentry: remove the entry
* replace: replace an existing value, format is old: new
* addifnew: add a new attribute and value only if the attribute doesn't already exist. Only works with single\-value attributes.
+ * addifexist: add a new attribute and value only if the entry exists. This is used to update optional entries.
Values is a comma\-separated field so multi\-values may be added at one time. Double or single quotes may be put around individual values that contain embedded commas.