mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s4:auth/gensec: explicitly use allow_warnings=True for gssapi and sasl modules
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
6662c2b096
commit
daf6d0fb28
@ -19,6 +19,7 @@ bld.SAMBA_MODULE('gensec_gssapi',
|
|||||||
source='gensec_gssapi.c',
|
source='gensec_gssapi.c',
|
||||||
subsystem='gensec',
|
subsystem='gensec',
|
||||||
init_function='gensec_gssapi_init',
|
init_function='gensec_gssapi_init',
|
||||||
|
allow_warnings=True,
|
||||||
deps='gssapi samba-credentials authkrb5 com_err gensec_util'
|
deps='gssapi samba-credentials authkrb5 com_err gensec_util'
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -28,6 +29,7 @@ bld.SAMBA_MODULE('cyrus_sasl',
|
|||||||
subsystem='gensec',
|
subsystem='gensec',
|
||||||
init_function='gensec_sasl_init',
|
init_function='gensec_sasl_init',
|
||||||
deps='samba-credentials sasl2',
|
deps='samba-credentials sasl2',
|
||||||
|
allow_warnings=True,
|
||||||
enabled=bld.CONFIG_SET('HAVE_SASL')
|
enabled=bld.CONFIG_SET('HAVE_SASL')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user