Displaying 3 results from an estimated 3 matches for "visitantes".
2009 Dec 03
1
Samba does not allow access to share with another user
...me to access the share.
Here is my smb.conf share part:
[aplicativos]
path = /home/aplicativos
valid users = ff
force group = users
writeable = yes
when I logged in a station with user "ff" I can access the share. But then I
log in with user "visitantes", which does not have access permission, windows
prompts for user/password. I fill in user "ff" and my password and windows
denies access. In samba's log it shows it trying to log in with
user "visitantes" and not with user "ff":
[2009/10/29 20:52:57, 1]...
2009 Oct 29
0
Cant connect to samba share from windows xp with another user
...d samba does allow me to log in.
Here is my smb.conf share part:
[aplicativos]
path = /home/SemBackup/aplicativos
valid users = ff
force group = users
writeable = yes
when I logged in a station with user ff I can access the share. But then I
log in with user visitantes which does not have access permission. Windows
prompts for user/password. I fill in user ff and my password and windows
denies access. In the log it shows it trying to log in with user visitantes
and not with user ff:
[2009/10/29 20:52:57, 1] smbd/service.c:close_cnum(1409)
lfoinfo-tec (::ff...
2008 Sep 24
19
How to define request.domain in when testing
Hi,
My application relies on request.domain for doing its job. The problem I
am encountering, is that when running tests, request.domain returns
"test.host", how can I change that so that it returns "mysite.com"?
Thanks in advance.
--
Posted via http://www.ruby-forum.com/.