Domain users listing - speed

Michael Smirnov smbsmb at mail.ru
Tue Oct 22 16:45:00 GMT 2002


I have about 700 users in smbpasswd.
When I view properties of a file from Win2000,
after Security -> Add ->
I see the list of all users in the domain.
However, the scrollbar scrolls about 30 seconds,
before all users are shown in the list!

Slow! Is there a way to speed it up?
Samba 2.2.5, FreeBSD 4.4-Release.
smb.conf:

[global]
   workgroup = VSERV
   netbios name = serv1
   server string = File server
   guest account = guest
   guest ok = yes
   null passwords = yes
   log file = /var/log/samba/log.%m
   lock dir = /var/log/samba/locks
   max log size = 50
   security = user
   encrypt passwords = yes
   socket options = TCP_NODELAY SO_SNDBUF=16384 SO_RCVBUF=16384 IPTOS_LOWDELAY
   local master = yes
   domain master = yes 
   preferred master = yes
   domain logons = yes
   os level = 64
   logon script = start.bat
   logon path = \\%L\%U\files\profiles
   logon drive = T:
   logon home = \\%N\%U
   wins support = yes
   wins proxy = yes
   dns proxy = no 
   character set = KOI8-R
   client code page = 866
   time server = True 
   domain admin group = @wheel
   domain guest group = @guest
   admin users = adm 
   add user script = /usr/local/samba/bin/addhost.sh %u
   delete user script = /usr/local/samba/bin/deletehost.sh %u
   printing = bsd
   printcap name = /etc/printcap
   print command = /usr/bin/lpr -r -P%p %s
   lpq command = /usr/bin/lpq -P%p %s
   lppause command =  /usr/bin/lp -i %p-%j -H hold
   lpresume command = /usr/bin/lp -i %p-%j -H resume
   lprm command = /usr/bin/lprm -P%p %j
   queuepause command = /usr/sbin/lpc -P%p stop
   queuepause command = /usr/sbin/lpc -P%p start
   load printers = yes   
   printer admin = @wheel
   syslog = 1
          
#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes
   create mask = 0664
   directory mask = 0775

[netlogon]
   comment = Network Logon Service
   path = /usr/local/samba/lib/netlogon
   writable = no
   write list = adm

[info]
    comment = Distributives
    path = /mnt/info
    public = yes
    writable = yes
    printable = no
    create mask = 0664
    directory mask = 0775







More information about the samba-technical mailing list