I'm trying to set up SAMBA to handle NT logons, and have it to the point where my Sun sees the logon request come in, and I get the following in the log file: process_logon_packet: Logon from : code = 7 Does anyone know either what this code (and others) relates to, or where to find the code meanings? Anyone else gotten this to work and have some tips/tricks/gotchas? I'm trying to integrate the new NT workstations into our Unix (Sun Solaris/NIS) environment. Thanks in advance. Tim
> I'm trying to set up SAMBA to handle NT logons, and have it to the > point where my Sun sees the logon request come in, and I get the > following in the log file: > > process_logon_packet: Logon from : code = 7 > > Does anyone know either what this code (and others) relates to, or > where to find the code meanings? > > Anyone else gotten this to work and have some tips/tricks/gotchas? > I'm trying to integrate the new NT workstations into our Unix > (Sun Solaris/NIS) environment. >nameserv.h:#define QUERYFORPDC 7 /* Query for PDC. */ Have you read the NTDOM FAQ. It's linked under the documentation page on the Samba site? j- ________________________________________________________________________ Gerald ( Jerry ) Carter Engineering Network Services Auburn University jerry@eng.auburn.edu http://www.eng.auburn.edu/users/cartegw "...a hundred billion castaways looking for a home." - Sting "Message in a Bottle" ( 1979 )
> I'm trying to set up SAMBA to handle NT logons, and have it to the > point where my Sun sees the logon request come in, and I get the > following in the log file: > > process_logon_packet: Logon from : code = 7 > > Does anyone know either what this code (and others) relates to, or > where to find the code meanings?The code indicates a QUERYFORPDC request (see include/nameserv.h), which is as it should be. "Logon from" should however be followed by the IP address of the requesting workstation. It being blank is rather odd... at least on my system inet_ntoa will always translate whatever garbage you pass it into dotted form. Matt -- Matt Chapman m.chapman@student.unsw.edu.au