Results 1 to 2 of 2
here's my configuration
# main samba configuration
workgroup = mydomaincorp
server string = Samba Server
log file = /var/log/samba/%m.log
max log size = 0
security = share
encrypt passwords = ...
- 05-12-2005 #1Just Joined!
- Join Date
- Feb 2004
- Location
- Indonesia
- Posts
- 84
restricted file on samba server 2.X (RH 7.2)
here's my configuration
# main samba configuration
workgroup = mydomaincorp
server string = Samba Server
log file = /var/log/samba/%m.log
max log size = 0
security = share
encrypt passwords = yes
smb passwd file = /etc/samba/smb/passwd
socket options = TCP_NODELAY SORCVBUF=8192 SO_SNDBUF=8192
interfaces = 192.168.0.199/24
dns proxy = no
# and here's my share config
[myshare]
path = /home/data/public
comment = public files
public = yes
only guest = yes
writeable = yes
; printable = no
[myshare_restricted]
path = /home/data/restricted
comment = restricted files and users only
writeable = yes
valid users = kamto, boss
; printable = no
this my questions :
i have some problems about restricted share (myshare_restricted), in win2k (once time i tried and succeed - on win2k the box questions came with username and password) and of course i succeed to with win98, but when i try diffrent platforms, like winME, winXP, no username box questions, and only passwords that you have to type.
any ideas ?
thanks for your concerned
- 05-12-2005 #2Just Joined!
- Join Date
- Feb 2004
- Location
- Indonesia
- Posts
- 84
hey, i did it but i have to insert a user like on samba user, (in this case i have to insert a news user on my winME kamto and boss)
have any solutions than these


Reply With Quote
