openldap/contrib/slapd-modules/variant/tests/data/test005-changes.ldif
2021-03-26 18:05:30 +00:00

35 lines
528 B
Text

dn: ou=People,dc=example,dc=com
changetype: modify
add: description
description: Everyone's heard of them
-
increment: uidNumber
uidNumber: 1
-
dn: ou=Groups,dc=example,dc=com
changetype: modify
add: st
st: Alabama
-
# check regex
dn: cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc
=com
changetype: modify
replace: description
description: A mouthful
-
add: ou
ou: The IT Crowd
-
# have the two mods merge
dn: dc=example,dc=com
changetype: modify
add: l
l: Locally
-
replace: st
st: Antarctica
-