source: LATMOS-Accounts-Web/latmos_accounts_web.yml.in @ 890

Last change on this file since 890 was 890, checked in by nanardon, 12 years ago
  • add ssl authentication filters
File size: 644 bytes
Line 
1---
2# Where to find configuration file:
3# config: /etc/latmos-accounts/latmos-accounts.ini
4
5# The company name to show
6# company: COMPANY NAME
7
8
9# If using SSL authentication:
10ssl:
11    # The environement variable to use to identify a user
12    SSL_ID: HTTP_SSL_CLIENT_S_DN_EMAIL
13    # the attribute to match to SSL_ID
14    ATTRIBUTE_ID: mail
15   
16    # A list of env. variable to test:
17    # var is env. variable
18    # value the value to find
19    # op: the test, default is equality
20    #     possible value are = (equality), re (regular expression)
21    filters:
22#      - var: HTTP_SSL_CLIENT_I_DN
23#        value: ...
24#        op: =
25#      - ...
Note: See TracBrowser for help on using the repository browser.