-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin_ad.conf
More file actions
22 lines (17 loc) · 807 Bytes
/
join_ad.conf
File metadata and controls
22 lines (17 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# External configuration for join_ad.sh
# Lines starting with # are comments.
# Domain parameters (optional overrides)
#DOMAIN="mondomaine.local"
#AD_USER="Administrateur"
#DNS_SERVER="192.168.0.10"
# Enable automatic domain detection using `realm discover` (yes/no)
ENABLE_REALM_AUTODETECT="no"
# Enable additional SSSD tuning inspired by ADconnection.sh (yes/no)
ENABLE_SSSD_TUNING="no"
# SSSD tuning options (used only if ENABLE_SSSD_TUNING="yes")
USE_FQDN_LOGINS="no" # no => use short usernames instead of user@domain
OVERRIDE_HOMEDIR="/home/%u" # homedir pattern
ACCESS_PROVIDER="simple" # typically "ad" or "simple"
# Logging options (used by join_ad.sh and join_ad_interactive.sh)
LOG_ENABLED="no" # yes/no
LOG_FILE="/var/log/join_ad.log"