mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
beb84d0c26
There's not a high chance that this module worked at all. Requesting SASL_SSF in order to get the max input length is completely broken. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
5 lines
121 B
Python
5 lines
121 B
Python
#!/usr/bin/env python
|
|
|
|
conf.CHECK_HEADERS('security/pam_appl.h')
|
|
conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True)
|