diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-10-28 03:40:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:22 -0500 |
commit | 56576de528db2b2029ee7d32e515a2edbad147a1 (patch) | |
tree | 76ecf4e1be7763688b9ed13337753699ff377f1c /source4/librpc/idl/netlogon.idl | |
parent | a0dcf1aa1c3bb2548cd22b1095b6dc299234efdc (diff) | |
download | samba-56576de528db2b2029ee7d32e515a2edbad147a1.tar.gz samba-56576de528db2b2029ee7d32e515a2edbad147a1.tar.bz2 samba-56576de528db2b2029ee7d32e515a2edbad147a1.zip |
r11352: Add newly discovered (via the radiator lists) flags for controlling
plaintext and machine account logins.
Update tests to confirm this behaviour.
Andrew Bartlett
(This used to be commit a0ed41d379f4b15a7f44ca93de9907f02bada163)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index bec28e3b25..80d1026b0a 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -85,6 +85,10 @@ interface netlogon [size_is(size/2),length_is(length/2)] uint16 *bindata; } netr_AcctLockStr; + const int MSV1_0_CLEARTEXT_PASSWORD_ALLOWED = 0x002; + const int MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT = 0x020; + const int MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT = 0x800; + typedef struct { lsa_String domain_name; uint32 parameter_control; |