diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-01 01:40:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:53 -0500 |
commit | c8541d041fdae40d3d941bf7901e03876946d18d (patch) | |
tree | 2d4e69d28bfa1642b141a05fc6b0b7c23828cc90 /source4/librpc/idl | |
parent | d487cca5cb39cfd4b41b83ae32f07d2b7deb6cf1 (diff) | |
download | samba-c8541d041fdae40d3d941bf7901e03876946d18d.tar.gz samba-c8541d041fdae40d3d941bf7901e03876946d18d.tar.bz2 samba-c8541d041fdae40d3d941bf7901e03876946d18d.zip |
r4462: - enable DSSETUP on ncalrpc
- add DSSETUP to the list of tests run in test_rpc.sh
(This used to be commit 73c3cdc8ed8dafd544ce4dcac9141124d2b85670)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dssetup.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/dssetup.idl b/source4/librpc/idl/dssetup.idl index 25045c5879..243eff96e7 100644 --- a/source4/librpc/idl/dssetup.idl +++ b/source4/librpc/idl/dssetup.idl @@ -7,7 +7,7 @@ [ uuid("3919286a-b10c-11d0-9ba8-00c04fd92ef5"), version(0.0), - endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]"), + endpoint("ncacn_np:[\\pipe\\lsarpc]", "ncacn_np:[\\pipe\\lsass]", "ncalrpc:"), pointer_default(unique), helpstring("Active Directory Setup") ] interface dssetup |