svn commit: samba r26460 - in branches/SAMBA_4_0: . source source/auth/kerberos source/lib/samba3

jelmer at samba.org jelmer at samba.org
Sat Dec 15 22:23:30 GMT 2007


Author: jelmer
Date: 2007-12-15 22:23:30 +0000 (Sat, 15 Dec 2007)
New Revision: 26460

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26460

Log:
Enable ldb python tests.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/auth/kerberos/config.mk
   branches/SAMBA_4_0/source/lib/samba3/config.mk
   branches/SAMBA_4_0/source/samba4-skip


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/auth/kerberos/config.mk
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/config.mk	2007-12-15 20:53:45 UTC (rev 26459)
+++ branches/SAMBA_4_0/source/auth/kerberos/config.mk	2007-12-15 22:23:30 UTC (rev 26460)
@@ -10,6 +10,6 @@
 			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
 #################################

Modified: branches/SAMBA_4_0/source/lib/samba3/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/samba3/config.mk	2007-12-15 20:53:45 UTC (rev 26459)
+++ branches/SAMBA_4_0/source/lib/samba3/config.mk	2007-12-15 22:23:30 UTC (rev 26460)
@@ -10,7 +10,7 @@
 		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 @@
 [SUBSYSTEM::SMBPASSWD]
 PRIVATE_PROTO_HEADER = samba3_smbpasswd_proto.h
 OBJ_FILES = smbpasswd.o
+PRIVATE_DEPENDENCIES = CHARSET LIBSAMBA-UTIL
 # End SUBSYSTEM LIBSAMBA3
 ################################################

Modified: branches/SAMBA_4_0/source/samba4-skip
===================================================================
--- branches/SAMBA_4_0/source/samba4-skip	2007-12-15 20:53:45 UTC (rev 26459)
+++ branches/SAMBA_4_0/source/samba4-skip	2007-12-15 22:23:30 UTC (rev 26460)
@@ -49,7 +49,6 @@
 ^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



More information about the samba-cvs mailing list