From 5615221ec7bd50ef6109716bd86ad3ce5a72247a Mon Sep 17 00:00:00 2001 From: Ichbinus Date: Mon, 25 Nov 2024 15:58:50 +0100 Subject: [PATCH] ajout groupe "Tous les sites" pour autorisation de connexion" --- Deploiement_debian/Integration_domain/integration_domain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploiement_debian/Integration_domain/integration_domain.sh b/Deploiement_debian/Integration_domain/integration_domain.sh index 50594f5..9810fe1 100644 --- a/Deploiement_debian/Integration_domain/integration_domain.sh +++ b/Deploiement_debian/Integration_domain/integration_domain.sh @@ -24,7 +24,7 @@ folder_file="/etc/pam.d/common-session" samba_file="/etc/samba/smb.conf" sssd_file="/etc/sssd/sssd.conf" domain="operis.champlan" -Allowed_GG=(GRP_ADM_POSTE GRP_ADM_DOM GDL_Orvault GDL_LaRéunion GDL_Grenoble GDL_Champlan GDL_Bordeaux) +Allowed_GG=(GRP_ADM_POSTE GRP_ADM_DOM GDL_Orvault GDL_LaRéunion GDL_Grenoble GDL_Champlan GDL_Bordeaux "Tous les sites") local_admin="operis" GG_admin="grp_adm_poste" cron_file="/etc/crontab"