password API

Luke Kenneth Casson Leighton lkcl at switchboard.net
Thu May 28 14:07:40 GMT 1998


On Thu, 28 May 1998, Danny Braniss wrote:

> 
> im sending the changes i made for you commnets,

ta.  for future reference, a diff -u -w -b -B is better.

> it's not for prime time yet,
> but i was trying out some ideas. the changes work for me. now that i have that 
> out of the way i will see what/how srv_netlog.c can be APIed.

i expect to change the function name from smb_password_check() or whatever
to sam_password_check(), then have:

sam_password_check()
#ifdef USE_SMBPASS_DB
smb_password_check()
#elif ...
#endif

and nothing else. 

then have another function called from net_logon_interactive() which does
the same thing...

luke



More information about the samba-technical mailing list