mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
88002b851b
- Spelling - it's SPNEGO, not SPENGO
- SMB signing - Krb5 logins are now correctly signed
- SPNEGO - Changes to always tell GENSEC about incoming packets, empty or not.
Andrew Bartlett
(This used to be commit cea578d6f3
)
11 lines
291 B
Makefile
11 lines
291 B
Makefile
#################################
|
|
# Start SUBSYSTEM GENSEC
|
|
[SUBSYSTEM::LIBCLI_AUTH]
|
|
ADD_OBJ_FILES = libcli/auth/schannel.o \
|
|
libcli/auth/credentials.o \
|
|
libcli/auth/session.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
AUTH SCHANNELDB GENSEC
|
|
# End SUBSYSTEM LIBCLI_AUTH
|
|
#################################
|