summaryrefslogtreecommitdiffstats
path: root/install/tools/man/ipa-ldap-updater.1
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-04-14 14:37:45 -0400
committerMartin Kosek <mkosek@redhat.com>2011-04-15 13:02:17 +0200
commitfe67680da5c3d7799884bdbd4d900070394dc5d0 (patch)
treebf51ade36d8d0895b28f8d059c1ed2f91dac6058 /install/tools/man/ipa-ldap-updater.1
parente3ec1fb7efb12c3669855b6c388f196c268680ee (diff)
downloadfreeipa-fe67680da5c3d7799884bdbd4d900070394dc5d0.tar.gz
freeipa-fe67680da5c3d7799884bdbd4d900070394dc5d0.tar.xz
freeipa-fe67680da5c3d7799884bdbd4d900070394dc5d0.zip
The default groups we create should have ipaUniqueId set
This adds a new directive to ipa-ldap-updater: addifnew. This will add a new attribute only if it doesn't exist in the current entry. We can't compare values because the value we are adding is automatically generated. ticket 1177
Diffstat (limited to 'install/tools/man/ipa-ldap-updater.1')
-rw-r--r--install/tools/man/ipa-ldap-updater.13
1 files changed, 2 insertions, 1 deletions
diff --git a/install/tools/man/ipa-ldap-updater.1 b/install/tools/man/ipa-ldap-updater.1
index 761ca14c4..487e80c36 100644
--- a/install/tools/man/ipa-ldap-updater.1
+++ b/install/tools/man/ipa-ldap-updater.1
@@ -29,7 +29,7 @@ An update file describes an LDAP entry and a set of operations to be performed o
Blank lines and lines beginning with # are ignored.
-There are 4 keywords:
+There are 7 keywords:
* default: the starting value
* add: add a value (or values) to an attribute
@@ -37,6 +37,7 @@ There are 4 keywords:
* only: set an attribute to this
* 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.
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.