Latest CVS Head Branch (27/10/1999)

Alan Hourihane alanh at pinacl.co.uk
Wed Oct 27 10:11:27 GMT 1999


Answering my own email, but this patch fixes it.

Alan.
--- smbd/password.c.old Wed Oct 27 11:10:15 1999
+++ smbd/password.c     Wed Oct 27 11:09:20 1999
@@ -1191,7 +1191,7 @@
        }

        if(cli_nt_setup_creds(&cli, nt_pipe_fnum,
-          cli.mach_acct, global_myname, trust_passwd, SEC_CHAN_WKSTA) == False)
+          cli.mach_acct, global_myname, trust_passwd, SEC_CHAN_WKSTA) != False)
        {
                DEBUG(0,("domain_client_validate: unable to setup the PDC creden
tials to machine \
                %s. Error was : %s.\n", cli.desthost, cli_errstr(&cli)));

-----Original Message-----
From:	Alan Hourihane 
Sent:	27 October 1999 10:54
To:	Multiple recipients of list SAMBA-NTDOM
Subject:	Latest CVS Head Branch (27/10/1999)

With the latest CVS code I can't get my 2.1
machine talking to my 2.0 (PDC).

I get this in the 2.1 logs.

[1999/10/27 10:50:50, 0] smbd/password.c:domain_client_validate(1197)
domain_client_validate: unable to setup the PDC credentials to machine
        WALES. Error was : RAP code 0

This used to work with the head branch at the 5th of October code.

Alan.



More information about the samba-ntdom mailing list