[Samba] NetBIOS name for BDC?

baiocco.f at filottrano.bcc.it baiocco.f at filottrano.bcc.it
Wed Jul 10 03:32:28 GMT 2002


I have a Samba PDC working fine (NetBios name FI0X07) and I'm trying setting up
a Samba BDC but I can't have it working!!

The problem is:

- if a set the BDC NetBIOS name the same as PDC, if I shut down the PDC the BDC
works but if the PDC is restarted the BDC doesn't stop autenticating users.
- if a set the BDC NetBIOS name different if I stop the PDC the BDC doesn't
authenticate users at all.

This is my PDC smb.conf can someone tell me what I shoud modify to use it for
the BDC??

[global]

   add user script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M
%u
   domain admin group = @admins, root

   show add printer wizard = no
   time server = yes

   workgroup = BCCFILOTTRANO
   netbios name = FI0X07

   server string = Linux PDC Server (%v)

   hosts allow = 10.113. 127.0.0.1

   printcap name = /etc/printcap
   load printers = no



   log file = /var/log/samba/log.%m
   log level = 2

   max log size = 500

   security = user


  encrypt passwords = yes
  smb passwd file = /etc/samba/smbpasswd


  username map = /etc/samba/smbusers


   socket options = IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

   interfaces = eth0 eth1


   local master = yes

   os level = 64

   domain master = yes

   preferred master = yes


   domain logons = yes

   logon script = STARTUP.BAT

   logon path = \\%L\profiles\%U
   logon drive = Z:
   logon home = \\%L\%U\.profile

   name resolve order = lmhosts hosts wins bcast

   wins support = yes



   dns proxy = yes


[homes]
   comment = Home Directories
   browseable = no
   writable = yes
   valid users = %S
   path = %H/NetDrive
   create mask = 0600
   directory mask = 0700

[pubblica]
   comment = Directory Scambio Files Utenti
   browseable = yes
   writable = yes
   guest ok = no
   write list = @users
   path = /home/allusers
   inherit permissions = yes
   map archive = no

[netlogon]
   comment = Network Logon Service
   path = /var/samba/netlogon
   guest ok = no
   browseable = no
   writable = no
   share modes = no
   write list = @admins, root

[profiles]
    comment = NT Profiles
    path = /var/samba/ntprofiles
    create mask = 0600
    directory mask = 0700
    writable = yes
    browseable = no
    guest ok = no






More information about the samba mailing list