mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
ITS#5910 always append to the log file
This commit is contained in:
parent
ca2aa02f09
commit
74d8f1dedd
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ esac
|
|||
# fail when we add some DN other than our own, and should succeed when
|
||||
# we add our own DN.
|
||||
# bjensen
|
||||
$LDAPMODIFY -D "$JAJDN" -h $LOCALHOST -p $PORT1 -w jaj > \
|
||||
$LDAPMODIFY -D "$JAJDN" -h $LOCALHOST -p $PORT1 -w jaj >> \
|
||||
$TESTOUT 2>&1 << EOMODS1
|
||||
version: 1
|
||||
dn: cn=ITD Staff, ou=Groups, dc=example, dc=com
|
||||
|
|
|
|||
Loading…
Reference in a new issue