Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / who.ini @ 98760d1b

History | View | Annotate | Download (1.25 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

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

    
42
[authenticators]
43
plugins =
44
    sqlauth
45

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

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