summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/f_host.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed remaining plugins still using f_* b_* conventionJason Gerard DeRose2009-04-011-287/+0
|
* Add --all option to show/find, add default attrs to show, cleanup outputRob Crittenden2009-02-191-0/+1
|
* Applied Rob's errors patchRob Crittenden2009-02-031-3/+3
|
* Fix rule definition to match new APIRob Crittenden2009-01-191-3/+3
|
* Fixed a problem in the host plugin module; added not in TODO about using ↵Jason Gerard DeRose2009-01-141-5/+9
| | | | Param.query
* Updated host plugins module to where it can at least be importedJason Gerard DeRose2009-01-141-19/+14
|
* Don't pass along the kw dictionary we were passed by XML-RPC.Rob Crittenden2008-12-101-5/+6
| | | | | We generally want to just search indexed attributes. We get this list of attributes from the configuration, use it.
* Convert to new output_for_cli() functionRob Crittenden2008-12-101-24/+16
|
* Add 'all' option to host-find and pull attributes into a global listRob Crittenden2008-11-041-1/+9
|
* If a password is supplied then this host will be bulk-enrolledRob Crittenden2008-10-241-4/+19
| | | | | A bulk-enrolled host does not get a kerberos service principal until enrollment time.
* Implement the host commandsRob Crittenden2008-10-221-0/+271
In order for this to work against a v1 database the update host.update needs to be applied