Displaying 3 results from an estimated 3 matches for "smb_test".
2008 Feb 27
1
After migrating from Samba 2 to Samba 3 - home share names are case sensitive
...access his share with a Windows client he use the path:
\\server\john
This works great.
But if he want to access his share using the path:
\\server\JOHN
he can't access the share.
Samba 2 doesn't differ between the two paths.
Other shares on the server (no [home] share) for example [smb_test] can be
accessed by typing:
\\server\SMB_TEST or
\\server\smb_test
My [home]-section on the server:
[homes]
comment = UNIX Home Directory for %S
valid users = %S
writeable = yes
browseable = no
In my opinion there aren't any special configuration in this sec...
2000 May 03
2
NT SMB Support parameter questions
...= betelgeuse
username map = /etc/smb.map
debug level = 3
log file = /var/log/samba/log.%m
max log size = 50
dns proxy = No
hosts allow = 192.168.1. 127.
printing = lprng
[test]
comment = Test Share
path = /usr/local/filestore/smb_test
valid users = @everyone
admin users = @smbadmin
writeable = Yes
create mask = 0755
force create mode = 020
directory mask = 02775
force directory mode = 02070
map system = Yes
map hidden = Yes
2002 Jun 25
2
RE: [PATCH] smbfs readdir fix (CFT: NetApp, OS/2)
Vlad.
I still got the same problem - 'ls | wc -l' returned incorretc numbers.
I installed the following patches with the sequence vs. the kerner 2.4.18:
1. 00-smbfs-2.4.18-codepage.patch.gz
2. 01-smbfs-2.4.18-lfs.patch.gz
3. 02-smbfs-2.4.18-unicode.patch.gz
4. smbfs-2.4.19-pre9-readdir.patch
After installed patches, I ran 'make modules' and so on.
Any more