diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-10 12:12:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:37 -0500 |
commit | 0c75667594e6d3aaf856289ac6e09230c45808d8 (patch) | |
tree | b5c9f66971d522209d78d43cf6165a61bb05a1b5 /source4/librpc/idl/drsuapi.idl | |
parent | d4f4f4b9f3d03319b3d54d9525d386d0249d17f1 (diff) | |
download | samba-0c75667594e6d3aaf856289ac6e09230c45808d8.tar.gz samba-0c75667594e6d3aaf856289ac6e09230c45808d8.tar.bz2 samba-0c75667594e6d3aaf856289ac6e09230c45808d8.zip |
r4638: expose lsa and drsuapi on ncalrpc
(This used to be commit 4e62bd2a349c0cce8cb82a401fdf1cc33828af6f)
Diffstat (limited to 'source4/librpc/idl/drsuapi.idl')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index bc6b260d4a..74793f3db3 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -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) ] |