[dovecot/core] f817e9: fts-solr: Allow username/password for solr	conncti...
    GitHub 
    noreply at github.com
       
    Tue Feb  7 09:00:11 UTC 2017
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: f817e98f79893a17b09214081f51834c3d733919
      https://github.com/dovecot/core/commit/f817e98f79893a17b09214081f51834c3d733919
  Author: J. Nick Koston <nick at cpanel.net>
  Date:   2017-02-07 (Tue, 07 Feb 2017)
  Changed paths:
    M src/plugins/fts-solr/solr-connection.c
  Log Message:
  -----------
  fts-solr: Allow username/password for solr connction
Solr comes open to the world by default. For better
security, we protect our solr installs with a user
and password.  This change allows dovecot to connect
to these instances.
Example usage in a fts.conf (permissions 0600)
 fts_solr = url=http://nick:pass@127.0.0.1:8983/solr/dovecot/
    
    
More information about the dovecot-cvs
mailing list