# This is the default configuration for the Fripost Administration # Panel. It is best not to modify this file as many of the keys here are # mandatory. Custom configuration should be but in `config.in' instead, # which overrides the below. # Directory for templates tmpl_path = ./templates/ # Session configuration # # Where to put the session database on our server session_db_filename = /tmp/fpanel-cgisessions.db # The name of the cookies sent to the users session_authname = FripostAdminPanel_SessAuth # When does the session expire session_expire = +24h # Turn on the 'secure' flag before sending a cookie secure_cookie = 1 # The path attribute for the sent cookies cgi-bin = /cgi-bin/ # A timeout for idle connections, after which the user is automatically # logged out timeout = 15m # The minimum password length. password_min_length = 8 # LDAP configuration ldap_uri = ldap://127.0.0.1:389 # GnuPG home gpghome = /var/lib/fripost-panel/gnupg/