mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix ipa command running in server_context=True
Make the LDAP host and port environment variables More changes so that commands have a shell return value lite-xmlrpc no longer hardcodes the kerberos credentials cache location
This commit is contained in:
@@ -146,6 +146,8 @@ def set_default_env(env):
|
||||
server_context = EnvProp(bool, True),
|
||||
server = LazyIter(basestring, get_servers),
|
||||
verbose = EnvProp(bool, False),
|
||||
ldaphost = EnvProp(basestring, 'localhost'),
|
||||
ldapport = EnvProp(int, 389),
|
||||
)
|
||||
|
||||
env.update(default)
|
||||
|
||||
Reference in New Issue
Block a user