Feature #3
Connect to Database with kerberos authentication
Description
For initial testing, we've been connecting to postgres with a password.
For production, it is recommended we use Kerberos credentials.
History
#1 Updated by Marc Mengel over 11 years ago
- Target version set to general1
#2 Updated by Marc Mengel about 11 years ago
- Status changed from Assigned to Rejected
- % Done changed from 30 to 100
It turns out the older version of the Ruby postgres interface we're using (to talk to our older version of postgres libraries) doesn't like kerberos authentication. So the database now uses kerberos for everything except the actual redmine account.