rewrote the password server code using the new clientgen.c client
commit11de90f972f6d83974425e80014f54e15d495413
authorAndrew Tridgell <tridge@samba.org>
Tue, 21 Oct 1997 09:34:33 +0000 (21 09:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 21 Oct 1997 09:34:33 +0000 (21 09:34 +0000)
tree322d100418c6d5ecfc4e8b31110fc132ee2f504c
parent3a0b5f06f42efdb522f1c5d3d9a4b4afabe03b40
rewrote the password server code using the new clientgen.c client
interface

The new code uses a source netbios name equal to the Samba servers
name, not the client name. It also uses NetWkstaUserLogon to do a full
network logon. This means it will honour the servers logon
restrictions (such as login times etc).
source/include/smb.h
source/smbd/password.c
source/smbd/reply.c
source/smbd/server.c