mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Enable ldapi connections in the management framework.
If you don't want to use ldapi then you can remove the ldap_uri setting in /etc/ipa/default.conf. The default for the framework is to use ldap://localhost:389/
This commit is contained in:
@@ -103,8 +103,6 @@ DEFAULT_CONFIG = (
|
||||
('lite_webui_port', 9999),
|
||||
('xmlrpc_uri', 'http://localhost:8888'),
|
||||
('ldap_uri', 'ldap://localhost:389'),
|
||||
('ldap_host', 'localhost'),
|
||||
('ldap_port', 389),
|
||||
|
||||
# Debugging:
|
||||
('verbose', False),
|
||||
|
||||
Reference in New Issue
Block a user