diff options
Diffstat (limited to 'install/tools/man/ipa-ldap-updater.1')
-rw-r--r-- | install/tools/man/ipa-ldap-updater.1 | 1 |
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 ed140b33..d896a1be 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. |