Scheduled for Saturday 21 July 2007
Tasks:
ldap set in the following lines:passwd: files ldap shadow: files ldap group: files ldap
Other things to consider setting up after upgrade:
To get subversion working, had to add:
AuthBasicProvider ldap AuthzLDAPAuthoritative off
to etc/subversion-httpd.conf
To get bind working:
mapadapt needs to be recompiled - don't know where the source is
/etc/dovecot.conf
userdb ldap {
# Path for LDAP configuration file, see doc/dovecot-ldap-example.conf
args = /m0/sysadmin/etc/dovecot-ldap.conf
}
passdb ldap {
# Path for LDAP configuration file, see doc/dovecot-ldap-example.conf
args = /m0/sysadmin/etc/dovecot-ldap.conf
}
instead of
auth_userdb = ldap /m0/sysadmin/etc/dovecot-ldap.conf
To get NFS working had to set specific NFS port numbers in /etc/sysconfig/nfs:
# NFS port numbers LOCKD_TCPPORT=10000 LOCKD_UDPPORT=10001 STATD_PORT=10002 STATD_OUTGOING_PORT=10003 MOUNTD_PORT=10004 RQUOTAD_PORT=10005
Disable selinux in /etc/selinux/config, make sure line says SELINUX=disabled. Restart.
Change UID minimum in /etc/pam.d/system-auth-ac to be 100 instead of 500. Older account userids (<= 500) were unable to login.