Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / who.ini @ ddbaec88

History | View | Annotate | Download (1.23 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:kerberos]
20
;use = repoze.who.plugins.vigilo.kerberos:VigiloKerberosAuthenticator
21
;ldap_url = ldap://ldap.example.com
22
;ldap_base = uid=%s,dc=example,dc=com
23
;filterstr = sAMAccountName=%s
24
;ldap_charset = cp1252
25
;http_charset = utf-8
26
;binddn = mybinduser
27
;bindpw = mybindpassword
28

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

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

    
39
[authenticators]
40
plugins =
41
    vigilo.turbogears.repoze.plugins.sqlauth:plugin
42

    
43
[challengers]
44
plugins =
45
    friendlyform;browser
46
    basicauth;vigilo-api
47

    
48
[mdproviders]
49
plugins =
50
    vigilo.turbogears.repoze.plugins.mduser:plugin
51
    vigilo.turbogears.repoze.plugins.mdgroups:plugin