/usr/lib/realmd/realmd-defaults.conf is in realmd 0.16.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | # Default values for realmd
[service]
debug = no
automatic-install = yes
[paths]
net = /usr/bin/net
winbindd = /usr/sbin/winbindd
smb.conf = /etc/smb.conf
sssd.conf = /etc/sssd/sssd.conf
adcli = /usr/sbin/adcli
ipa-client-install = /usr/sbin/ipa-client-install
pam_winbind.conf = /etc/security/pam_winbind.conf
[active-directory]
default-client = sssd
os-name =
os-version =
[providers]
sssd = yes
samba = yes
example = no
[samba-packages]
[winbind-packages]
[sssd-packages]
[ipa-packages]
[adcli-packages]
[commands]
[users]
default-shell = /bin/bash
default-home = /home/%U@%D
[example.com]
example-administrator = Administrator
example-password = bureaucracy
|