need help about performance login on pdc samba.

fredy rusdianto fredy at ksccb.com
Sun May 11 19:48:04 MDT 2014


We've managed to domain migration control of the system ldap zimbra 5 and
samba 3.6.1 with centos os 5 into the new system with LDAP and Samba 3.6.9
Zimba 7 with os centos 6. Would but the performance at the time the
client (windows
xp, win7, Win8) very slow login to domain. Unlike the previous system. Does
that affect it? We ask the help of an explanation.

Setting smb.conf us as follows:

 [global]



      workgroup = KSCCB

      server string = Samba File Server



      netbios name = FILE-KSCCB



      socket options = TCP_NODELAY



      interfaces = lo eth1

      smb ports = 139 445

;     hosts allow = 127. 192.168.12. 192.168.13.



# --------------------------- Logging Options -------------------------



      # logs split per machine

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

      log level = 9

      # max 1024KB per log file, then rotate

      max log size = 1024



# ----------------------- Standalone Server Options

      security = user

      passdb backend = ldapsam:ldap://mail.ksccb.intern/

      ldap admin dn = "cn=config"

      ldap suffix = dc=mail,dc=ksccb,dc=intern

      ldap group suffix = ou=groups

      ldap user suffix = ou=people

      ldap machine suffix = ou=machines

      obey pam restrictions = no

      ldap passwd sync = yes

      ldap ssl = off





# ----------------------- Domain Members Options ----------------------

      domain master = yes

      domain logons = yes



      # the login script name depends on the machine name

;     logon script = %m.bat

      # the login script name depends on the unix user used

;     logon script = %u.bat

;     logon path = \\%L\Profiles\%u

      # disables profiles support by specifing an empty path

      logon path = \\%L\netlogon

;     logon path =

      logon script = logon.bat

"



        add user script = /usr/sbin/adduser --quiet --disabled-password
--gecos "" %u

        add machine script = /usr/sbin/adduser -s /bin/false -d /dev/null %u



      passwd program = /usr/bin/passwd %u

passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .



# ----------------------- Browser Control Options ---------------------



      local master = yes

      os level = 65

      preferred master = yes

      enable privileges = yes



#----------------------------- Name Resolution ------------------------



      wins support = yes



      dns proxy = no

      name resolve order = wins bcast hosts lmhosts



      client ntlmv2 auth = yes

      lanman auth = yes

      ntlm auth = yes





# --------------------------- Printing Options ------------------------ load
printers = yes

      cups options = raw



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





# Un-comment the following and create the netlogon directory for Domain
Logons

      [netlogon]

      comment = Network Logon Service

      path = /opt/samba/netlogon

      guest ok = yes

      writable = no

      share modes = no





# Un-comment the following to provide a specific roving profile share

# the default is to use the user's home directory

      [Profiles]

      path = /opt/samba/profiles

      browseable = no

      guest ok = yes







# A publicly accessible directory, but read only, except for people in

# the "staff" group

;     [public]

;     comment = Public Stuff

;     path = /home/samba

;     public = yes

;     writable = yes

;     printable = no

;     write list = +staff









--


More information about the samba-technical mailing list