Magellan Linux

Contents of /alx-src/trunk/tinyalxconfig-ng/conf/config.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 475 - (show annotations) (download)
Fri Jun 6 23:53:26 2008 UTC (15 years, 10 months ago) by niro
File size: 1079 byte(s)
-fixed format and whitespaces

1 # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/conf/config.rc,v 1.2 2008-06-06 23:53:26 niro Exp $
2 #
3 # AutoSta_LX Konfigurations Script
4 # version: $Version$
5 #
6 # Niels Rogalla <niro@magellan-linux.de>
7 # <rogalla@augusta-bochum.de>
8 #
9 # Main Configuration File
10 #
11
12 ## mysql configuration ##
13 SQL_USER=username
14 SQL_PASS=password
15 SQL_HOST=192.168.0.100
16 SQL_DB=alx_web
17
18 ## default skeleton files ##
19 ALX_SKELETONS=/etc/alxconfig-ng/skel
20
21 ## configuration settings ##
22 SETTINGSPATH=/etc/alxconfig-ng/settings
23
24 ## default hosts settings ##
25 ALX_DEFAULT_HOSTNAME=ALX-UNCONFIGURED
26 ALX_DEFAULT_DOMAIN=DOM_AKA_NT
27
28 ## user settings ##
29 ALX_UNPRIV_USER=station
30 ALX_UNPRIV_GROUP=users
31 ALX_UNPRIV_HOME=/home/${ALX_UNPRIV_USER}
32
33 ## ica sessions location ##
34 ALX_ICA_SESSIONS=/etc/alxconfig-ng/ica-sessions
35
36 ## ica sessions icons ##
37 ALX_SESSIONS_ICONS=/etc/alxconfig-ng/ica-sessions/icons
38
39 ## update settings ##
40 SMB_UPDATE_HOST="//128.20.40.213/magetmp"
41 SMB_UPDATE_USER="alx_install"
42 SMB_UPDATE_PASS="@lx"
43 MAGE_MIRRORS="ftp://128.20.40.213/alx"
44 MAGE_RSYNC="rsync://128.20.40.213/mage-alx-cvs"

Properties

Name Value
svn:executable *