Changeset 3277 for pykota/trunk/initscripts
- Timestamp:
- 01/08/08 21:24:03 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/ldap/README.ldap
r3259 r3277 33 33 $ cp pykota.schema /etc/ldap/schema 34 34 (no need to do this if you install from PyKota's Debian package) 35 36 NB: With OpenLDAP under Red Hat-based distros, where /etc/ldap is 37 referenced, substitute /etc/openldap. e.g. 38 39 $ cp pykota.schema /etc/openldap/schema 35 40 36 41 Then edit /etc/ldap/slapd.conf and add a line to … … 96 101 97 102 $ /etc/init.d/slapd stop 98 103 99 104 Generate the index files : 100 105 … … 105 110 $ /etc/init.d/slapd start 106 111 112 NB: On Red Hat-based distros, use '/sbin/service ldap stop' and 113 '/sbin/service ldap start' instead. 114 107 115 pykota-sample.ldif : 108 116