Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / who.ini @ master

History | View | Annotate | Download (1.24 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 = vigilo.turbogears.repoze.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
charset = utf-8
19

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

    
30
[general]
31
request_classifier = vigilo.turbogears.repoze.classifier:vigilo_classifier
32
challenge_decider = repoze.who.classifiers:default_challenge_decider
33

    
34
[identifiers]
35
plugins =
36
    friendlyform;browser,internal
37
    basicauth;vigilo-api
38
    auth_tkt
39

    
40
[authenticators]
41
plugins =
42
    vigilo.turbogears.repoze.plugins.sqlauth:plugin
43
    auth_tkt
44

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

    
50
[mdproviders]
51
plugins =
52
    vigilo.turbogears.repoze.plugins.mduser:plugin