summaryrefslogtreecommitdiffstats
path: root/install/tools/man/ipa-ldap-updater.1
diff options
context:
space:
mode:
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 761ca14c..487e80c3 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.