diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-06-14 13:21:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:40 -0500 |
commit | 8cd82a6c8548e4184213bc1a8811a24cdd148fa4 (patch) | |
tree | 00bb26a1fcf29d75def273bc1142c7d4af2fed5c /source4 | |
parent | 112fac1cde887a234ca778128d9da6e2e0cd5938 (diff) | |
download | samba-8cd82a6c8548e4184213bc1a8811a24cdd148fa4.tar.gz samba-8cd82a6c8548e4184213bc1a8811a24cdd148fa4.tar.bz2 samba-8cd82a6c8548e4184213bc1a8811a24cdd148fa4.zip |
r1144: added logon level 5 for sam logon
(This used to be commit eb13fc6c3b482d49a2cfaf13d290f1e54a2f1865)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 6e87072a12..a055583e9f 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -124,6 +124,7 @@ interface netlogon [case(1)] netr_PasswordInfo *password; [case(2)] netr_NetworkInfo *network; [case(3)] netr_PasswordInfo *password; + [case(5)] netr_PasswordInfo *password; [case(6)] netr_NetworkInfo *network; } netr_LogonLevel; |