Changeset 1179 for branches/fc11-dev/server/doc/HOWTO-SETUP-LDAP
- Timestamp:
- Jun 8, 2009, 1:07:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev/server/doc/HOWTO-SETUP-LDAP
r951 r1179 12 12 - /sbin/service dirsrv start 13 13 - Apply ./fedora-ds-enable-ssl-and-kerberos.diff manually 14 - Also set nsslapd-ldapifilepath: /var/run/dirsrv/slapd-scripts.socket 15 and nsslapd-ldapilisten: on, otherwise ldapi won't work. 14 16 - /sbin/service dirsrv stop 15 17 - Add the scripts schemas to /var/lib/dirsrv/slapd-scripts … … 17 19 - certutil -d /etc/dirsrv/slapd-scripts -A -n "scripts.mit.edu CA" -t CT,, -a -i scripts-ca.pem 18 20 - Generate a pkcs12 cert for the server: 21 - openssl pkcs12 -export -in c-w.pem -inkey c-w.key -name 'ldap/cats-whiskers' -out c-w.pkcs12 19 22 - pk12util -i ldap-server-cert.p12 -d /etc/dirsrv/slapd-scripts 20 23 - Put LDAP keytab in /etc/dirsrv/keytab
Note: See TracChangeset
for help on using the changeset viewer.