source: trunk/LATMOS-Accounts-Web/etc/latmos-accounts-web.yml @ 1230

Last change on this file since 1230 was 1148, checked in by nanardon, 12 years ago

allow to disable some features

  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1---
2# $Id$
3
4# Where to find configuration file:
5# config: /etc/latmos-accounts/latmos-accounts.ini
6
7# The company name to show
8# company: COMPANY NAME
9
10
11# If using SSL authentication:
12ssl:
13    # The environement variable to use to identify a user
14    SSL_ID: HTTP_SSL_CLIENT_S_DN_EMAIL
15    # the attribute to match to SSL_ID
16    ATTRIBUTE_ID: mail
17   
18    # A list of env. variable to test:
19    # var is env. variable
20    # value the value to find
21    # op: the test, default is equality
22    #     possible value are = (equality), re (regular expression)
23    filters:
24#      - var: HTTP_SSL_CLIENT_I_DN
25#        value: ...
26#        op: =
27#      - ...
28
29# The attribute label used in application
30attrs:
31  uidNumber:
32    label: UID
33#    hint: ...
34
35features:
36   # A tools to send mail to selected people:
37#  mailing: 0
38   # The full list of people by office
39#  offices_list: 0
40   # The full list of people by department
41#  departments_list: 0
42   # Address forms for users
43#  user_addresses: 1
44   # Email form for users
45#  user_email: 1
46   # User "my" page
47#  user_my: 1
Note: See TracBrowser for help on using the repository browser.