added full ldap/kerberos support to authnz module, add mam as exemple
This commit is contained in:
24
conf/includes/mam.conf.sh
Normal file
24
conf/includes/mam.conf.sh
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user