diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-08-04 09:30:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:47 -0500 |
commit | 3a296195b3f5cdf61e9abce3676786166a1a9cfd (patch) | |
tree | 06a1f4d6f56f872673e9550d2dd6a67879dca8c6 /source4 | |
parent | ae24bf52515766cb446eab6381ca011d5a234c08 (diff) | |
download | samba-3a296195b3f5cdf61e9abce3676786166a1a9cfd.tar.gz samba-3a296195b3f5cdf61e9abce3676786166a1a9cfd.tar.bz2 samba-3a296195b3f5cdf61e9abce3676786166a1a9cfd.zip |
r1648: the endpoints for the DRSUAPI pipe are
lsass,protected_storage not drsuapi:-)
metze
(This used to be commit a60ce66a01ff7528778dfded43d2a6e893acc5e2)
Diffstat (limited to 'source4')
-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 a139c60726..c5bab3b8e2 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), - endpoints(drsuapi,TCP-0), + endpoints(lsass,protected_storage,TCP-0), pointer_default(unique) ] interface drsuapi |