svn commit: samba r4644 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Mon Jan 10 12:56:35 GMT 2005


Author: tridge
Date: 2005-01-10 12:56:34 +0000 (Mon, 10 Jan 2005)
New Revision: 4644

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

Log:
allow DSSETUP on ncacn_ip_tcp


Modified:
   branches/SAMBA_4_0/source/librpc/idl/dssetup.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dssetup.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dssetup.idl	2005-01-10 12:54:44 UTC (rev 4643)
+++ branches/SAMBA_4_0/source/librpc/idl/dssetup.idl	2005-01-10 12:56:34 UTC (rev 4644)
@@ -7,7 +7,7 @@
 [
 	uuid("3919286a-b10c-11d0-9ba8-00c04fd92ef5"),
 	version(0.0),
-	endpoint("ncacn_np:[\\pipe\\lsarpc]", "ncacn_np:[\\pipe\\lsass]", "ncalrpc:"),
+	endpoint("ncacn_np:[\\pipe\\lsarpc]", "ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:", "ncalrpc:"),
 	pointer_default(unique),
 	helpstring("Active Directory Setup")
 ] interface dssetup



More information about the samba-cvs mailing list