what does this error or warning message really mean ?

Jerome Alet alet at unice.fr
Wed Apr 5 07:13:03 GMT 2000


Here's my smb.conf, with IP adresses and domain modified.

It seem to work fine, however I haven't completely configured it yet: the
user groups and users are not mapped correctly I think, I'm still working
on it.

I suppose your problem is the same as mine when I configured it: look at
the type of your workstations entries in smbpasswd, it should be W instead
of U. This produced exactly the same problem you mention.

good luck.

Jerome ALET - alet at unice.fr - http://cortex.unice.fr/~jerome
Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 
28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE

On Wed, 5 Apr 2000, Bostjan Muller wrote:

> * On 04-04-00 at 16:35 Jerome Alet (alet at unice.fr) wrote:
> +----Here quoted text begins----+
> > Hi,
> > 
> > I'm using Samba-2.0.6 as a PDC under a RedHat 4.2 SparcLinux system with a
> > 2.0.35 kernel and libc 5.3.12
> +----and here the quote ends----+
> 
> How did you do that??!! I cannot make my samba 2.0.6 or 2.0.5a a domain
> controller no way :( I have a nt workstation and whenever I set domain instead
> of workgroup I get that no domain servers vwere available - could you please
> post your smb.conf or mail it to me directly?
> 
> THX in advance!
> 
> Bostjan
> 
-------------- next part --------------
; The global setting for a RedHat default install
; smbd re-reads this file regularly, but if in doubt stop and restart it:
; /etc/rc.d/init.d/smb stop
; /etc/rc.d/init.d/smb start
;======================= Global Settings =====================================
[global]

   workgroup = MYDOMAIN
   comment = Cortex RedHat Samba Server
   volume = RedHat4
   load printers = no
   log file = /var/log/samba-log.%m
   max log size = 500
   short preserve case = yes
   preserve case = yes
   lock directory = /var/lock/samba
   share modes = yes
   security = user
   domain logons = yes
   encrypt passwords = yes
   admin users = root
   domain admin users = root
   hosts allow = 192.168.1.0/255.255.255.0
   interfaces = 192.168.1.1/24
   bind interfaces only = yes
   read prediction = yes
   hide dot files = no
   socket address = 192.168.1.1
   socket options = IPTOS_LOWDELAY TCP_NODELAY
   os level = 33
   domain master = yes
   logon drive = z:
   logon path = \\%N\%U\ntprofile
   logon home = \\%N\%U\ntprofile
   logon script = STARTUP.CMD
   deadtime = 15
   time server = yes

;============================ Share Declarations ==============================
[homes]
   comment = Repertoires Personnels
   browseable = no
   read only = no
   preserve case = yes
   short preserve case = yes
   create mode = 0664

; Un-comment the following and create the netlogon directory for Domain Logons
[netlogon]
   comment = Samba Network Logon Service
   path = /home/netlogon
; Case sensitivity breaks logon script processing!!!
   case sensitive = no
   guest ok = no
   writeable = no

[tmp]
   comment = Repertoire Temporaire
   path = /tmp
   writeable = yes
   public = yes
   printable = no
   browseable = yes

[cdrom]
	comment = Lecteur de CDROM
	path = /mnt/cdrom
	read only = yes
	public = yes
	printable = no
	locking = no

[usrlocal]
	comment = Logiciels Locaux
	path = /usr/local
	read only = yes
	public = yes
	printable = no
	locking = no

[home]
	comment = Comptes Utilisateurs
	path = /home
	read only = yes
	public = yes
	printable = no
	locking = no

[staro]
	comment = StarOffice
	path = /home/staroffice/Office51W
	read only = yes
	public = yes
	locking = no

[java]
	comment = Outils Java
	path = /home/java
	read only = yes
	public = yes
	locking = no


More information about the samba-ntdom mailing list