- Timestamp:
- 02/18/08 18:07:38 (17 years ago)
- Location:
- pykota/trunk
- Files:
-
- 1 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/CREDITS
r3275 r3336 93 93 - Jan Christoph Nordholz - T.U. Berlin - Explained the cause of a strange 94 94 problem with MySQL connections to 'localhost:3306'. 95 - Darin Perusich - Cognigen Corp. - Ported the LDAP schema to Sun DS 95 96 96 97 ============================================================== -
pykota/trunk/initscripts/ldap/README.ldap
r3279 r3336 20 20 21 21 Documentation : 22 --------------- 22 =============== 23 23 24 pykota.schema : 24 OpenLDAP : 25 ---------- 25 26 26 Th is file can be used to modify an existing LDAP directory27 to add the necessary object classes and attributes for use28 with PyKota.27 The pykota.schema file can be used to modify an existing OpenLDAP 28 directory to add the necessary object classes and attributes for 29 use with PyKota. 29 30 30 31 Include it in your LDAP server's configuration. … … 112 113 NB: On Red Hat-based distros, use '/sbin/service ldap stop' and 113 114 '/sbin/service ldap start' instead. 115 116 Sun Directory Server : 117 ---------------------- 118 119 Use the pykota-schema-sunds.ldif file to make PyKota's LDAP schema known 120 to your Sun Directory Server : 114 121 115 pykota-sample.ldif : 116 117 You can use this file to initialize an LDAP tree for PyKota, if 118 you want. 122 % ldapmodify -h sunds.domain.com -D "cn=Directory Manager" -f pykota-schema-sunds.ldif 123 124 125 Initial datas : 126 =============== 127 128 You can use the pykota-sample.ldif file to initialize an LDAP tree 129 for PyKota, if you want. 119 130 120 131 The structure used in this file is NOT mandatory ! … … 123 134 124 135 To use an LDAP directory as the Quota Storage, just modify 125 /etc/pykota/pykota.conf to make it contain lines similar to the LDAP136 ~pykota/pykota.conf to make it contain lines similar to the LDAP 126 137 related ones in conf/pykota.conf.sample, but adapted to your 127 138 own configuration. Also de-activate the PostgreSQL-related lines. 128 139 Don't forget to adapt ~pykota/pykotadmin.conf as well. 129 140 ============================================================