r4638: expose lsa and drsuapi on ncalrpc
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Jan 2005 12:12:44 +0000 (12:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:37 +0000 (13:08 -0500)
source/librpc/idl/drsuapi.idl
source/librpc/idl/lsa.idl

index bc6b260d4a38c1d21efc3e5362abb4ecfb8ee4f5..74793f3db35cf57391cd0330543a642848e24f81 100644 (file)
@@ -3,7 +3,7 @@
 [ 
   uuid("e3514235-4b06-11d1-ab04-00c04fc2dcd2"),
   version(4.0),
-  endpoint("ncacn_np:[\\pipe\\lsass]","ncacn_np:[\\pipe\\protected_storage]","ncacn_ip_tcp:"),
+  endpoint("ncacn_np:[\\pipe\\lsass]","ncacn_np:[\\pipe\\protected_storage]", "ncacn_ip_tcp:", "ncalrpc:"),
   helpstring("Active Directory Replication"),
   pointer_default(unique)
 ] 
index 84aa0145a123d9b4cec374205509d350839ba3be..a1d14c82b97cfa9a7722bebe9b7558cae4141214 100644 (file)
@@ -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:"),
+  endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:", "ncalrpc:"),
   pointer_default(unique),
   helpstring("Local Security Authority"),
   depends(security)