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:
Rob Crittenden
2008-10-23 11:00:50 -04:00
parent f8e8ac8503
commit 06a82bf4b6
3 changed files with 22 additions and 6 deletions

View File

@@ -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)