|
Revision 8, 219 bytes
(checked in by hopsonro, 2 years ago)
|
Initial checkin of several management tools.
master-svn/ contains hook scripts and initial data for newly recreate SVN repositories.
master-trac/ contains the unpatched source code for the accountmanager plugin (to which we'll add SSO, after a -vanilla tag)
bs-admin/ is the command line management script for creating new projects, and the libraries and config files it requires.
|
| Line | |
|---|
| 1 |
[trac] |
|---|
| 2 |
dbadmin = username |
|---|
| 3 |
dbpass = password |
|---|
| 4 |
|
|---|
| 5 |
[sso] |
|---|
| 6 |
service = servicename |
|---|
| 7 |
password = password |
|---|
| 8 |
host = secure.onid.oregonstate.edu |
|---|
| 9 |
path = /cgi-bin/sso.pl |
|---|
| 10 |
cookie = sso |
|---|
| 11 |
login_url = https://secure.onid.oregonstate.edu/login |
|---|
| 12 |
|
|---|