Changeset 862


Ignore:
Timestamp:
Nov 1, 2008, 9:44:37 PM (15 years ago)
Author:
xavid
Message:
Reload iptables to nix firewall.
Location:
server/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/doc/HOWTO-SETUP-LDAP

    r861 r862  
    1515- wget http://web.mit.edu/geofft/Public/scripts-ca.pem
    1616- 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:
    1818- pk12util -i ldap-server-cert.p12 -d /etc/dirsrv/slapd-scripts
    1919- Put LDAP keytab in /etc/dirsrv/keytab
     
    2323- /sbin/service dirsrv restart
    2424
    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  
    6262  # \cp -a etc /
    6363
     64* Reload the iptables config to take down the restrictive firewall
     65  service iptables restart
     66
    6467* Copy over root's dotfiles from one of the other machines.
    6568
     
    105108  certs).
    106109
    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
    112111  /etc/sysconfig/network-scripts and do not bind scripts' IP address.
    113112  You will also need to modify /etc/ldap.conf, /etc/openldap/ldap.conf, and
Note: See TracChangeset for help on using the changeset viewer.