Tagged Questions
The mod-auth tag has no wiki summary.
2
votes
3answers
281 views
Configuring authentication and authorization in Apache2 with MySQL
I am trying to configure Apache2 so I can use MySQL for authenticating users to access certain pages. Also authorization needs to work so different groups can reach differen pages.
Now, I have ...
1
vote
1answer
30 views
Limit retries for secured directory with .htaccess file
Is there any way to limit the number of attempt to gain access to a directory secured with a .htaccess file in a specified length of time?
Eg. Can I make a user wait an hour if they get details ...
1
vote
1answer
440 views
Apache setting mod_auth_ldap require settings per sub-directory
I would like to set up a primary directory that has one set of LDAP-based restrictions and then have various sub-directories use other restrictions, but only have the actual LDAP search done in the ...
1
vote
2answers
362 views
Apache basic authentication
I apologize before hand if this is an obvious question: can Apache 2.0 + SSL + basic authentication be trusted in order to secure a website? The way I see it, SSL creates a secure connection between ...
1
vote
1answer
1k views
Using Apache's mod_auth across multiple sub-domains for single sign-on?
I have a domain and a group of sub-domains that require authentication to access. I am currently using mod_auth to authenticate users (mod_auth basic) at the domain.tld level. My goal is for single ...
0
votes
0answers
28 views
how do I use Plesk for SSO/SC?
I am running an apache2 with plesk10.2
As we're about to run several internal portals on it (some stages of an application, an issue management system), we would like to have a single sign on or - at ...
0
votes
1answer
26 views
Limit user access to files according to their role in CMS [closed]
I have multiple folders with content and should decide whether to give or give not permission to user access this content according to user's role in my CMS. Access is given on per-folder basis.
The ...
0
votes
1answer
81 views
Referencing .htpasswd from accounts with different usernames
I push my website to multiple servers where I have different usernames. I want to have a .htaccess file that password protects a file regardless of which server I'm on.
The issue is that AuthUserFile ...