mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r26460: Enable ldb python tests.
This commit is contained in:
committed by
Stefan Metzmacher
parent
91cff7dad2
commit
25e9824531
@ -10,6 +10,6 @@ OBJ_FILES = kerberos.o \
|
||||
gssapi_parse.o \
|
||||
krb5_init_context.o
|
||||
PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba-socket LIBCLI_RESOLVE
|
||||
PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam_reply CREDENTIALS_KRB5
|
||||
PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam_reply CREDENTIALS_KRB5 LIBPACKET LIBNDR
|
||||
# End SUBSYSTEM KERBEROS
|
||||
#################################
|
||||
|
@ -10,7 +10,7 @@ OBJ_FILES = tdbsam.o policy.o \
|
||||
idmap.o winsdb.o samba3.o group.o \
|
||||
registry.o secrets.o share_info.o
|
||||
PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBTDB NDR_SECURITY \
|
||||
CREDENTIALS SMBPASSWD
|
||||
CREDENTIALS SMBPASSWD LIBSECURITY
|
||||
# End SUBSYSTEM LIBSAMBA3
|
||||
################################################
|
||||
|
||||
@ -19,5 +19,6 @@ PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBTDB NDR_SECURITY \
|
||||
[SUBSYSTEM::SMBPASSWD]
|
||||
PRIVATE_PROTO_HEADER = samba3_smbpasswd_proto.h
|
||||
OBJ_FILES = smbpasswd.o
|
||||
PRIVATE_DEPENDENCIES = CHARSET LIBSAMBA-UTIL
|
||||
# End SUBSYSTEM LIBSAMBA3
|
||||
################################################
|
||||
|
@ -49,7 +49,6 @@ RPC-FRSAPI # Not provided by Samba 4
|
||||
^samba4.NET-API-BECOME-DC.*$ # Fails
|
||||
WINBIND # FIXME: This should not be skipped
|
||||
NSS-TEST # Fails
|
||||
samba4.ldb.python # Fails to link properly
|
||||
samba4.credentials.python # Fails to link properly
|
||||
samba4.registry.python # Fails to link properly
|
||||
samba4.auth.python # Fails to link properly
|
||||
|
Reference in New Issue
Block a user