No longer able to logon/join domain

Mr. Alex Stepney alexs at saturn.nmr.ion.ucl.ac.uk
Mon Aug 16 15:59:52 GMT 1999


All,

I'm running CV's as a PDC on a Ultra-1 (Solaris 2.5.1) and I'm
having a few problems this week joining a machine to a domain
or logging into a machine that have previously joined the domain.
Last week I changed the daemon start ups from inetd to rc2.d and
all was well, but today nobody can log in. 

This is what happens when I try to join a domain:

[1999/08/16 16:24:31, 5] lib/access.c:string_match(87)
  looking for 144.82.49.69 of domain nmr in netgroup suns gave No
[1999/08/16 16:24:31, 5] lib/access.c:string_match(87)
  looking for pc36 of domain nmr in netgroup suns gave No
[1999/08/16 16:24:31, 5] lib/access.c:string_match(87)
  looking for 144.82.49.69 of domain nmr in netgroup pcs gave No
[1999/08/16 16:24:31, 5] lib/access.c:string_match(87)
  looking for pc36 of domain nmr in netgroup pcs gave No
[1999/08/16 16:24:31, 0] lib/access.c:check_access(236)
  Denied connection from pc36 (144.82.49.69)
[1999/08/16 16:24:31, 1] smbd/process.c:process_smb(562)
  Connection denied from 144.82.49.69
[1999/08/16 16:24:31, 6] lib/util_sock.c:write_socket(185)
  write_socket(7,5)
[1999/08/16 16:24:31, 6] lib/util_sock.c:write_socket(188)
  write_socket(7,5) wrote 5
[1999/08/16 16:24:31, 2] smbd/server.c:exit_server(406)
  Closing connections
[1999/08/16 16:24:31, 3] smbd/server.c:exit_server(431)
  Server exit (connection denied)
  
And I notice this when I try to log onto a machine that has
previouly joined the domain:

  ===============================================================
[1999/08/16 16:40:57, 0] lib/fault.c:fault_report(41)
  INTERNAL ERROR: Signal 11 in pid 976 (2.1.0-prealpha)
  Please read the file BUGS.txt in the distribution
[1999/08/16 16:40:57, 0] lib/fault.c:fault_report(43)
  ===============================================================
  
I am currently recompiling the latest CV's and I'll see how that
goes. Does anyone have any idea as to the cause of this?
 
Many thanks
 
Alex.
________________________________________________________________________

Mr A.Stepney BSc(Hons), Systems Administrator

Institute of Neurology, Queen Square, London WC1N 3BG, UK.

phone : +44 (0) 20 7837 3611 Ext. 4268
fax   : +44 (0) 20 7278 5616
pager : +44 (0) 4325 623722

email : a.stepney at ion.ucl.ac.uk
www   : http://www.nmr.ion.ucl.ac.uk/~alexs
-------------- next part --------------
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not many any basic syntactic errors. 
#
#======================= Global Settings =====================================
[global]
   debug level = 15
   workgroup = IONNMR
   server string = Samba %v %m
   hosts allow = @suns, @pcs

# Printers
   load printers = yes
   printcap name = /etc/printers.conf
   lpq command = /usr/ucb/lpq -P%p
   lprm command = /usr/ucb/lprm -P%p %j
   print command = /usr/ucb/lpr -r -P%p %s
   printing = bsd

   smbrun = /usr/samba/bin/smbrun

   guest account = pcguest

   log file = /var/adm/sambalog.%m
   max log size = 5000

# For NIS
   nis homedir = true
   homedir map = auto.homedir

# Assorted password/authentication.
   mangle case =  yes
   case sensitive =  no
   default case = lower
   preserve case = yes
   short preserve case = no
   password level = 0
   smb passwd file = /etc/samba/private/smbpasswd

#  unix password sync = yes
#  passwd program = /usr/bin/passwd %u
#  passwd chat = *password* %n\n *password* %n\n *successfull*

   domain user map = /etc/samba/private/username.map

# PDC stuff
   security = user
   encrypt passwords = yes
   local master = yes
   os level = 300
   domain master = yes
   preferred master = yes
   domain logons = yes
   logon path = \\%N\profile\%U

# For QS and NSE directory mappings
   logon script = %m.CMD

# WINS/DNS
   wins support = yes
   wins proxy = no
   dns proxy = yes

   socket options = TCP_NODELAY

#============================ Share Definitions ==============================

[netlogon]
   comment = NT 4.0 Logon
   browseable = yes
   path = /usr/samba/netlogon
   writeable = no
   guest ok = no

[profile]
   comment = NT Roaming Profiles
   browseable = yes
   path = /export/home/profile
   writeable = yes
   create mode = 0755
   public = yes

[homes]
   comment = Current Users Home Directory
   path=/home
   browseable = yes
   read only = no
   create mode = 0755
   public = no

[home]
   comment = Home Directory
   path = /export/home
   browseable = yes
   read only = no
   create mode = 0755
   public = yes

[cdrom]
   comment = cdrom
   path = /cdrom/cdrom0
   browseable = yes
   read only = yes
   create mode = 0755
   public = yes

[root]
   comment = Root Directory (per machine)
   path = /
   browseable = no
   read only = no
   create mode = 0755
   public = yes

[net]
   comment = Net Directory (per machine)
   path = /net
   browseable = yes
   read only = no
   create mode = 0755
   public = yes

; NB - must be writable, as the pdoxnet file lives here
[local-pc]
   comment = Local Software
   path = /local/pc
   browseable = yes
   create mode = 0755
   public = yes
   writable = yes
   write list = pc

[printers]
   comment = All Printers
   path = /tmp
   browseable = yes
   printable = yes
   public = yes
   writable = no
   create mode = 0700
   guest ok = yes

[tmp]
   comment = Temporary file space (subject to deletion without warning)
   path = /tmp
   read only = no
   public = yes

#============================ End Share Definitions ==============================


More information about the samba-ntdom mailing list