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

Revision 3561, 2.2 kB (checked in by jerome, 11 years ago)

Changed copyright years.

  • 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#
10# (c) 2003-2013 Jerome Alet <alet@librelogiciel.com>
11# This program is free software: you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by
13# the Free Software Foundation, either version 3 of the License, or
14# (at your option) any later version.
15#
16# This program is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19# GNU General Public License for more details.
20#
21# You should have received a copy of the GNU General Public License
22# along with this program.  If not, see <http://www.gnu.org/licenses/>.
23#
24# $Id$
25#
26
27# The encrypted password below in clear text is : BlfUPg7t
28dn: cn=pykotaadmin,dc=example,dc=com
29objectClass: simpleSecurityObject
30objectClass: organizationalRole
31cn: pykotaadmin
32description: PyKota Administrator
33userPassword:: e1NNRDV9WkdTNXlobUNaVFdkY0lZWDdrOFUxc1VGOHY0PQ==
34
35# The encrypted password below in clear text is : ls88DT5j
36dn: cn=pykotauser,dc=example,dc=com
37objectClass: simpleSecurityObject
38objectClass: organizationalRole
39cn: pykotauser
40description: PyKota ReadOnly User
41userPassword:: e1NNRDV9ZFZrRjJWOG1QWGo1L3pTQkplSS9TK0hpYURBPQ==
42
43dn: ou=People,dc=example,dc=com
44ou: People
45objectClass: organizationalUnit
46
47dn: ou=Groups,dc=example,dc=com
48ou: Groups
49objectClass: organizationalUnit
50
51dn: ou=PyKota,dc=example,dc=com
52ou: PyKota
53objectClass: organizationalUnit
54
55dn: ou=Printers,ou=PyKota,dc=example,dc=com
56ou: Printers
57objectClass: organizationalUnit
58
59dn: ou=UQuotas,ou=PyKota,dc=example,dc=com
60ou: UQuotas
61objectClass: organizationalUnit
62
63dn: ou=GQuotas,ou=PyKota,dc=example,dc=com
64ou: GQuotas
65objectClass: organizationalUnit
66
67dn: ou=Jobs,ou=PyKota,dc=example,dc=com
68ou: Jobs
69objectClass: organizationalUnit
70
71dn: ou=LastJobs,ou=PyKota,dc=example,dc=com
72ou: LastJobs
73objectClass: organizationalUnit
74
75dn: ou=BillingCodes,ou=PyKota,dc=example,dc=com
76ou: BillingCodes
77objectClass: organizationalUnit
Note: See TracBrowser for help on using the browser.