search for: authpam_en

Displaying 6 results from an estimated 6 matches for "authpam_en".

2011 Nov 01
1
SELinux and SETroubleshootd woes in CR
...g Apache to use mod_auth_pam. I also now can't get setroubleshootd working to send me notifications of the denials and provide tips to solve the problem. The Apache service has this directive on the default vhost, ------------------- <Directory "/usr/share/phpMyAdmin"> AuthPAM_Enabled on AllowOverride None AuthName "HTTP Auth" AuthType basic require valid-user </Directory> When I attempt to authenticate I noticed this in /var/log/secure -------------------- Nov 1 15:06:58 host httpd: PAM audit_open() failed: Permission denie...
2004 Feb 09
0
Samba authentication against an NT group in Apache
..."joeuser" 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] c...
2006 Nov 13
0
apache, apache's mod-auth-pam, and pam_winbind : no nested groups
...roblem: can't get apache 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.s...
2003 Oct 16
0
Apache auth failing for Active Directory group members
...= 10000-20000 winbind 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]
...= 10000-20000 winbind 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
..."joeuser" 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] c...