I have a working Kerberos authentication on my Apache. My AuthGroupFile directive points to a file where there is one group called rnd (rnd: user@my.domain.com).

This works just fine, but I don't know how to grant access to all the users in the domain my.domain.com. Do you know how to do this?

link|improve this question
feedback

migrated from stackoverflow.com Dec 28 '09 at 14:43

This question came from our site for professional and enthusiast programmers.

1 Answer

Could you not specify a user group rather than a user name, and then you can have a nice group of "AuthorizedWebUsers" ?

link|improve this answer
The user group does not support wild cards either. I would like to state that "allow access from every user in the domain 'master'". Currently I have to list every user name I wish to grant access to my application. Obviously, this is not suitable in environments where the users are changing constantly. – Lauri L Jan 4 '10 at 7:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.