root / pykota / trunk / initscripts / ldap / pykota-sample.ldif @ 2146

Revision 2146, 1.0 kB (checked in by jerome, 19 years ago)

It seems that $Log$ is not implemented or doesn't work for some reason

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#
2# PyKota sample LDAP directory tree
3#
4# YOU CAN USE IT TO CREATE AN INITIAL LDAP TREE WITH PYKOTA SUPPORT.
5#
6# ITS STRUCTURE IS AN EXAMPLE : YOU CAN USE WHATEVER STRUCTURE YOU WANT,
7# PROVIDED YOU PUT CORRECT CONFIGURATION PARAMETERS IN /etc/pykota/pykota.conf
8#
9# $Id$
10#
11 
12dn: ou=People,dc=librelogiciel,dc=com
13ou: People
14objectClass: organizationalUnit
15
16dn: ou=Groups,dc=librelogiciel,dc=com
17ou: Groups
18objectClass: organizationalUnit
19
20dn: ou=PyKota,dc=librelogiciel,dc=com
21ou: PyKota
22objectClass: organizationalUnit
23
24dn: ou=Printers,ou=PyKota,dc=librelogiciel,dc=com
25ou: Printers
26objectClass: organizationalUnit
27
28dn: ou=UQuotas,ou=PyKota,dc=librelogiciel,dc=com
29ou: UQuotas
30objectClass: organizationalUnit
31
32dn: ou=GQuotas,ou=PyKota,dc=librelogiciel,dc=com
33ou: GQuotas
34objectClass: organizationalUnit
35
36dn: ou=Jobs,ou=PyKota,dc=librelogiciel,dc=com
37ou: Jobs
38objectClass: organizationalUnit
39
40dn: ou=LastJobs,ou=PyKota,dc=librelogiciel,dc=com
41ou: LastJobs
42objectClass: organizationalUnit
Note: See TracBrowser for help on using the browser.