Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / who.ini @ 6f6efdcd

History | View | Annotate | Download (1.28 KB)

1
[plugin:auth_tkt]
2
use = repoze.who.plugins.auth_tkt:make_plugin
3
secret = vigilo
4
cookie_name = authtkt
5

    
6
[plugin:basicauth]
7
use = repoze.who.plugins.basicauth:make_plugin
8
realm=Vigilo
9

    
10
[plugin:friendlyform]
11
use = repoze.who.plugins.friendlyform:FriendlyFormPlugin
12
login_form_url= /login
13
login_handler_path = /login_handler
14
logout_handler_path = /logout_handler
15
rememberer_name = auth_tkt
16
post_login_url = /post_login
17
post_logout_url = /post_logout
18

    
19
[plugin:sqlauth]
20
use = vigilo.turbogears.repoze_plugins:auth_plugin
21

    
22
;[plugin:kerberos]
23
;use = repoze.who.plugins.vigilo.kerberos:VigiloKerberosAuthenticator
24
;ldap_url = ldap://ldap.example.com
25
;ldap_base = uid=%s,dc=example,dc=com
26
;filterstr = sAMAccountName=%s
27
;ldap_charset = cp1252
28
;http_charset = utf-8
29
;binddn = mybinduser
30
;bindpw = mybindpassword
31

    
32
[general]
33
request_classifier = vigilo.turbogears.repoze_plugins:vigilo_api_classifier
34
challenge_decider = repoze.who.classifiers:default_challenge_decider
35
;remote_user_key = ''
36

    
37
[identifiers]
38
plugins =
39
    friendlyform;browser
40
    basicauth;vigilo-api
41
    auth_tkt
42

    
43
[authenticators]
44
plugins =
45
    sqlauth
46

    
47
[challengers]
48
plugins =
49
    friendlyform;browser
50
    basicauth;vigilo-api
51

    
52
[mdproviders]
53
plugins =
54
    vigilo.turbogears.repoze_plugins:md_plugin
55
    vigilo.turbogears.repoze_plugins:md_group_plugin