Home ›
Add a kerberos user to a groupAdd a kerberos user to a group
Submitted by Benjamin Melançon on June 4, 2010 - 10:16am
Access to Agaric test sites, issue tracking queues, and other admin tools are handled by kerberos.
ssh simone.mayfirst.org
Add users to groups here:
sudo vi /etc/apache2/groups
Add groups to web addresses here
sudo vi /etc/apache2/sites-enabled/agariclabs.net
And edit it thusly:
<Location "/trac/examplewebsite">
AuthType WebAuth
AuthGroupFile groups
require group exampleclient
</Location>
(Actually right now groups do not seem to be consistently required for all test sites...)
More like this
- Kerberos user creation and password changes for Agaric test sites
- Debian: Add an existing user to an existing group
- Open Atrium ability to add existing users to a group
- Create a new user on Agaric's test server at MayFirst/PeopleLink
- Cloning git locally to test a Drupal module in development on multiple sites


Comments
Post new comment