summaryrefslogtreecommitdiffstats
path: root/ipalib/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Env._bootstrap() now raises StandardError if called more than onceJason Gerard DeRose2008-10-241-0/+9
|
* Added ipalib/constants.py; added Env._load_config() method along with ↵Jason Gerard DeRose2008-10-241-3/+78
| | | | comprehensive unit tests for same
* Finished doodle with stricter version of EnvironmentJason Gerard DeRose2008-10-241-0/+87
|
* Fix ipa command running in server_context=TrueRob Crittenden2008-10-231-0/+2
| | | | | | 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
* Implement the host commandsRob Crittenden2008-10-221-0/+1
| | | | | In order for this to work against a v1 database the update host.update needs to be applied
* Add comments in config.py and fix Environment.get()Martin Nagy2008-10-201-2/+52
|
* Reworking Environment, moved it to config.pyMartin Nagy2008-10-171-46/+165
|
* Port user-show to new CrudBackend frameworkRob Crittenden2008-10-141-0/+3
|
* Convert string values to boolean when generating environmentMartin Nagy2008-10-141-10/+28
|
* Added ldap.get_user_dn() methodJason Gerard DeRose2008-10-141-1/+3
|
* Implement argument parsing for the CLIMartin Nagy2008-10-081-3/+7
|
* Implement config file readingMartin Nagy2008-10-081-6/+27
|
* Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and ↵Jason Gerard DeRose2008-10-021-2/+2
| | | | xmlrpc_unmarshal() functions respectively
* Environment is now subclassed from object, rather then dict. Added tests for ↵Martin Nagy2008-10-021-17/+23
| | | | Environment and config.py
* Add support for environment variables, change tests accordinglyMartin Nagy2008-09-291-0/+84