Displaying 5 results from an estimated 5 matches for "authpam_fallthrough".
2004 Feb 09
0
Samba authentication against an NT group in Apache
...can gain access to the page, but we have been unable to
configure Apache so that any user of the NT group "SpecialAccess" (of
which joeuser is a member) can gain access but no one else.
Here is the .htaccess file we used to try to do this:
##########################
AuthPAM_Enabled On
AuthPAM_FallThrough Off
AuthAuthoritative Off
AuthType Basic
AuthName "test"
require group "OURNTDOMAIN\SpecialAccess"
##########################
Apache generates the following error:
##########################
[Mon Feb 02 16:20:40 2004] [crit] [client 130.126.35.93] configuration
error: couldn...
2006 Nov 13
0
apache, apache's mod-auth-pam, and pam_winbind : no nested groups
...e httpauth to work with nested groups, though
ssh auth (also using pam) to same box does
Config:
--------------------------------------------------------
software: apache 2.0.55, libapache2-mod-auth-pam 1.1.1, and winbind 3.0.22
pertinent apache config:
AuthPAM_Enabled on
AuthPAM_FallThrough off
AuthGROUP_Enabled on
LoadModule auth_pam_module
LoadModule auth_sys_group_module
pertinent winbind config:
winbind nested groups = yes
security = ADS
/etc/pam.d/apache2:
auth sufficient pam_winbind.so debug
auth required...
2003 Oct 16
0
Apache auth failing for Active Directory group members
...nd enum users = yes
winbind enum groups = yes
/etc/pam.d/httpd
--------------------------------------------------
auth required /lib/security/pam_winbind.so
account required /lib/security/pam_winbind.so
.htaccess
--------------------------------------------------
AuthPAM_Enabled On
AuthPAM_FallThrough Off
AuthAuthoritative Off
AuthType Basic
AuthName "test"
#require group "ad\_it"
require user "ad\brian.cochrane"
2003 Oct 17
0
[Fwd: Apache auth failing for Active Directory group members]
...nd enum users = yes
winbind enum groups = yes
/etc/pam.d/httpd
--------------------------------------------------
auth required /lib/security/pam_winbind.so
account required /lib/security/pam_winbind.so
.htaccess
--------------------------------------------------
AuthPAM_Enabled On
AuthPAM_FallThrough Off
AuthAuthoritative Off
AuthType Basic
AuthName "test"
#require group "ad\_it"
require user "ad\brian.cochrane"
2004 Mar 10
0
Samba authentication against an NT group in Apache
...can gain access to the page, but we have been unable to
configure Apache so that any user of the NT group "SpecialAccess" (of
which joeuser is a member) can gain access but no one else.
Here is the .htaccess file we used to try to do this:
##########################
AuthPAM_Enabled On
AuthPAM_FallThrough Off
AuthAuthoritative Off
AuthType Basic
AuthName "test"
require group "OURNTDOMAIN\SpecialAccess"
##########################
Apache generates the following error:
##########################
[Mon Feb 02 16:20:40 2004] [crit] [client 130.126.35.93] configuration
error: couldn...