Project

General

Profile

Revision d3bc1ee3

IDd3bc1ee3861a2eb0731fc671f77c7323dc34824e
Parent 02c4a1e7
Child 2b6dd390

Added by Francois POIROTTE almost 7 years ago

[#1615] Compatibilité repoze.who 2.0

Dans repoze.who v2, les identifiers ne sont plus automatiquement des
authenticators et doivent être ajoutés explicitement.

Change-Id: I0d311e697081819d8970df5acac6a84eeb4f3ca2
Refs: #1615.

View differences:

who.ini
15 15
rememberer_name = auth_tkt
16 16
post_login_url = /post_login
17 17
post_logout_url = /post_logout
18
encoding = utf-8
18
charset = utf-8
19 19

  
20 20
;[plugin:kerberos]
21 21
;use = repoze.who.plugins.vigilo.kerberos:VigiloKerberosAuthenticator
......
40 40
[authenticators]
41 41
plugins =
42 42
    vigilo.turbogears.repoze.plugins.sqlauth:plugin
43
    auth_tkt
43 44

  
44 45
[challengers]
45 46
plugins =
......
49 50
[mdproviders]
50 51
plugins =
51 52
    vigilo.turbogears.repoze.plugins.mduser:plugin
52
    vigilo.turbogears.repoze.plugins.mdgroups:plugin

Also available in: Unified diff