mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
[ldap-contacts-suggestions] Default to localhost instead of 127.0.0.1
No need to default to IPv4 only.
This commit is contained in:
parent
9876597542
commit
5cbc3ed3f9
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ class LdapContactsSuggestions implements \RainLoop\Providers\Suggestions\ISugges
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $sLdapUri = 'ldap://127.0.0.1:389';
|
||||
private $sLdapUri = 'ldap://localhost:389';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue