similar to: active resource authentication

Displaying 20 results from an estimated 40000 matches similar to: "active resource authentication"

2016 Aug 26
0
Configuration of smb.conf for Active Directory authentication
See inline comments. On Fri, 26 Aug 2016 15:11:25 +0000 Kyle Manel via samba <samba at lists.samba.org> wrote: > I've completed the configuration specified, No you haven't > and the command 'wbinfo > -g' provides a list of the groups available and 'wbinfo -u' provides > a list of all the users on the system, but I cannot access the > shares; When I
2010 Aug 16
2
Devise Nested Resources
I''m working on a new Rails (v3.0.0.rc) application using the Devise (v1.1.1) gem. In my application I have setup a User model which includes the person''s e-mail address and name. I have also setup the following models that I''d like to attach to the User: - Address (street, city, state, zip code) - Interest (name) - Donation (date of donation, amount) My question is
2012 Feb 24
3
Devise generates Mailer by its own?
Rails 3.1.3 Hi. I''m a little confused with Devise and ActionMailer. It seems that Devise has its own way of sending mails through ActionMailer. Does it generate Mailer class when "rails g devise..." command is executed? Or do I need to do some special command in order to generate Mailer? I have certainly set up a devise User table but there is no Mailer class for it,
2016 Aug 26
3
Configuration of smb.conf for Active Directory authentication
I've completed the configuration specified, and the command 'wbinfo -g' provides a list of the groups available and 'wbinfo -u' provides a list of all the users on the system, but I cannot access the shares; When I navigate a file explorer to \\ip.ad.dre.ss I am presented with a login screen, which I cannot log into with my ID; 'The user name or password is incorrect'
2016 Aug 26
1
Configuration of smb.conf for Active Directory authentication
Thanks for the feedback. With the modifications you specified I have this smb.conf, however it cannot be accessed?; " [global] netbios name = FILESERVER-001 security = ADS workgroup = CORP realm = CORP.INBAYTECH.COM log file = /var/log/samba/%m.log log level = 1 idmap config *: backend = tdb
2011 Jul 14
3
Have Admin add users, not the Devise Sign Up form
I have Devise working. I have roles for users working. I even added custom fields to the User model and it seems that now everything is working fine. So people can now subscribe using the Sign Up form provided by Devise. But now I need Admins, to add users. Of course, I can''t use the Sign Up form for that. If I just use a regular User model, their passwords are blank. Or maybe the form
2024 Feb 03
2
Slow ldap membership query in large active directory
Hey there, we've been using Samba AD DC successfully for about 4 years in our school with about 1000 people. 4 years ago we decided to create a group for each class + subject combination, so we have about 1400 groups with ~30 members each (some are much bigger up to 800 people and others have only a few members). One of our systems, which uses LDAP, needs to retrieve the gidNumber of all
2010 Aug 08
0
registerable method undefined in Devise migration (was Re: Re: No route matches)
On 8 August 2010 23:39, Abder-Rahman Ali <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > I tried to make the application from scratch again, and > notices that I get the following when I run: $ rake db:migrate > > (in /Users/abder/Desktop/Rails/auth) > ==  DeviseCreateUsers: migrating > ============================================== > -- create_table(:users)
2010 Oct 31
4
Newbie - Rails 3 authentication question (Devise)
Hello! I''m working on my first Rails app and I have a question regarding authentication. I already have authentication for signing up, logging in, logging out, etc. What I need is an account email activation function and a reset password (forgot password) function. I have read a little bit about Devise and watched the Railscast episodes on it, it seems nice, but is it possible to add
2011 Apr 27
0
additional authentication logic in devise
hello, please how and where can i place additional authentication logic in devise? i have added a custom column called expire_date in my users table and it is a date column. i want an additional requirement that the date there must not be later than todays date before allowing them to be authenticated. please where can i add this logic? thanks -- You received this message because you are
2012 Feb 01
6
Does Devise make use of a "status" method? Weird bug.
So I''ve inherited a legacy application and I''m trying to work around the edges as I put an admin tool interface on top of the existing code base. I install Devise for user authentication, since I''ve used it in the past. I change none of the default code. And yet, on successful sign in, I get an error: Render and/or redirect were called multiple times in this action.
2011 Feb 22
2
Problem installing restfull authentication
hi trying to use restfull authentication, but getting the folloing error script/plugin install http://github.com/technoweenie/restful-authentication.gitrestful_authentication Plugin not found: [" http://github.com/technoweenie/restful-authentication.git", "restful_authentication"] can someone help please thanks -- You received this message because you are subscribed to
2013 Jul 09
2
can i use single devise for multiple models.
Hi, i need to use authentication for the 4 models,is it possible to use single devise for all models,if yes plz let me know them clearly. if not what is the solution. Thankyou -- 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 unsubscribe from this group and stop receiving emails
2006 Sep 29
0
Authentication question
I have a slightly odd need, and since I''m still somewhat new to Rails, I''d love your feedback. My app has a set of public stuff, (which will live at www.mydomain.com), a set of admin pages (which will live at admin.mydomain.com), and the bulk of the app, which will live at subdomain.mydomain.com, where "subdomain" is chosen by the user when they sign up for my service.
2012 Jun 15
1
Problem with active resource(500 internal server error)
Hi, I have a rails server running. I wanted to connect to this using activeresource. Executing this code Class Buildclient < ActiveResource::Base self.site = "http://localhost:3000/builds" end builds = Buildclient.find(:all) puts builds (## printed nil) On the rails server terminal i see Started GET "/builds/buildclients.json" for 127.0.0.1 at Fri Jun 15 10:34:05
2014 May 13
0
super is not working on after_sign_in_path_for(resource)
I have this: class Users::SessionsController < Devise::SessionsController def after_sign_in_path_for(resource) super end super redirect to root_path and i dont want to do it. I need to redirect other view -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it,
2010 Dec 22
1
Devise restrict concurrent login
Hi, I am using devise 1.0.8, and I want to restrict concurrent login of user i.e. same user should not be login from different browser or different location if he already login from some where. and if he really wants to login forcefully then other side sessions for that user should be clear and he should be logout from other sides. Any help would be greatly appreciated. -- Posted via
2011 Dec 08
1
Devise + RubyCAS Client
Anyone know how to combine Devise with RubyCAS client to authenticate against a Jasig CAS server? Thanks. -Dan -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from
2012 Mar 06
0
Devise/Cancan Signout User On Controller Action
I have implemented Devise for Authentication and Authorization in ROR application everything seems fine but getting one issue. I have two modals "Account" and "Transactiona" , and so two controllers respectively. My Transaction Index view call one of Account Controller method like this
2011 Feb 06
2
Controller Testing + Devise = boom (undefined @controller, request)
Here I am, trying to learn TDD and BDD. Getting start, most simple case, and the world is falling apart: My test code: it "should respond with success" do puts ''hi'' # get :new # response.should be_success end My stack trace: $ rspec spec "controller: nil" F Failures: 1) VideosController new exposes request and response before and