added full ldap/kerberos support to authnz module, add mam as exemple

This commit is contained in:
2021-12-08 18:31:18 +01:00
parent 976ba1a9ee
commit ebc5b50300
11 changed files with 848 additions and 2 deletions

24
conf/includes/mam.conf.sh Normal file
View 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"