mirror of
https://github.com/samba-team/samba.git
synced 2025-03-16 06:50:24 +03:00
auth/gensec: add GENSEC_FEATURE_LDAP_STYLE define
This will be used for LDAP connections and may trigger backend specific behaviour. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11804 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> (cherry picked from commit 069aee42c2f12ed5feb23c19dc0a4771d913619a)
This commit is contained in:
parent
192d5bebff
commit
6d08a2ae7a
@ -62,6 +62,7 @@ struct gensec_target {
|
||||
#define GENSEC_FEATURE_NEW_SPNEGO 0x00000080
|
||||
#define GENSEC_FEATURE_UNIX_TOKEN 0x00000100
|
||||
#define GENSEC_FEATURE_NTLM_CCACHE 0x00000200
|
||||
#define GENSEC_FEATURE_LDAP_STYLE 0x00000400
|
||||
|
||||
#define GENSEC_EXPIRE_TIME_INFINITY (NTTIME)0x8000000000000000LL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user