openldap/contrib/slapd-modules/variant/tests/data/test005-changes.ldif

36 lines
528 B
Text
Raw Normal View History

2021-02-24 09:41:44 -05:00
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
-