password: Add missing quote in password_ldap_ppolicy_uri in config.inc.php.dist (#5507)

This was introduced in 5322e91825
pull/5514/head
Raoul Bhatia 8 years ago committed by Aleksander Machniak
parent e17fcf1649
commit c5a16e72d7

@ -280,7 +280,7 @@ $config['password_ldap_ppolicy_cmd'] = 'change_ldap_pass.pl';
// LDAP URI
// Example: 'ldap://ldap.example.com/ ldaps://ldap2.example.com:636/'
$config['password_ldap_ppolicy_uri'] = 'ldap://localhost/ ;
$config['password_ldap_ppolicy_uri'] = 'ldap://localhost/';
// LDAP base name (root directory)
// Exemple: 'dc=exemple,dc=com'

Loading…
Cancel
Save