
codesite-noreply at google
Dec 13, 2009, 12:48 PM
Post #2 of 5
(381 views)
Permalink
|
|
Re: Issue 668 in cherokee: PAM validator does not honnor "realm"
[In reply to]
|
|
Comment #1 on issue 668 by alobbs: PAM validator does not honnor "realm" http://code.google.com/p/cherokee/issues/detail?id=668 I don't think the patch is right, actually. Check out the pam_start() function prototype: ====== int pam_start(const char *service, const char *user, const struct pam_conv *pam_conv, pam_handle_t **pamh); ====== and the 'service' argument description: "The service argument specifies the name of the policy to apply". I cannot see how it'd be related to the HTTP authentication realm. Now, service is hardcoded to "cherokee", so it allows to set custom configuration at PAM level. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|