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
RevLine 
[1015]1#
2# PyKota sample LDAP directory tree
[1098]3#
[1200]4# YOU CAN USE IT TO CREATE AN INITIAL LDAP TREE WITH PYKOTA SUPPORT.
[3413]5#
[1200]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
[3259]8#
[3413]9#
[3561]10# (c) 2003-2013 Jerome Alet <alet@librelogiciel.com>
[3259]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.
[3413]15#
[3259]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.
[3413]20#
[3259]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#
[1015]24# $Id$
25#
[3413]26
[2576]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
[2357]43dn: ou=People,dc=example,dc=com
[1015]44ou: People
45objectClass: organizationalUnit
46
[2357]47dn: ou=Groups,dc=example,dc=com
[1015]48ou: Groups
49objectClass: organizationalUnit
50
[2357]51dn: ou=PyKota,dc=example,dc=com
[1017]52ou: PyKota
53objectClass: organizationalUnit
54
[2357]55dn: ou=Printers,ou=PyKota,dc=example,dc=com
[1015]56ou: Printers
57objectClass: organizationalUnit
58
[2357]59dn: ou=UQuotas,ou=PyKota,dc=example,dc=com
[1017]60ou: UQuotas
61objectClass: organizationalUnit
62
[2357]63dn: ou=GQuotas,ou=PyKota,dc=example,dc=com
[1017]64ou: GQuotas
65objectClass: organizationalUnit
66
[2357]67dn: ou=Jobs,ou=PyKota,dc=example,dc=com
[1017]68ou: Jobs
69objectClass: organizationalUnit
70
[2357]71dn: ou=LastJobs,ou=PyKota,dc=example,dc=com
[1017]72ou: LastJobs
73objectClass: organizationalUnit
74
[2357]75dn: ou=BillingCodes,ou=PyKota,dc=example,dc=com
76ou: BillingCodes
77objectClass: organizationalUnit
Note: See TracBrowser for help on using the browser.