LDAP users now use uids starting at 2000, to prevent confusion with the
users in the host and to potentially allow local users to be created in
the containers as well, if it's ever needed.
Note that we don't enable pam_mkhomedir in common-session, since there might be
users (using the maroesjaSystemIdentity objectclass) that cannot login and do
not need a regular homedir.
This configuration mixes local users and ldap users. This is a completely
custom configuration, so the Debian's default configuration (managed with
pam-auth-update) is completely removed.
We previously upgraded to the 0.8.4 testing version, to fix a segfault. It now
seems that this segfault no longer occurs in 0.7.15+squeeze1, so we downgraded
again. This needs a small configuration change, since 0.8.4 uses the "member"
attribute instead of "uniqueMember".
Matthijs [Tue, 16 Aug 2011 20:10:05 +0000 (22:10 +0200)]
rsyslog: Update configuration.
This adds the rsyslog configuration taken from drsnuggles, nearly verbatim.
This splits out the syslog messages into different files, keeps a work queue
and contains configuration to send log messages to a central server (still
disabled).