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

abartlet at samba.org abartlet at samba.org
Fri Sep 1 07:21:14 GMT 2006


Author: abartlet
Date: 2006-09-01 07:21:13 +0000 (Fri, 01 Sep 2006)
New Revision: 17987

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

Log:
Make the LSA pipe listen on the \pipe\netlogon interface.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/lsa.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2006-09-01 06:59:24 UTC (rev 17986)
+++ branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2006-09-01 07:21:13 UTC (rev 17987)
@@ -6,7 +6,7 @@
 
 [ uuid("12345778-1234-abcd-ef00-0123456789ab"),
   version(0.0),
-  endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:", "ncalrpc:"),
+  endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\netlogon]","ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:", "ncalrpc:"),
   pointer_default(unique),
   helpstring("Local Security Authority"),
   depends(security),



More information about the samba-cvs mailing list