--- # Where to find configuration file: # config: /etc/latmos-accounts/latmos-accounts.ini # The company name to show # company: COMPANY NAME # If using SSL authentication: ssl: # The environement variable to use to identify a user SSL_ID: HTTP_SSL_CLIENT_S_DN_EMAIL # the attribute to match to SSL_ID ATTRIBUTE_ID: mail # A list of env. variable to test: # var is env. variable # value the value to find # op: the test, default is equality # possible value are = (equality), re (regular expression) filters: # - var: HTTP_SSL_CLIENT_I_DN # value: ... # op: = # - ...