Files
init.sh/conf/includes/mam.conf.sh

25 lines
562 B
Bash

# Genral use variables
# Domaine Mixart Myrys
export REALM="mixart-myrys.org"
# Conf_ntp variables
export NTPSERVERS="ntp1.$REALM ntp2.$REALM"
# Upgrade_dist variables
export PROXYAPT="acng.$REALM"
export PROXYAPTPORT="3142"
# Authnz variables
export DEFAULT_SHELL="/bin/bash"
# Conf_locales viriables
export LOCALESET="en_US.UTF-8 fr_FR.UTF-8"
export SYSLOCALE="fr_FR.UTF-8"
# Authentification
export BASE_DC="dc=mixart-myrys,dc=org"
export KDC_SERVER="kerb.$REALM"
export KADM_SERVER="kerb.$REALM"
export LDAP_SERVER="ldap.$REALM"
export LDAP_ADM="admin"