File: malformed_encoding.ldif

package info (click to toggle)
php-net-ldap2 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: php: 3,175; xml: 888; sh: 99; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# This is a LDIF file to test encoding failure
#

# unencoded DN
version: 1
dn: cn=test,ou=example,dc=com
objectclass: oc1

# unencoded attr value
version: 1
dn: cn=test2,ou=example,dc=com
objectclass: test
cn: test2

# entry ok
version: 1
dn: cn=test,ou=example,dc=com
objectclass: oc1