mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 11:29:27 -05:00
No -r needed
This commit is contained in:
parent
990ab4b119
commit
3733bfa207
1 changed files with 6 additions and 8 deletions
|
|
@ -13,8 +13,6 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
|
|||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-r ]
|
||||
[\c
|
||||
.BR \-n ]
|
||||
[\c
|
||||
.BR \-v ]
|
||||
|
|
@ -142,9 +140,6 @@ Continuous operation mode. Errors are reported, but
|
|||
will continue with modifications. The default is to exit after
|
||||
reporting an error.
|
||||
.TP
|
||||
.B \-r
|
||||
Replace existing values by default.
|
||||
.TP
|
||||
.B \-n
|
||||
Show what would be done, but don't actually modify entries. Useful for
|
||||
debugging in conjunction with -v.
|
||||
|
|
@ -262,8 +257,11 @@ flag is set (or if the program was invoked as
|
|||
and "modify" otherwise.
|
||||
.LP
|
||||
If changetype is "modify" and no "add:", "replace:", or "delete:" lines
|
||||
appear, the default is "replace" if the -r flag is set and "add"
|
||||
otherwise.
|
||||
appear, the default is "replace" for
|
||||
and "add"
|
||||
.BR ldapmodify (1)
|
||||
for
|
||||
.BR ldapadd (1).
|
||||
.LP
|
||||
Note that the above exceptions to the
|
||||
.BR slapd.replog (5)
|
||||
|
|
@ -297,7 +295,7 @@ exists and has the contents:
|
|||
the command:
|
||||
.LP
|
||||
.nf
|
||||
ldapmodify -r -f /tmp/entrymods
|
||||
ldapmodify -f /tmp/entrymods
|
||||
.fi
|
||||
.LP
|
||||
will replace the contents of the "Modify Me" entry's
|
||||
|
|
|
|||
Loading…
Reference in a new issue