From e35019e3d0f3a0ad2e11e0eda79769b2f4f9dbfa Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 18 Oct 2006 11:34:19 +0000 Subject: Add hosting ldap git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@191 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- etc/config | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 etc/config (limited to 'etc') diff --git a/etc/config b/etc/config new file mode 100644 index 0000000..2798a28 --- /dev/null +++ b/etc/config @@ -0,0 +1,102 @@ +# This is the configuration file for the noreply hosting tools +# it's in yaml and loaded by the scripts + +# vim:set syntax=yaml: + +# +# Copyright (c) 2004, 2005 Peter Palfrader +# +# All rights reserved. +# + +ldapserver: localhost +ldapport: 389 +basedn: o=hosting.noreply.org +defaulthost: asteria +thishost: asteria +credentials: + ldap2passwd: + binddn: cn=ldap2passwd,ou=staff,o=hosting.noreply.org + bindpw: secret + ldap2uucp: + binddn: cn=ldap2uucp,ou=staff,o=hosting.noreply.org + bindpw: secret + ldap2bind: + binddn: cn=ldap2bind,ou=staff,o=hosting.noreply.org + bindpw: secret + ldap2mail: + binddn: cn=ldap2mail,ou=staff,o=hosting.noreply.org + bindpw: secret + ldap2apache: + binddn: cn=ldap2apache,ou=staff,o=hosting.noreply.org + bindpw: secret +module: + staff: + pwlen: 8 + client: + pwlen: 5 + basehome: /srv/www/vhosts + minuid: 5000 + mail: + pwlen: 5 + basedir: /srv/mail/mailboxen + virtualdomain: virtual-mailbox.noreply.org + uucp: + pwlen: 8 + ftp: + pwlen: 6 + loginShell: /usr/sbin/scponlyc + chrootBaseDir: /chroot-accounts + masterName: MasterChroot + pg: + pwlen: 8 + apache: + defaultbind: 86.59.21.34 + defaultbindhttpport: 80 + defaultbindhttpsport: 443 + www_gid: 33 + # for making the dir + postgres_uid: 107 + configdir: /etc/apache2/sites-ldap + configtest: /usr/sbin/apache2 -t -E /dev/null + reload: /usr/sbin/apache2ctl graceful + analog: + rmagic: /var/cache/analog/rmagic + output: /var/cache/analog/output + dns: /var/cache/analog/dns + config: /var/lib/analog/conf + caches: /var/lib/analog/caches + webstat: /web-stats/ + bind: + soaPerson: hostmaster.debian.or.at. + ttl: 86400 + nameservers: +# - opium.multi24.com. +# - seppia.noreply.org. + - asteria.debian.or.at. + # - ns1.devspread.org. + thisNameserver: asteria.debian.or.at. + nameserverIPmapping: + opium.multi24.com.: 213.239.202.166 + seppia.noreply.org.: 62.116.124.106 + ns3.noreply.org.: 62.116.124.106 + asteria.debian.or.at.: 86.59.21.34 + ns1.devspread.org.: 213.133.122.154 + ibk.intersport-okay.at.: 213.47.243.138 + ns1.came.sbg.ac.at.: 141.201.27.12 + TSIGslaves: + ns1.came.sbg.ac.at.: asteria.debian.or.at-ns1.came.sbg.ac.at. + pushToServers: + - lore.came.sbg.ac.at. + - opium.multi24.com. + - seppia.noreply.org. + baseDir: /etc/bind/ldap-zones/zones + namedconf: /etc/bind/ldap-zones/ldapzones.conf + pushedList: /etc/bind/ldap-zones/pushedList + reload: /etc/init.d/bind9 reload + SSHidentityFile: /etc/bind/ldap-zones/identity + rrdata: + MX: + asteria: 10 asteria.debian.or.at. + A: + asteria: 86.59.21.34 -- cgit v1.2.3