diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-31 10:45:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:51 -0500 |
commit | 502490b46709666ff0b5ccd4a2d9e12773693b89 (patch) | |
tree | 86d2896e5252f3543bab29111efb6fee85526757 /source4/librpc/idl | |
parent | 291b02a639aa6551ac1f59e47a78d5590d2b7f6e (diff) | |
download | samba-502490b46709666ff0b5ccd4a2d9e12773693b89.tar.gz samba-502490b46709666ff0b5ccd4a2d9e12773693b89.tar.bz2 samba-502490b46709666ff0b5ccd4a2d9e12773693b89.zip |
r4449: fixed the helpstring for LSA IDL
(This used to be commit 40a68a160e43b2e5d018e393ddecdfc50bad5360)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 770e42c362..5c5171840e 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -8,7 +8,7 @@ version(0.0), endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:"), pointer_default(unique), - helpstring("Local Server Authentication(?)"), + helpstring("Local Security Authority"), depends(security) ] interface lsarpc { |