search for: authorisation

Displaying 20 results from an estimated 1034 matches for "authorisation".

2006 May 05
3
Plugin refresh time
Hi there, I''m currently developing a plugin to do authentication and authorisation. In the init.rb file of the plugin I have this code:- $:.unshift File.expand_path(File.join(File.dirname(__FILE__), ''lib'')) require ''open_advantage/authorisation'' ActionController::Base.send :include, OpenAdvantage::Authorisation and this is the skeleton of...
2006 Oct 06
1
HTTP authentication/authorisation for Apache & AD.
I am looking into the best way to integrate active directory user authentication and authorisation in to Apache. So far I have a working LDAP solution that requires the username/password to be entered and a Kerberos setup that is transparent to the user but with no authorisation. Searching the net seems to only find commercial offerings which offer true password less integration between AD &am...
2005 Jun 21
1
Help request: Windows and Linux authorisation in windows domain.
I have problem (as you noticed ;] ). I have to make unified authorisation system for large, unsecure network connected to a two Polish skelete networks. As you see I need to do it right to avoid big problems. The goal is to have windows and linux computers authorized by one Linux mashine. I can do it by installing samba as a windows domain controller. It would work for...
2006 Jul 20
2
Authentication & Authorisation - Whats the common approach?
Hi, Just wondering what the most popular approach is for authentication and authorisation in a rails application that is deployed and fronted by apache? Also when there are say a couple of rails apps being hosted. Authentication ============== [1] Options would seem to include: * Do it within rails/your app? Use of a "before_filter" per the Rails Recipes book * Use of Apa...
2008 Sep 03
1
User permissions - nil authorised users
I am a bit surprised by the behaviour of Samba user permissions (security = user) - although in fact it produces exactly what I want! Can I confirm it is correct, and ask one question? I have one class of shares (private) which I want only specified users to access. And another class which I want everyone to be able to access (public) but with a common password protection for some element of
2009 Mar 13
2
how to intregrate authorised.net with rails application
Hi All, Please help me out for this issue Issue is:" how to integrate authorised.net with rails application: thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2018 Jan 06
3
Export authentication & authorisation logs to Windows Event Viewer
Hi, Can we export the samba audit logs (Authentication & Authorisation Logs) to Windows Event Viewer? I am trying to export the authentication & authorisation logs to a Windows Server to be shown in Windows Event Viewer. I read the link - https://wiki.samba.org/index.php/Event_Logging. But couldn't follow much. Can someone throw more light on the procedur...
2006 Apr 25
0
Role Based Authorisation
I''ve got salted login working but when i follow the rails receipe to add role based authorisation I get this error: NoMethodError in Admin#new You have a nil object when you didn''t expect it! The error occured while evaluating nil.roles -- Posted via http://www.ruby-forum.com/.
2006 Apr 25
5
Authorisation question
My authentication (signup/login) is up and running in my app, now I need to implement an authorisation system. Its not going to be a complex one. One admin (me) and then normal members and premium members. Any tutorials or tips on a simple way to get this running? Thanks. -- Posted via http://www.ruby-forum.com/.
2005 Jul 05
1
samba share problem accessing from w2k client
Hi, I got a problem with accessing some share's on my samba PDC (3.0.14) When a user tyr to access a share for which he is not authorised a box show up to suplly a name and password to access the share. Why doesnt the user get a box with 'access denied'? When u supply a username (DOMAINNAME\USERNAME) and password which is authorised for the share u get the message:
2016 Feb 03
0
samba4 as authorisation service + openldap users mapping on FreeBSD
Hello list, I have a complicated use case of samba4 server and specific need and just want to know, if there is a possibility to solve my problem at all. So, there is a FreeBSD host with installed openldap and samba4. openldap configured such a way, that any, who has an account on our corporate server can connect to the host if there is a permission in ldap. It utilizes PAM and creates home
2004 Jun 03
2
SAMBA 3.0.4 authorisation issues
I have configured samba 3.0.4 as follows: ./configure --with-krb5=/usr/local --with-automount --with-pam --with-utmp --with-winbind --with-libsmbclient --with-netlib='-lresolv' ran make and make install. When I run ./smbclient \\<hostname>\<useraccount> I get the following: session setup failed: NT_STATUS_LOGON_FAILURE Logfile looks like this: [2004/06/03 15:41:56, 1]
2006 Apr 14
6
Login Generator with Extensible authorisation
I want my web app to have a signup/login generator but have 2 tiers of users - normal and premium. There seems to be lots of login generator and engines with scattered tutorials about extensible authorisation and Im lost as which is the ''best'' or most ''easy to use'' solution. Anyone had success in this area? -- Posted via http://www.ruby-forum.com/.
2018 Jan 06
0
Export authentication & authorisation logs to Windows Event Viewer
On Sat, 2018-01-06 at 14:05 +0530, Anantha Raghava wrote: > Hello Andrew, > > Thanks for quick response. > > The requirement here is, we are deploying a Smokescreen IllusionBLACK appliance for cyber security(Deception technology, unfortunately this appliance is built on Windows), and Active Directory Decoys are created. A task is created in the appliance that can read the AD
2006 Aug 21
0
Dovecot authorisation problem
Hi List, I am trying to set up dovecot on my mail server and am having some difficulties? I want to use virtual mailboxes and so have set up a passwd-file for userdb and passdb and created entries for a user but they don?t seem to be working? I have included the relevant lines from all three files below? Dovecot.conf? auth_userdb = passwd-file /etc/dovecot/users auth_passdb =
2005 May 27
0
problem about client authorisation
hello, I am in test time about my Asterisk server.when my server is running, the client bob can't connect to it. the server say : "chan_iax2.c:3865 register_verify: No registration for peer 'bob'" "chan_iax2.c:5390 socket_read: Rejected connect attempt from 192.168.0.204" How can I resolve this problem ? I joined my configuration files there : EXTENSIONS.CONF :
2008 Dec 02
1
LDAP Authentication and Authorisation.
Hello all, At my current job the time has come to unify our LDAP infrastructure into one tree (preferably). The basics are working but we are not sure how to restrict which users can log into which machines. What we would like is for everyone in the (for example) "infra" group to log into all machines while people in the "development" group can only log into development
2004 May 05
0
2.2.8a - winbind authorisation problem
Hi, I have a working installation of Samba 2.2.8a on Mandrake 9.2 connected to a Win NT 4.0 sp6 via winbind. Everything works fine except that I cannot give the NT user "administrator" administrative rights on samba and users cannot change samba file permissions from Win2k/WinXP Here follows my smb.conf # Samba config file created using SWAT # from 0.0.0.0 (0.0.0.0) #
2006 Dec 18
3
getting url from evt_text_url event
paul.allton at uk.bnpparibas.com wrote: > TextCtrl on windows supports the TE_RICH and TE_AUTO_URL styles, but I cannot seem > to extract the url from the generated evt_text_url event. Is this not supported or am > I just not asking the right question of it? It seems there is a class specifically for this in WxWidgets, called TextUrlEvent, which includes methods for retrieving
2007 Apr 02
2
Re: Test driving WxRuby2 apps
Apologies, I think the gem attachment may have been stripped from my original mail, so I''ve uploaded it to rubyforge under a new ''wxextra''s project: http://rubyforge.org/projects/wxextras/ (direct link: http://rubyforge.org/frs/download.php/19183/nobbie-wx-preview-0.0.1.gem) p. ============================================================ Before I forget, thanks