some new bugs in 3.0.23rc (build-16014)

Thomas Bork tombork at web.de
Mon Jun 5 10:15:07 GMT 2006


Hi @all,

with Version 3.0.23pre2-SVN-build-16014 there is no smbclient prompt 
anymore?:

deveis # smbclient -Utb%xxx //deveis/public
cd debug
dir
   .                                  DR        0  Wed May 31 22:56:04 2006
   ..                                  D        0  Sat Jun  3 02:24:50 2006
   smbd.strace                         R  2121508  Wed May 31 22:52:26 2006
   log.nmbd                            R   162607  Wed May 31 22:52:26 2006
   log.smbd                            R   624943  Wed May 31 22:52:26 2006

                 38234 blocks of size 262144. 21010 blocks available
exit
deveis #


If samba is a standalone server and we have a simple share with

[testshare]
  comment = test on %h
  browseable = yes
  writeable = yes
  path = /testshare
  valid users = +root
  force user = root

we can access with the user tb:

deveis # id tb
uid=2001(tb) gid=100(users) groups=100(users),0(root)
deveis # smbclient -Utb%xxx //deveis/testshare
dir
   .                                   D        0  Mon Jun  5 11:33:22 2006
   ..                                  D        0  Mon Jun  5 11:33:22 2006
   samba_recycle_bin                   D        0  Mon Jun  5 11:33:22 2006

                 38234 blocks of size 262144. 21009 blocks available
exit
deveis #

If we have the same share and samba is a pdc, we *cannot* access this 
share with the same user tb:

deveis # smbclient -Utb%xxx //deveis/testshare
tree connect failed: NT_STATUS_ACCESS_DENIED
deveis #


der tom


More information about the samba-technical mailing list