Magellan Linux

Annotation of /alx-src/branches/alx-web-050/share/config.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1632 - (hide annotations) (download)
Thu Dec 9 22:29:25 2010 UTC (13 years, 5 months ago) by niro
File size: 1090 byte(s)
moved to share
1 niro 1600 # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/conf/config.rc,v 1.7 2005/04/12 20:45:55 niro Exp $
2     #
3     # AutoSta_LX Konfigurations Script
4     # 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=alx_install
14     SQL_PASS=@lx
15     SQL_HOST=128.20.41.110
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     # networking
26     ALX_DEFAULT_HOSTNAME=ALX-UNCONFIGURED
27     ALX_DEFAULT_DOMAIN=DOM_AKA_NT
28    
29    
30     ## user settings ##
31     ALX_UNPRIV_USER=station
32     ALX_UNPRIV_GROUP=users
33     ALX_UNPRIV_HOME=/home/${ALX_UNPRIV_USER}
34    
35     ## ica sessions location ##
36     ALX_ICA_SESSIONS=/etc/alxconfig-ng/ica-sessions
37    
38     ## ica sessions icons ##
39     ALX_SESSIONS_ICONS=/etc/alxconfig-ng/ica-sessions/icons
40    
41     # update settings
42     SMB_UPDATE_HOST="//128.20.41.110/magetmp"
43     SMB_UPDATE_USER="alx_install"
44     SMB_UPDATE_PASS="@lx"
45     MAGE_MIRRORS="http://128.20.41.110/magellan/alx-040"
46     MAGE_RSYNC="rsync://128.20.41.110/mage-alx-cvs"