diff options
author | Luke Leighton <lkcl@samba.org> | 1997-11-04 20:27:08 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-11-04 20:27:08 +0000 |
commit | 028679f144d5321e0dfa4bc0840b54388b9d59d1 (patch) | |
tree | b9a12479ba9fc91acbb04689e69930ff14bc07c0 | |
parent | cdc6099647f7a48a8e31f9dfc331fe82dd66acdf (diff) | |
download | samba-028679f144d5321e0dfa4bc0840b54388b9d59d1.tar.gz samba-028679f144d5321e0dfa4bc0840b54388b9d59d1.tar.bz2 samba-028679f144d5321e0dfa4bc0840b54388b9d59d1.zip |
smb.h :
LSA_OPENSECRET and three other unknown #defines are commented as not
being the real defines for these!!!
rpc_pipes/pipenetlog.c :
USE_ARCFOUR for Server Password Set. and then ignore the password (agh!)
this will *fail* to do logins, by the way. i need to add a routine
to update the smb password (next job).
(This used to be commit b9d26344cc9b64ef3578931d099d52eab080fdd3)
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 6a7f502286..892c31be97 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -298,7 +298,7 @@ enum RPC_PKT_TYPE #define LSA_AUTH2 0x0f #define LSA_CLOSE 0x00 -/* unknown .... */ +/* XXXX these are just here to get a compile!!! */ #define LSA_OPENSECRET 0xFF #define LSA_LOOKUPSIDS 0xFE #define LSA_LOOKUPNAMES 0xFD |