search for: authtoken

Displaying 4 results from an estimated 4 matches for "authtoken".

Did you mean: auth_token
2008 Apr 12
2
[Bug 926] pam_session_close called as user or not at all
...|jengelh at gmx.de --- Comment #33 from Jan Engelhardt <jengelh at gmx.de> 2008-04-12 16:10:34 --- To comment #20: Modules do not seem to be able to do converse (in 5.0p1). pam_mount for example is affected by this (ideally it would just grab the authtoken from the auth stage but sadly enough openssh destroys the pam context and instead starts a new one for session stage). -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching...
2013 Jan 30
6
New version of UFO - is there a new HOWTO?
I just installed glusterfs-swift 3.3.1 on a couple of Fedora 18 servers. This is based on swift 1.7.4 and has keystone in the config. I had experimented with the one based on swift 1.4.8 and tempauth and had some problems with it. The HOWTO I can find is still for the old one. Is there an updated one? I would also need to find some instructions on setting up keystone from scratch for
2000 Oct 11
1
Expired passwords & PAM
...; + case PAM_AUTHTOK_EXPIRED: + case PAM_NEW_AUTHTOK_REQD: + pam_retval = pam_chauthtok((pam_handle_t *)pamh, PAM_CHANGE_EXPIRED_ AUTHTOK); + if (pam_retval != PAM_SUCCESS) { + log("PAM change authtoken failed: %.200s", + PAM_STRERROR((pam_handle_t *)pamh, pam_retval)); + return(0); + } break; default: log("PAM rejected by account configur...
2008 Oct 10
17
authenticity_token sent, still InvalidAuthenticityToken
Hi! To send the authenticity token from flex back to the server, I followed this: http://blog.dt.org/index.php/2008/06/rails-2-flex-3-and-form-authenticity-tokens/ I have two controllers in my rails app. The method described in the link above works with the actions in one controller, but does not work with the other. The controller which does not work has just one action which performs a file