- Timestamp:
- Nov 1, 2008, 9:44:37 PM (16 years ago)
- Location:
- server/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
server/doc/HOWTO-SETUP-LDAP
r861 r862 15 15 - wget http://web.mit.edu/geofft/Public/scripts-ca.pem 16 16 - certutil -d /etc/dirsrv/slapd-scripts -A -n "scripts.mit.edu CA" -t CT,, -a -i scripts-ca.pem 17 - Generate a pkcs12 cert for the server 17 - Generate a pkcs12 cert for the server: 18 18 - pk12util -i ldap-server-cert.p12 -d /etc/dirsrv/slapd-scripts 19 19 - Put LDAP keytab in /etc/dirsrv/keytab … … 23 23 - /sbin/service dirsrv restart 24 24 25 - Set up replication 25 - Set up replication: 26 (basically, execute 27 http://directory.fedoraproject.org/sources/contrib/mmr.pl 28 manually) -
server/doc/install-howto
r861 r862 62 62 # \cp -a etc / 63 63 64 * Reload the iptables config to take down the restrictive firewall 65 service iptables restart 66 64 67 * Copy over root's dotfiles from one of the other machines. 65 68 … … 105 108 certs). 106 109 107 * Attempt to check out server/fedora/config/etc into /etc. The easiest way to 108 do this is to create a checkout of etc in another directory and mv -f this on 109 top of /etc. 110 111 - If you are setting up a test server, pay attention to 110 * If you are setting up a test server, pay attention to 112 111 /etc/sysconfig/network-scripts and do not bind scripts' IP address. 113 112 You will also need to modify /etc/ldap.conf, /etc/openldap/ldap.conf, and
Note: See TracChangeset
for help on using the changeset viewer.