mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +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 cea578d6f39a2ea4a24e7a0064c95193ab6f6df7)
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
|
|
#################################
|