Displaying 20 results from an estimated 112 matches for "access_denied".
2006 Mar 22
4
Problem with ACL plugin system
Don''t know if anyone else has experienced this but I''m having a problem
with the access_denied method in Ezra''s ACL access control plugin. It''s
working fine (in conjunction with acts_as_authenticated) until it comes
across a user it denies access to, in which case it throws the following
error:
NoMethodError in Admin#index
protected method `access_denied'...
2007 Aug 30
0
open_fake_file access_denied file[$Extend/$Quota:$Q:$INDEX_ALLOCATION]
By very few users the Samba log files get clogged with access_denied
messages at open_fake_file_shared every 15 minutes:
smbd/fake_file.c:open_fake_file(114)
open_fake_file_shared:
access_denied to service[<aShare>]
file[$Extend/$Quota:$Q:$INDEX_ALLOCATION]
user[<aUser>]
open_fake_file fails with this error...
2008 Sep 04
1
open_fake_file_shared: access_denied
Hi there,
I have found following messages in log:
open_fake_file_shared: access_denied to service[SERVICE_NAME]
file[$Extend/$Quota:$Q:$INDEX_ALLOCATION] user[USER_NAME]
The messages appears in some computers' logs for more then just one user. It
looks like computer dependent not user dependent.
I don't know what exactly this message means and I don't understand where i...
2014 Dec 19
2
Does Samba 4 actually respect Unix file acls?
...-0500, Rufe Glick wrote:
>> Hello Jeremy,
>> > Do alice and bob have the same user ids on client
>> > and server ?
>> Yes, the uids and gids are identical on both server and client machines.
> Then it should work. Set debug level 10 on the smbd
> and look for ACCESS_DENIED messages in the logs.
I set debug level to 10. This is the output -- http://pastebin.com/dfmHqYA7 -- I get in '/var/log/samba/log.' file on the server side when I try to access share as bob on the client machine (and get Permission denied error). There are no ACCESS_DENIED messages in the...
2023 Jan 18
2
Files suddenly go readonly
...nly lose write access to their files, sometimes. One user
has 2 workstations (1 works always, the other exhibits this issue so maybe
a patch on the workstation?). When this happens IF I give their files group
write permission they are good again. Does this ring a bell? I have a level
10 debug of an ACCESS_DENIED test but nothing in there looks obviously
wrong until the ACCESS_DENIED so I can't see why.
Tried to rebuild a newer samba version but CentOS seems to not like it.
Any thoughts?
Thanks,
Greg
--
Greg Dickie
just a guy
514-983-5400
2016 Nov 02
1
winbind trust account password management
I'm running Samba v4.4.4 as a domain member server in security=domain
mode. Our 3 domain controllers are Server 2012r2.
Every 3-4 days, I see log messages from winbind saying
"winbind_samlogon_retry_loop: sam_logon returned ACCESS_DENIED".
Sometimes this corresponds to a trust password change, but not always.
Today, new connections to Samba were failing with the error
"SPNEGO(gse_krb5) creating NEG_TOKEN_INIT failed:
NT_STATUS_INTERNAL_ERROR" for an hour. I restored service by re-running
"net rpc join"...
2007 May 16
3
Winbind - wbinfo -u works, getent passwd only gives local users
...(FILESTONE) reports
[2007/05/15 22:31:48, 0] rpc_server/srv_netlog_nt.c:get_md4pw(242)
get_md4pw: Workstation SPARKSTONELX$: no account in domain
[2007/05/15 22:31:48, 0] rpc_server/srv_netlog_nt.c:_net_auth_2(461)
_net_auth2: failed to get machine password for account SPARKSTONELX$:
NT_STATUS_ACCESS_DENIED
[2007/05/15 22:31:52, 1] nsswitch/winbindd_group.c:winbindd_getgrnam(259)
group sparkstonelx$ in domain STONES does not exist
and on the Linux desktop
[2007/05/15 22:30:18, 1]
rpc_client/cli_pipe.c:cli_pipe_validate_current_pdu(625)
cli_pipe_validate_current_pdu: RPC fault code DCERPC_FAULT_...
2003 Oct 05
1
Samba 3.0 issues with mapped drives properties
...win2000 (192.168.0.200) closed connection to service test
[2003/10/04 20:18:23, 1] smbd/service.c:make_connection_snum(698)
win2000 (192.168.0.200) connect to service test initially as user markw (uid=501, gid=501) (pid 15388)
[2003/10/04 20:18:23, 1] smbd/fake_file.c:open_fake_file_shared1(45)
access_denied to service[test] file[$Extend/$Quota:$Q:$INDEX_ALLOCATION] user[markw]
[2003/10/04 20:18:25, 0] rpc_server/srv_util.c:get_domain_user_groups(371)
get_domain_user_groups: primary gid of user [root] is not a Domain group !
get_domain_user_groups: You should fix it, NT doesn't like that
[2003/...
2005 Apr 04
4
NT_STATUS_ACCESS_DENIED with winbindd authentication
...2.6.5-7.108 kernel
A few days back none of the users were able to log onto the print
server. The debug 10 logs show the following lines:
[2005/03/29 11:21:05, 5] auth/auth.c:check_ntlm_password(271)
check_ntlm_password: winbind authentication for user [**user-name**]
FAILED with error NT_STATUS_ACCESS_DENIED
Does anyone have any ideas about why winbindd would throw up an ACCESS_DENIED?
Thanks
Sridhar
2008 Jul 12
1
Re: Re stful_authentication, Internet Explorer, and unwanted http basic dialog
...39;'m glad I found your post Joshua - it saved me quite a bit of time!
To get this to work for me however (IE6), I had to ditch the ||= and do
straight assignment:
request.format = :html if request.env[''HTTP_USER_AGENT''] =~ /msie/i
Joshua Doss wrote:
>
>
> Alter access_denied to add this line (right below "def access_denied"):
>
> request.format ||= :html if request.env[''HTTP_USER_AGENT''] =~ /msie/i
>
> It''s a quick hack but it seems to work fine so far for me. The
> problem is, as you''ve stated, IE doesn...
2014 Dec 20
2
Does Samba 4 actually respect Unix file acls?
...my,
>> >> > Do alice and bob have the same user ids on client
>> >> > and server ?
>> >> Yes, the uids and gids are identical on both server and client machines.
>> > Then it should work. Set debug level 10 on the smbd
>> > and look for ACCESS_DENIED messages in the logs.
>> I set debug level to 10. This is the output -- http://pastebin.com/dfmHqYA7 -- I get in '/var/log/samba/log.' file on the server side when I try to access share as bob on the client machine (and get Permission denied error). There are no ACCESS_DENIED message...
2010 May 27
3
before_filter always running in test, not in development or production mode.
...hat page."}
5) Failure:
test: A guest to the site on GET to :show should respond with
success. (UsersControllerTest)
[]:
Expected response to be a 200, but was 302
Here is the code for my before_filter that is actually making this
test fail:
def login_required
authorized? || access_denied
end
def access_denied
session[:return_to] = request.fullpath
flash[:error] = t(''application.flash.error.login_required'')
redirect_to(new_sessions_path)
end
This code, as far as my understanding goes, should NOT ever be called
from this test though... I have th...
2015 Dec 10
2
Pam-logon failure for AD users
Hi,
This issue not solved, ftp and cifs using same way of authentication. but
when trying to access cifs it always shows the same ACCESS_DENIED error.
Regards,
Vigneshdhanraj G
On Tue, Nov 3, 2015 at 6:36 PM, Rowland Penny <rowlandpenny241155 at gmail.com>
wrote:
> On 03/11/15 12:25, VigneshDhanraj G wrote:
>
>> Hi Team,
>>
>> when i am running this command i am getting the following error
>> /usr/l...
2023 Jan 18
1
Files suddenly go readonly
...s to their files, sometimes. One user
> has 2 workstations (1 works always, the other exhibits this issue so maybe
> a patch on the workstation?). When this happens IF I give their files group
> write permission they are good again. Does this ring a bell? I have a level
> 10 debug of an ACCESS_DENIED test but nothing in there looks obviously
> wrong until the ACCESS_DENIED so I can't see why.
Are they supposed to have 'user' permissions or just 'group'
permissions, also are you using extended ACL's ?
>
> Tried to rebuild a newer samba version but CentOS seem...
2019 Apr 04
2
Shared printing between Linux (client) and Windows (server): NT_STATUS_ACCESS_DENIED
...noticed a thing: let it be a pseudocode and
PRINT_CMD = echo -en "pisos\n" | smbclient "\\\\192.168.0.100\\hp1516" "" -c "print -" -N
If I type
$ PRINT_CMD -U username
then I receive different errors: if username is equal to a Linux local machine user, ACCESS_DENIED is the case; if username is equal to a windows user (`Guest', `Admin', etc), then I have
"session setup failed: NT_STATUS_LOGON_FAILURE". But if I specify `-U LOCAL\windowsusername', it gives ACCESS_DENIED.
I set up an account on both systems with the same credentials: user:p...
2008 Nov 06
0
Restore password without session initialized
...lication shows the link "Remenber
password", having the route /users/remind. The problem is when a try to
go to this link, appear an error like this:
undefined local variable or method `new_session_path'' for
#<UsersController:0x6a8cedc>
lib/authenticated_system.rb:68:in `access_denied''
lib/authenticated_system.rb:65:in `access_denied''
lib/role_requirement_system.rb:116:in `access_denied''
lib/role_requirement_system.rb:121:in `check_roles''
I alredy have installed the plugin Authenticated System. The actions I
have taken:
before_filter :auth...
2023 Jan 18
1
Files suddenly go readonly
...er
> > has 2 workstations (1 works always, the other exhibits this issue so
> maybe
> > a patch on the workstation?). When this happens IF I give their files
> group
> > write permission they are good again. Does this ring a bell? I have a
> level
> > 10 debug of an ACCESS_DENIED test but nothing in there looks obviously
> > wrong until the ACCESS_DENIED so I can't see why.
>
> Are they supposed to have 'user' permissions or just 'group'
> permissions, also are you using extended ACL's ?
>
user permissions, all the users on this sy...
2023 Jan 18
1
Files suddenly go readonly
...s to their files, sometimes. One user
> has 2 workstations (1 works always, the other exhibits this issue so maybe
> a patch on the workstation?). When this happens IF I give their files group
> write permission they are good again. Does this ring a bell? I have a level
> 10 debug of an ACCESS_DENIED test but nothing in there looks obviously
> wrong until the ACCESS_DENIED so I can't see why.
>
> Tried to rebuild a newer samba version but CentOS seems to not like it.
>
> Any thoughts?
> Thanks,
> Greg
>
Hi Greg,
I had the same problem with a CentOS 7.9 box, same Sam...
2023 Jan 18
1
Files suddenly go readonly
...ions (1 works always, the other exhibits this issue
> so maybe
> > a patch on the workstation?). When this happens IF I give their
> files group
> > write permission they are good again. Does this ring a bell? I
> have a level
> > 10 debug of an ACCESS_DENIED test but nothing in there looks
> obviously
> > wrong until the ACCESS_DENIED so I can't see why.
>
> Are they supposed to have 'user' permissions or just 'group'
> permissions, also are you using extended ACL's ?
>
>
> user per...
2014 Dec 19
2
Does Samba 4 actually respect Unix file acls?
Hello Jeremy,
Friday, December 19, 2014, 3:48:51 PM, you wrote:
> On Fri, Dec 19, 2014 at 12:47:51PM -0500, Rufe Glick wrote:
>> Hello,
>> After researching the subject on the internet I concluded that Samba should take into account Unix file acls. During my tests I found the opposite. Only Unix file mode bits are respected, and file acls are ignored. If my initial assumption is