File: root.ldif

package info (click to toggle)
openldap 2.6.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 31,080 kB
  • sloc: ansic: 328,961; sh: 51,256; cpp: 6,011; makefile: 3,320; sql: 1,714; perl: 455; python: 184; tcl: 45
file content (25 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (11)
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
dn: dc=example,dc=com
objectclass: dcObject
objectclass: organization
dc: example
o: My Domain corp.

dn: ou=users,dc=example,dc=com
ou: users
objectclass: organizationalUnit

dn: ou=groups,dc=example,dc=com
ou: groups
objectclass: organizationalUnit

dn: uid=1,ou=groups,dc=example,dc=com
objectclass: inetOrgPerson
cn: test 1
sn: test1
uid: 1

dn: uid=2,ou=groups,dc=example,dc=com
objectclass: inetOrgPerson
cn: test 2
sn: test2
uid: 2