Feature #4002
support adding a local user account per repository for ssh access
Status: | New | Start date: | 2009-10-08 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Administration | |||
Target version: | - | |||
Resolution: |
Description
At our site, we tend to have a local account for each repository, which owns the repository files, and users come in remotely via ssh for repository
access. We use kerberos, and maintain .k5login files to allow ssh access.
The attached patch allows users to be created, and set as the owner, at repository creation time. I'm also attaching the bash script I use to create .k5login files from project membership information (which is ugly and screen-scrapes the information...)