Displaying 4 results from an estimated 4 matches for "authauthoritative".
2004 Feb 09
0
Samba authentication against an NT group in Apache
...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't check access. No...
2003 Oct 16
0
Apache auth failing for Active Directory group members
...ind 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]
...ind 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
...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't check access. No...