mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
38cc01b1c9
Samba 4.5 does not allow to specify access mode for the keytab (FILE: or WRFILE:) from external sources. Thus, change the defaults to a path (implies FILE: prefix) while Samba Team fixes the code to allow the access mode prefix for keytabs. On upgrade we need to replace 'dedicated keytab file' value with the path to the Samba keytab that FreeIPA maintains. Since the configuration is stored in the Samba registry, we use net utility to manipulate the configuration: net conf setparm global 'dedicated keytab file' /etc/samba/samba.keytab Fixes https://fedorahosted.org/freeipa/ticket/6551 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
31 lines
812 B
Plaintext
31 lines
812 B
Plaintext
[global]
|
|
workgroup = $NETBIOS_NAME
|
|
netbios name = $HOST_NETBIOS_NAME
|
|
realm = $REALM
|
|
kerberos method = dedicated keytab
|
|
dedicated keytab file = /etc/samba/samba.keytab
|
|
create krb5 conf = no
|
|
security = user
|
|
domain master = yes
|
|
domain logons = yes
|
|
log level = 1
|
|
max log size = 100000
|
|
log file = /var/log/samba/log.%m
|
|
passdb backend = ipasam:ldapi://$LDAPI_SOCKET
|
|
disable spoolss = yes
|
|
ldapsam:trusted=yes
|
|
ldap ssl = off
|
|
ldap suffix = $SUFFIX
|
|
ldap user suffix = cn=users,cn=accounts
|
|
ldap group suffix = cn=groups,cn=accounts
|
|
ldap machine suffix = cn=computers,cn=accounts
|
|
rpc_server:epmapper = external
|
|
rpc_server:lsarpc = external
|
|
rpc_server:lsass = external
|
|
rpc_server:lsasd = external
|
|
rpc_server:samr = external
|
|
rpc_server:netlogon = external
|
|
rpc_server:tcpip = yes
|
|
rpc_daemon:epmd = fork
|
|
rpc_daemon:lsasd = fork
|