현재 딱히 좋은 방법이 없어서
/etc/shadow에 직접 연결했는데 음..
생각해보니 DAV도 이용하고 적절하게 된듯?
/etc/shadow에 직접 연결했는데 음..
생각해보니 DAV도 이용하고 적절하게 된듯?
Setup PAM for authentication However, our SVN can be access by everyone, that is to say everyone can check out and commit, so we need to configure apache’s authentication for SVN. We plan to use PAM so that UNIX system user can access SVN use their username and password. First enable auth_pam and auth_sys_group modules for apache2: If we use shadow password in our system, we need to add www-data to the shadow group so that apache can read (not write!) the password of system user: Then edit our /etc/apache2/sites-available/ssl file and it should contain the following lines (the lines in red are newly added): Restart the apache and everyone in the src group can access SVN repository. [링크 : http://inming.net/?p=86] |
'프로그램 사용 > Version Control' 카테고리의 다른 글
git-svn 을 이용해서 svn 을 복제가능하다고? (0) | 2011.08.14 |
---|---|
TortoiseSVN doc 비교 (0) | 2011.07.29 |
혼자서도 잘쓰는 tortoiseSVN (0) | 2011.06.20 |
SVN relocate / switch (0) | 2011.05.11 |
svnadmin dump / load를 이용한 저장소 합치기 (2) | 2011.05.09 |