[D-community-commits] r263 - in trunk/fai-config-dir: class files/etc files/etc/lwat files/etc/lwat/admin.ini files/etc/lwat/config.php scripts/LDAPSERVER

holger at alioth.debian.org holger at alioth.debian.org
Mon Mar 10 15:27:23 UTC 2008


Author: holger
Date: 2008-03-10 15:27:22 +0000 (Mon, 10 Mar 2008)
New Revision: 263

Added:
   trunk/fai-config-dir/files/etc/lwat/
   trunk/fai-config-dir/files/etc/lwat/admin.ini/
   trunk/fai-config-dir/files/etc/lwat/admin.ini/LDAPSERVER
   trunk/fai-config-dir/files/etc/lwat/config.php/
   trunk/fai-config-dir/files/etc/lwat/config.php/LDAPSERVER
   trunk/fai-config-dir/scripts/LDAPSERVER/20-lwat
Modified:
   trunk/fai-config-dir/class/50-host-classes
Log:
setup lwat

Modified: trunk/fai-config-dir/class/50-host-classes
===================================================================
--- trunk/fai-config-dir/class/50-host-classes	2008-03-10 15:19:04 UTC (rev 262)
+++ trunk/fai-config-dir/class/50-host-classes	2008-03-10 15:27:22 UTC (rev 263)
@@ -5,7 +5,7 @@
 # use a list of classes for our demo machine
 case $HOSTNAME in
     bikeshed)
-	echo 	"ADMINGROUP FIREWALL MAILSERVER WEBSERVER LDAPSERVER JABBERD" ;;
+	echo 	"ADMINGROUP FIREWALL MAILSERVER LDAPSERVER WEBSERVER JABBERD" ;;
     *)
 	echo "DEFAULT" ;;
 esac

Added: trunk/fai-config-dir/files/etc/lwat/admin.ini/LDAPSERVER
===================================================================
--- trunk/fai-config-dir/files/etc/lwat/admin.ini/LDAPSERVER	                        (rev 0)
+++ trunk/fai-config-dir/files/etc/lwat/admin.ini/LDAPSERVER	2008-03-10 15:27:22 UTC (rev 263)
@@ -0,0 +1,20 @@
+[Users]
+ou = "ou=Users,%base%"
+objectClass = top posixAccount shadowAccount person courierMailAccount sambaSamAccount
+homeDirectory = /home/users/%username%
+groups = users
+mail = %username%@%domain%
+mailbox = /var/lib/maildirs/%username%
+sn = %sn%
+loginShell = /bin/bash
+
+[Admins]
+ou = "ou=Admins,%base%"
+objectClass = top posixAccount shadowAccount person courierMailAccount sambaSamAccount
+homeDirectory = /home/admins/%username%
+groups = admins
+mail = %username%@%domain%
+mailbox = /var/lib/maildirs/%username%
+sn = %sn%
+loginShell = /bin/bash
+

Added: trunk/fai-config-dir/files/etc/lwat/config.php/LDAPSERVER
===================================================================
--- trunk/fai-config-dir/files/etc/lwat/config.php/LDAPSERVER	                        (rev 0)
+++ trunk/fai-config-dir/files/etc/lwat/config.php/LDAPSERVER	2008-03-10 15:27:22 UTC (rev 263)
@@ -0,0 +1,26 @@
+<?php
+# This file is generated by the postinst script of lwat
+# If you change anything in this file but wants dpkg to install 
+# the new config.php on its own, please do a:
+#   md5sum /etc/lwat/config.php > /var/cache/lwat/config.md5sum
+# If you won't do that, the postinst script will create a config.php.dpkg-dist 
+# with the original settings.
+
+$domain = "debian-community.org" ; 
+$base = "dc=debian-community,dc=org" ; 
+$ldaphost = "bikeshed" ; 
+$groupbase = "ou=Group," . $base ;
+$authbase = "ou=AuthGroup," . $base ; 
+$hostbase = "ou=Hosts," . $base ;
+$netgroupbase = "ou=Netgroup," . $base ;
+$homelocation = "/home" ;
+$useLisGroup = true ;
+$minPwLength = 5 ;
+$minPwUpper = 1 ;
+$minPwLower = 1 ;
+$allowPwSet = false ;
+
+$smarty_templ = "/usr/share/lwat/templates" ;
+$smarty_compile = "/var/spool/lwat" ;
+
+?>

Added: trunk/fai-config-dir/scripts/LDAPSERVER/20-lwat
===================================================================
--- trunk/fai-config-dir/scripts/LDAPSERVER/20-lwat	                        (rev 0)
+++ trunk/fai-config-dir/scripts/LDAPSERVER/20-lwat	2008-03-10 15:27:22 UTC (rev 263)
@@ -0,0 +1,6 @@
+#! /bin/sh
+#
+# (C) 2008 Holger Levsen <holger at layer-acht.org>
+# GPL2 licenced
+
+fcopy -r -M /etc/lwat/


Property changes on: trunk/fai-config-dir/scripts/LDAPSERVER/20-lwat
___________________________________________________________________
Name: svn:executable
   + *




More information about the D-community-commits mailing list