Changeset 8074 for trunk/ndg_oauth/ndg_oauth_server
- Timestamp:
- 06/06/12 15:38:27 (9 years ago)
- Location:
- trunk/ndg_oauth/ndg_oauth_server
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ndg_oauth/ndg_oauth_server
-
Property
svn:ignore
set to
authn
-
Property
svn:ignore
set to
-
trunk/ndg_oauth/ndg_oauth_server/repoze_who.ini
r8058 r8074 1 1 [plugin:redirector] 2 # identifica ion and challenge2 # identification and challenge 3 3 use = repoze.who.plugins.redirector:make_plugin 4 4 login_url = /authentication/login_form … … 26 26 [plugin:sqlusers] 27 27 # authentication 28 use = ndg. security.server.utils.repoze_who_utils:make_authenticator_plugin28 use = ndg.oauth.server.lib.utils.repoze_who_utils:make_authenticator_plugin 29 29 # Use #(login)s, which is translated to %(login)s - this gets round lack of escaping in ConfigParser. 30 30 query = SELECT openid, md5passwd FROM tbusers where accountid = #(login)s 31 31 conn_factory = ndg.oauth.server.lib.utils.repoze_who_utils:make_psycopg_conn_factory 32 compare_fn = ndg. security.server.utils.repoze_who_utils:md5_password_compare32 compare_fn = ndg.oauth.server.lib.utils.repoze_who_utils:md5_password_compare 33 33 connection_string = host=<databasehost> dbname=<databasename> user=<user> password=<password> 34 34 # The recommended configuration does not work, at least with repoze.who v2.0:
Note: See TracChangeset
for help on using the changeset viewer.