From 531ede2904608a2bfe24d09c94dc0b87d780f30a Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 17 Jan 2014 14:09:34 +0200 Subject: ipa-adtrust-install: configure host netbios name by default Ensure we set host netbios name by default in smb.conf https://fedorahosted.org/freeipa/ticket/4116 --- install/share/smb.conf.template | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/share/smb.conf.template b/install/share/smb.conf.template index 086b0fcf..2908b998 100644 --- a/install/share/smb.conf.template +++ b/install/share/smb.conf.template @@ -1,5 +1,6 @@ [global] workgroup = $NETBIOS_NAME +netbios name = $HOST_NETBIOS_NAME realm = $REALM kerberos method = dedicated keytab dedicated keytab file = FILE:/etc/samba/samba.keytab -- cgit