xref: /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/data/test005-changes.ldif (revision e670fd5c413e99c2f6a37901bb21c537fcd322d2)
1dn: ou=People,dc=example,dc=com
2changetype: modify
3add: description
4description: Everyone's heard of them
5-
6increment: uidNumber
7uidNumber: 1
8-
9
10dn: ou=Groups,dc=example,dc=com
11changetype: modify
12add: st
13st: Alabama
14-
15
16# check regex
17dn: cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc
18 =com
19changetype: modify
20replace: description
21description: A mouthful
22-
23add: ou
24ou: The IT Crowd
25-
26
27# have the two mods merge
28dn: dc=example,dc=com
29changetype: modify
30add: l
31l: Locally
32-
33replace: st
34st: Antarctica
35-
36