mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use dedicated keytab for Samba
Samba just needs the cifs/ key on the ipa server. Configure samba to use a different keytab file so that we do not risk samba commands (net, or similar) to mess up the system keytab. https://fedorahosted.org/freeipa/ticket/2168
This commit is contained in:
committed by
Martin Kosek
parent
b32204fccc
commit
dd244c02dd
@@ -1,7 +1,8 @@
|
||||
[global]
|
||||
workgroup = $NETBIOS_NAME
|
||||
realm = $REALM
|
||||
kerberos method = system keytab
|
||||
kerberos method = dedicated keytab
|
||||
dedicated keytab file = FILE:/etc/samba/samba.keytab
|
||||
create krb5 conf = no
|
||||
security = user
|
||||
domain master = yes
|
||||
@@ -10,6 +11,7 @@ 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 admin dn = $SMB_DN
|
||||
|
||||
Reference in New Issue
Block a user