From 56e760f8f16f41c7879e792b20f53bce11f6e721 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 2 Nov 2011 07:43:43 +1100 Subject: s4-smb_server No longer follow the security=share smb.conf directive By ignoring the value of security= from the smb.conf, we can allow this to instead set the value of 'server role' in a manner compatible with the Samba 3.x release stream. Andrew Bartlett --- source4/smb_server/smb_server.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/smb_server/smb_server.h') diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h index 6fcd9787bb..ab555445a3 100644 --- a/source4/smb_server/smb_server.h +++ b/source4/smb_server/smb_server.h @@ -370,7 +370,6 @@ struct smbsrv_connection { /* configuration parameters */ struct { - enum security_types security; bool nt_status_support; } config; -- cgit