Jason Gerard DeRose
|
244346dbcb
|
More work on xmlrpc stuff, started migrated more code to use errors2 instead of errors
|
2009-02-03 15:29:01 -05:00 |
|
Jason Gerard DeRose
|
24b6cb89d4
|
Further migration toward new xmlrcp code; fixed problem with unicode Fault.faultString; fixed problem where ServerProxy method was not called correctly
|
2009-02-03 15:29:01 -05:00 |
|
Jason Gerard DeRose
|
9f48612a56
|
Sundry work getting ready to switch to new XML-RPC client/server code
|
2009-02-03 15:29:00 -05:00 |
|
Jason Gerard DeRose
|
46c10d4608
|
Removed bogus CLI.set_defaults() method that was causing non-required values to get filled in
|
2009-02-03 15:29:00 -05:00 |
|
Jason Gerard DeRose
|
6aadeb9aea
|
Added Object.params_minus() method; various small tweaks
|
2009-02-03 15:29:00 -05:00 |
|
Jason Gerard DeRose
|
529819b02b
|
Renamed f_misc.py plugin module to misc.py
|
2009-02-03 15:29:00 -05:00 |
|
Rob Crittenden
|
98ab09fafc
|
Initial implementation of netgroups
|
2009-01-19 10:40:12 -05:00 |
|
Rob Crittenden
|
8154131ce1
|
Use correct function for outputing a string
|
2009-01-19 10:40:11 -05:00 |
|
Rob Crittenden
|
bc40686b7f
|
Fix rule definition to match new API
|
2009-01-19 10:40:11 -05:00 |
|
Jason Gerard DeRose
|
fdda31c50b
|
Fixed a problem in the host plugin module; added not in TODO about using Param.query
|
2009-01-14 22:59:44 -07:00 |
|
Jason Gerard DeRose
|
a10144be24
|
Updated service plugins module to where it can at least be imported
|
2009-01-14 22:35:13 -07:00 |
|
Jason Gerard DeRose
|
86b7ebf717
|
Updated ra plugins module to where it can at least be imported
|
2009-01-14 22:29:59 -07:00 |
|
Jason Gerard DeRose
|
a41a7f406f
|
Updated pwpolicy plugins module to where it can at least be imported
|
2009-01-14 22:25:45 -07:00 |
|
Jason Gerard DeRose
|
ec86208a90
|
Updated passwd plugins module to where it can at least be imported
|
2009-01-14 22:19:31 -07:00 |
|
Jason Gerard DeRose
|
64c072b7b3
|
Updated hostgroup plugins module to where it can at least be imported
|
2009-01-14 22:10:09 -07:00 |
|
Jason Gerard DeRose
|
ec14fbfbc5
|
Updated host plugins module to where it can at least be imported
|
2009-01-14 21:55:04 -07:00 |
|
Jason Gerard DeRose
|
29e5a58795
|
Updated group plugins module to where it can at least be imported
|
2009-01-14 21:23:20 -07:00 |
|
Jason Gerard DeRose
|
39068ab7ca
|
Fixed automount plugins module to where it can at least be imported
|
2009-01-14 21:11:14 -07:00 |
|
Andrew Wnuk
|
b3f95b1741
|
Merged in Andrew's RA plugin
|
2008-12-21 14:15:53 -07:00 |
|
Jason Gerard DeRose
|
6fdf5d1e7b
|
Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/freeipa2
|
2008-12-20 15:00:00 -07:00 |
|
Jason Gerard DeRose
|
285fa3d330
|
Removed depreciated envtest command from f_user.py
|
2008-12-17 23:18:14 -07:00 |
|
Rob Crittenden
|
c025ed6404
|
Remove some debugging statements
|
2008-12-11 16:06:26 -05:00 |
|
Rob Crittenden
|
e41fcf19fe
|
Raise an error on bad principals instead of printing one when changing passwords
Fix logic in determining what to do with an incoming principal
|
2008-12-11 10:31:27 -05:00 |
|
Rob Crittenden
|
46bd3974af
|
Don't pass along the kw dictionary we were passed by XML-RPC.
We generally want to just search indexed attributes. We get this list
of attributes from the configuration, use it.
|
2008-12-10 16:45:07 -05:00 |
|
Rob Crittenden
|
af7b5645af
|
Convert to new output_for_cli() function
|
2008-12-10 16:42:45 -05:00 |
|
Rob Crittenden
|
c34d2b8923
|
Add helper for adding Indirect maps.
This creates the map and the key pointing to the map. By default the key
is associated with the auto.master map but it can be overriden.
|
2008-12-10 14:15:20 -05:00 |
|
Rob Crittenden
|
039ee0fd56
|
Add a function to show all the maps under a given mapname, def. is auto.master
|
2008-12-10 14:15:20 -05:00 |
|
Rob Crittenden
|
fc8ac69372
|
Port plugins to use the new output_for_cli() argument list
Fix some errors uncovered by the nosetests
|
2008-12-10 14:15:19 -05:00 |
|
Jason Gerard DeRose
|
237c16f0fd
|
Started moving xmlrpc-functions from ipalib.util to ipalib.rpc
|
2008-11-24 12:51:03 -07:00 |
|
Jason Gerard DeRose
|
2db738e899
|
Some changes to make reading dubugging output easier
|
2008-11-24 10:09:30 -07:00 |
|
Jason Gerard DeRose
|
4afee15d4b
|
Calling 'passwd' command now prompts for password using textui.prompt_password()
|
2008-11-18 13:43:43 -07:00 |
|
Jason Gerard DeRose
|
0a60a6bcc4
|
Added textui.prompt_password() method; added logic in cli for dealing with 'password' flag in param.flags
|
2008-11-18 11:30:16 -07:00 |
|
Jason Gerard DeRose
|
5c16047092
|
user-lock and user-unlock commands now use textui, which finishes the user plugins
|
2008-11-17 18:15:40 -07:00 |
|
Jason Gerard DeRose
|
12dc0a0aa9
|
user-find now works again, uses textui
|
2008-11-17 16:40:42 -07:00 |
|
Jason Gerard DeRose
|
42bf555a3a
|
Started updated user_* commands to use textui
|
2008-11-17 15:27:08 -07:00 |
|
Jason Gerard DeRose
|
e7ec413158
|
Moved plugins command from ipalib.cli to ipalib.plugins.f_misc
|
2008-11-16 19:50:17 -07:00 |
|
Jason Gerard DeRose
|
e059591d6b
|
env command now supports * wildcard for searching
|
2008-11-14 22:21:36 -07:00 |
|
Jason Gerard DeRose
|
9de56d43f0
|
env plugin now subclasses from RemoteOrLocal
|
2008-11-14 21:58:39 -07:00 |
|
Rob Crittenden
|
c513743e7c
|
Add autmount-specific location and default entries
|
2008-11-14 18:05:29 -05:00 |
|
Jason Gerard DeRose
|
f04aaff97c
|
output_for_cli signature is now output_for_cli(textui, result, *args, **options)
|
2008-11-12 09:55:11 -07:00 |
|
Jason Gerard DeRose
|
09161e399a
|
Command.get_default() will now fill-in None for all missing non-required params
|
2008-11-12 01:47:37 -07:00 |
|
Jason Gerard DeRose
|
014af24731
|
Changed calling signature of output_for_cli(); started work on 'textui' backend plugin
|
2008-11-12 00:46:04 -07:00 |
|
Rob Crittenden
|
e8adb59fd4
|
Fix some problems uncovered during automation test work
|
2008-11-04 16:21:10 -05:00 |
|
Rob Crittenden
|
e825bc7ccb
|
Revive the hostgroup_container and include add/remove hosts in hostgroups plugin
|
2008-11-04 14:03:43 -05:00 |
|
Rob Crittenden
|
4967002359
|
Add 'all' option to host-find and pull attributes into a global list
|
2008-11-04 14:02:42 -05:00 |
|
Rob Crittenden
|
f131480643
|
Move socket errors from the XML-RPC plugin to the client
|
2008-11-03 17:38:05 -05:00 |
|
Rob Crittenden
|
d53218a932
|
Handle exceptions in the command-line instead of in the XMLRPC client plugin
|
2008-11-03 17:19:29 -05:00 |
|
Rob Crittenden
|
dd9206deb6
|
Uncomment some logging statements ported over from v1.
|
2008-11-03 13:14:46 -05:00 |
|
Rob Crittenden
|
62876ccee3
|
Initial implementation of automount support
Add argument handling to crud.Del
Make get_list handle LDAP scope
|
2008-10-30 17:29:22 -04:00 |
|
Jason Gerard DeRose
|
6879140db7
|
Added ipalib.plugins.f_misc with new 'context' Command; moved 'env' Command from cli to f_misc
|
2008-10-30 02:20:28 -06:00 |
|