mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r10597: And add the .mk files for the new credentials subsystem.
Andrew Bartlett
This commit is contained in:
parent
2e76a4b8ef
commit
51a0275a0e
11
source/auth/credentials/config.mk
Normal file
11
source/auth/credentials/config.mk
Normal file
@ -0,0 +1,11 @@
|
||||
#################################
|
||||
# Start SUBSYSTEM GENSEC
|
||||
[SUBSYSTEM::CREDENTIALS]
|
||||
INIT_OBJ_FILES = auth/credentials/credentials.o
|
||||
ADD_OBJ_FILES = auth/credentials/credentials_files.o \
|
||||
auth/credentials/credentials_krb5.o
|
||||
REQUIRED_SUBSYSTEMS = \
|
||||
HEIMDAL
|
||||
# End SUBSYSTEM GENSEC
|
||||
#################################
|
||||
|
@ -34,6 +34,7 @@ include cldap_server/config.mk
|
||||
include auth/gensec/config.mk
|
||||
include auth/kerberos/config.mk
|
||||
include auth/ntlmssp/config.mk
|
||||
include auth/credentials/config.mk
|
||||
include libcli/auth/config.mk
|
||||
include libcli/ldap/config.mk
|
||||
include libcli/config.mk
|
||||
|
Loading…
Reference in New Issue
Block a user