matthijs/servers/tika.git
12 years agorsyslog: Configure logging all message to /data/log. log
Matthijs Kooijman [Wed, 29 Feb 2012 15:43:54 +0000 (16:43 +0100)]
rsyslog: Configure logging all message to /data/log.

12 years agorsylog: Accept remote log messages over TCP.
Matthijs Kooijman [Wed, 29 Feb 2012 15:39:24 +0000 (16:39 +0100)]
rsylog: Accept remote log messages over TCP.

12 years agorsyslog: Only do local logging for local messages.
Matthijs Kooijman [Wed, 29 Feb 2012 15:36:27 +0000 (16:36 +0100)]
rsyslog: Only do local logging for local messages.

12 years agorsyslog: Don't do remote logging
Matthijs Kooijman [Wed, 29 Feb 2012 15:24:41 +0000 (16:24 +0100)]
rsyslog: Don't do remote logging

Since we are the remote log server, don't send out our logs anywhere.

12 years agorsyslog: Enable remote logging mail template
Matthijs Kooijman [Wed, 29 Feb 2012 15:57:55 +0000 (16:57 +0100)]
rsyslog: Enable remote logging

12 years agobash: Don't enable extended completion twice.
Matthijs Kooijman [Wed, 29 Feb 2012 14:23:17 +0000 (15:23 +0100)]
bash: Don't enable extended completion twice.

It is already enabled in /etc/profile.d/bash_completion.sh, so don't
bother doing it again in /etc/bash.bashrc.

12 years agosystem: Set nameserver to use Google DNS
Matthijs Kooijman [Wed, 29 Feb 2012 14:03:37 +0000 (15:03 +0100)]
system: Set nameserver to use Google DNS

12 years agopam: Use minimum_uid=2000 instead of 1000
Matthijs Kooijman [Wed, 29 Feb 2012 13:29:18 +0000 (14:29 +0100)]
pam: Use minimum_uid=2000 instead of 1000

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.

12 years agobash: Enable colored prompts by default
Matthijs Kooijman [Wed, 29 Feb 2012 12:05:00 +0000 (13:05 +0100)]
bash: Enable colored prompts by default

12 years agopam: Enable pam_mkhomedir for sshd and login.
Matthijs Kooijman [Wed, 29 Feb 2012 10:32:10 +0000 (11:32 +0100)]
pam: Enable pam_mkhomedir for sshd and login.

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.

12 years agoapt: Add wheezy mirror to sources.list
Matthijs Kooijman [Tue, 28 Feb 2012 20:39:10 +0000 (21:39 +0100)]
apt: Add wheezy mirror to sources.list

This is needed now for git, possibly for other stuff in the future as well. The
default release is already configured to squeeze in apt.

12 years agopam: Add complete configuration.
Matthijs Kooijman [Tue, 28 Feb 2012 18:23:40 +0000 (19:23 +0100)]
pam: Add complete configuration.

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.

12 years agonslcd: Set rootpwmoddn so root can change ldap passwords.
Matthijs Kooijman [Tue, 28 Feb 2012 18:13:03 +0000 (19:13 +0100)]
nslcd: Set rootpwmoddn so root can change ldap passwords.

12 years agonslcd: Update configuration for 0.7.x.
Matthijs Kooijman [Tue, 28 Feb 2012 11:18:30 +0000 (12:18 +0100)]
nslcd: Update configuration for 0.7.x.

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".

12 years agonss: Use libnss-ldapd for user and group lookups.
Matthijs Kooijman [Mon, 3 Oct 2011 16:16:47 +0000 (18:16 +0200)]
nss: Use libnss-ldapd for user and group lookups.

12 years agonslcd: Add working configuration files.
Matthijs Kooijman [Mon, 3 Oct 2011 16:13:57 +0000 (18:13 +0200)]
nslcd: Add working configuration files.

This adds the configuration files neede to talk to the LDAP server running at
"ldap.local", using the NSS schema.

12 years agonss: Add default nsswitch.conf.
root [Thu, 22 Sep 2011 20:21:34 +0000 (22:21 +0200)]
nss: Add default nsswitch.conf.

12 years agorsyslog: Update configuration.
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).

12 years agorsyslog: Add default configuration
Matthijs [Tue, 16 Aug 2011 19:53:28 +0000 (21:53 +0200)]
rsyslog: Add default configuration

Also includes the logrotate config for rsyslog.

12 years agonullmailer: Add configuration.
Matthijs [Tue, 16 Aug 2011 19:49:12 +0000 (19:49 +0000)]
nullmailer: Add configuration.

These files were created by debconf.

12 years agoapt: Set the Default-Release to "stable".
Matthijs Kooijman [Mon, 13 Apr 2009 15:21:33 +0000 (17:21 +0200)]
apt: Set the Default-Release to "stable".

12 years agobash: Enable extended completion.
Matthijs Kooijman [Thu, 24 Mar 2011 19:14:36 +0000 (19:14 +0000)]
bash: Enable extended completion.

12 years agobash: Add initial bashrc.
Matthijs [Tue, 16 Aug 2011 18:54:51 +0000 (18:54 +0000)]
bash: Add initial bashrc.

12 years agoapt: Add apt.stderr.nl to sources.list.
Matthijs Kooijman [Thu, 24 Mar 2011 19:05:16 +0000 (19:05 +0000)]
apt: Add apt.stderr.nl to sources.list.

12 years agoapt: Add default sources.list.
Matthijs Kooijman [Thu, 24 Mar 2011 19:04:35 +0000 (19:04 +0000)]
apt: Add default sources.list.

This is the sources.list as generated by debootstrap.

13 years agoEmpty initial commit.
Matthijs Kooijman [Thu, 24 Mar 2011 19:03:00 +0000 (19:03 +0000)]
Empty initial commit.