File: changes.ldif

package info (click to toggle)
php-net-ldap 1%3A1.1.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 484 kB
  • ctags: 1,095
  • sloc: php: 2,669; xml: 431; makefile: 3
file content (44 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (6)
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
36
37
38
39
40
41
42
43
44
#
# This is a LDIF file to test writing changes of entries
#
#
version: 1
dn: cn=test1,ou=example,dc=cno
changetype: modify
delete: attr1
-
delete: attr2
attr2: baz
-
delete: attr4
-

dn:: Y249dGVzdCD25Pwsb3U9ZXhhbXBsZSxkYz1jbm8=
changetype: modify
add: newattr
newattr: foo
-
delete: attr3
-
replace: attr1
attr1: newvaluefor1
-
replace: attr2
attr2: newvalue1for2
attr2: newvalue2for2
-

dn:: OmNuPWVuZHNwYWNlLGRjPWNubyA=
changetype: delete

dn: cn=foo,ou=example,dc=cno
changetype: modrdn
newrdn: cn=Bar
deleteoldrdn: 1

dn: cn=footest,ou=example,dc=cno
changetype: modrdn
newrdn: cn=foobartest
deleteoldrdn: 1
newsuperior: ou=newexample,dc=cno