safaacar / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

add web-based configuration interface #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It should be possible to configure RubyCAS-Server via a web-based interface
(rather than manually editing the config file). Preferably the web-based
configuration would automatically show up when a freshly installed server
is first launched.

Original issue reported on code.google.com by matt.zuk...@gmail.com on 28 Mar 2007 at 3:15

GoogleCodeExporter commented 9 years ago
I was thinking about taking a crack at this. A couple of things:

1) Do you want to replace the current config.yml and go 100% table driven? (this
might help w/ file perms)

2) Do you want to create an "admin" account that is stored (username/password) 
in a
rubycas-server table? (I'm assuming that you'd want to have a local account for
failsafe reasons)

Thanks! -- Marcus

Original comment by malc...@gmail.com on 27 Jun 2008 at 4:09