aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/auth.conf
Commit message (Collapse)AuthorAgeFilesLines
* sympa: update for infra_6 ldap connectionsThomas Backlund2018-03-041-1/+3
|
* fix up bugzilla ldap/pgsql_password variable lookupThomas Backlund2016-02-071-1/+1
|
* Revert lint fix on sympa auth.conf to get back login fields (mga#17009)Olivier Blin2015-11-071-0/+1
| | | | | | | | | | | | sympa does not seem to parse auth.conf properly if there is no extra newline at the end of file. Matching code in /usr/share/sympa/lib/Conf.pm: }elsif (/^\s*(ldap|cas|user_table|generic_sso)\s*$/io) { $current_paragraph->{'auth_type'} = lc($1); perlre man page says the following about the /o modifier in regexps: o - pretend to optimize your code, but actually introduce bugs
* lint fixes for sympaThomas Backlund2015-10-201-1/+0
|
* update authentication_info_url valueNicolas Vigier2012-06-291-1/+1
|
* - do not hardcode the hostname of the server, in case we need to change it Michael Scherer2011-03-081-1/+1
| | | | | ( for example if the service is migrated to another one )
* add a link to catdap, so default templates supress "lost password" and ↵Michael Scherer2010-12-171-0/+1
| | | | "first login" registration link
* - rename the account, to be coherent with the others one in ldapMichael Scherer2010-12-161-1/+1
|
* uniformisation of the name of variable used for password, so we know if this ↵Michael Scherer2010-12-151-3/+1
| | | | is ldap or postgresql at the first glance
* - disable authtentication without using ldapMichael Scherer2010-12-131-2/+0
|
* - port is not needed, and cause trouble to web interface Michael Scherer2010-12-091-1/+1
| | | | | | ( but since this requires a apache restart, this was not seen during my test )
* - sympa need to use its account to read data from ldapMichael Scherer2010-12-071-0/+3
|
* - fix wrong config file directive ( and also align the last line )Michael Scherer2010-12-071-2/+2
|
* - do not let file with passwords to be world readable Michael Scherer2010-11-201-3/+3
| | | | | | | | ( even if being readable by apache is not good either, but needed as the password is used by apache ) - use ldaps for sympa - use the 2 new facter macro and remove the version copied everywhere - remove hardcoded domain in bugzilla and others
* continue sympa config.Dexter Morgan2010-11-101-0/+13
ldap_alias_entry.tt2 need to be fixed when the mail server will be ON.