@@ -53,13 +53,13 Authen::Simple::LDAP (and IO::Socket::SSL if LDAPS is used): | |||
|
53 | 53 | |
|
54 | 54 | ## for mysql |
|
55 | 55 | RedmineDSN "DBI:mysql:database=databasename;host=my.db.server" |
|
56 | ## for postgres | |
|
56 | ## for postgres (there is memory leak in libpq+ssl) | |
|
57 | 57 | # RedmineDSN "DBI:Pg:dbname=databasename;host=my.db.server;sslmode=disable" |
|
58 | 58 | |
|
59 | 59 | RedmineDbUser "redmine" |
|
60 | 60 | RedmineDbPass "password" |
|
61 |
# Optional where clause (fulltext search would be slow |
|
|
62 | # database dependant). | |
|
61 | ## Optional where clause (fulltext search would be slow and | |
|
62 | ## database dependant). | |
|
63 | 63 | # RedmineDbWhereClause "and members.role_id IN (1,2)" |
|
64 | 64 | </Location> |
|
65 | 65 |
General Comments 0
You need to be logged in to leave comments.
Login now