summaryrefslogtreecommitdiffstats
path: root/contrib/slapd-modules/variant/tests/data/test005-changes.ldif
blob: 767f48a91b43c59de329c96ceaaa230e1609d489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
-