new 1.9.17p4 doesn't authenticate where 1.9.17 did

Ernie Oporto ernie_oporto at MENTORG.COM
Wed Oct 22 19:22:47 GMT 1997


Resending this, but now it applies to 1.9.17p4 as well as all patch
versions after, but not including, 1.9.17.  Any ideas would help...

---

I wanted to get the security patch on my samba servers, Samba 1.9.17p3 now
requires that each access to a samba area have a password enteredby the
user, where it automatically authenticated from our NT servers before with
1.9.17.  This has happened since 1.9.17p1 came out, and happens for all
accounts except Domain Admin related accounts.  The log files show this...

password server THING1 rejected the password


The "samba.log." file shows this...
ERROR smb_shm_open : mmap failed with code 11


Below is my smb.conf file.  This is on Solaris 2.5 on an Ultra 1.  Anyone
know if there's something I was supposed to add?

[global]
   client code page = 437
   status = yes
   auto services = homes printers
 
   printing = bsd
   printcap name = /etc/printcap
   load printers = yes
   username map = /usr/local/pkgs/samba/lib/usernamemap
 
   guest account = nobody
   workgroup = DOMAIN
   interfaces = www.xxx.yyy.zzz/24
   remote announce = www.xxx.yyy.zzz/DOMAIN
   security = server
   encrypt passwords = yes
   password server = THING1 THING2 THING3
  
   log file = /usr/local/pkgs/samba/logs/samba.log.%m
   max log size = 50
 
   domain controller = www.xxx.yyy.zzz
   wins proxy = no
   time server = yes
   wins server = www.xxx.yyy.zzz
   message command = csh -c 'xedit %s;rm %s' &
   server string = Samba Server (Samba %v)
   domain master = no
   local master = no
   domain master = no
   preferred master = no
   os level = 0
 
   read raw = no
   read size = 1024
   read prediction = yes
 
   getwd cache = yes
   preserve case = yes
   short preserve case = yes
   dead time = 15
   default service = default
 
[default]
   path = /%S
   writeable = yes
   locking = no
   browseable = no
 
[homes]
   comment = %U Home Directory
   browseable = no
   read only = no
   create mode = 0664
 
[IPC$]
   path = /tmp
   comment = IPC$
   browseable = yes
   writeable = no
   printable = no
   public = yes
 
[printers]
   postscript = true
   guest ok = no
   comment = All Warren Printers
   browseable = no
   printable = yes
   public = yes
   writable = no
   create mode = 0700
   lprm command = /usr/ucb/lprm -P%p %j
   lpq command = /usr/ucb/lpq -P%p
   print command = /usr/ucb/lpr -P%p %s; rm %s
   path = /tmp

http://www.geocities.com/SiliconValley/Park/9276
   _____/           ____         /        /Ernie "Shokk" Oporto-SysAdmin
_____      ____    /    \    __ /     __   Mentor Graphics Corporation
\______/ __    __ \______/ __  \___ __  \___


More information about the samba mailing list