smbtorture won't compile anymore ...

Luke Kenneth Casson Leighton lkcl at samba.org
Sat Jan 15 05:37:35 GMT 2000


On Sat, 15 Jan 2000, Richard Sharpe wrote:

> Hi,
> 
> I am trying to build RPMs of Samba TNG for a couple of platforms, and it
> works OK, as long as I remove things like smbtorture etc from the build
> process.
> 
> In particular, smbtorture will no longer compile because cli_session_setup
> now has an extra argument, the domain that the caller wants to log into,
> while smbtorture is not passing that argument.
> 
> What can/should I set this to?  Is there a default?

it's actually an extra 2nd argument:

old version:

cli_state,  char*user, pwd, len, nt_pwd, len, char*domain

new version:

cli_state, char* usershostname, char*user, pwd, ....

typical values for this new 2nd argument are global_myname.



More information about the samba-ntdom mailing list