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
|
a3ab787d23
|
Added not about gettext in TODO
|
2008-12-10 09:55:00 -07:00 |
|
Jason Gerard DeRose
|
7e21ea5ad8
|
Fixed Warning messages about log dir in unit test
|
2008-12-08 16:56:24 -07:00 |
|
Jason Gerard DeRose
|
4591057203
|
Removed depreciated rpc code from ipalib.util; removed corresponding unit tests in test_util
|
2008-12-08 15:15:50 -07:00 |
|
Jason Gerard DeRose
|
f4f010ae8d
|
tests.test_ipalib.test_rpc now imports constants from tests.data
|
2008-12-08 15:10:01 -07:00 |
|
Jason Gerard DeRose
|
9862cc404b
|
Added more of my notes to TODO
|
2008-12-08 13:11:28 -07:00 |
|
Jason Gerard DeRose
|
8a2902a2a2
|
Re-enable Python2.4 tests and fixed some small things broken under Python2.4
|
2008-12-08 12:34:38 -07:00 |
|
Simo Sorce
|
2b8b87b4d6
|
memberof was not indexed in older versions of fedora-ds, keep it around
as an update so that if it is not there it will be added
|
2008-12-05 18:18:14 -05:00 |
|
Simo Sorce
|
7c5ae7f402
|
Fix stupid typo in update file
|
2008-12-03 12:03:04 -05:00 |
|
Simo Sorce
|
80cc2c3715
|
Change ipa-compat-manage to work on older python versions too. Break try,except,finally into a try,try,finally,except Add also checks for LDAPError, errors.
|
2008-12-03 11:17:55 -05:00 |
|
Simo Sorce
|
b3b4435d0e
|
One line fix for ipa-server spec file
|
2008-12-03 11:17:51 -05:00 |
|
Simo Sorce
|
d006587937
|
Adding an index for memberuid. Alsthough we do not use this attribute, many clients still ask for it so let's index it and make stuff faster.
|
2008-12-02 19:28:51 -05:00 |
|
Simo Sorce
|
0e6928dd1b
|
Forgot to add ipa-compat-manage to the sbin programs
|
2008-12-02 16:50:21 -05:00 |
|
Simo Sorce
|
e0e784f77f
|
Add man page for ipa-compat-manage
|
2008-12-02 16:39:57 -05:00 |
|
Simo Sorce
|
3fb6343149
|
Fix makefiles after schema compat changes
|
2008-12-02 16:39:57 -05:00 |
|
Nathan Kinder
|
f9d6ac9529
|
Corrected usage messages and manpage to match the logic for the ipa-replica-manage init command.
|
2008-12-01 17:19:10 -05:00 |
|
Simo Sorce
|
ef0bb46923
|
Fix typo, thanks to Michele for pointing it out
|
2008-12-01 17:19:10 -05:00 |
|
Simo Sorce
|
78166d949c
|
Run updates on the replica too, otherwise changes to cn=config will be missing.
|
2008-12-01 17:19:10 -05:00 |
|
Simo Sorce
|
3a263e9466
|
Make sure the CA cert is copied to the replica, fail if no ca.crt is available. Cope with some versions of ipa that forgot to copy the ca.crt cert in the right place.
|
2008-12-01 17:19:10 -05:00 |
|
Simo Sorce
|
5d1d292c15
|
Add tool to enable or disable the schema compatibility plugin
|
2008-12-01 17:19:10 -05:00 |
|
Jason Gerard DeRose
|
5a2b0cd6b8
|
Added notes in TODO on planned API changes
|
2008-11-25 18:21:29 -07:00 |
|
Rich Megginson
|
ebd2fe8385
|
add passsync to ipa-replica-manage man page
|
2008-11-25 18:09:55 -05:00 |
|
Rich Megginson
|
502aff73a2
|
do not use ipaerror directly in ipa-replica-manage - use ldap exception instead
|
2008-11-25 18:09:49 -05:00 |
|
Jason Gerard DeRose
|
5e1605f7e1
|
Added tests/data.py file I forgot
|
2008-11-25 14:27:23 -07:00 |
|
Jason Gerard DeRose
|
29d680b211
|
Continued work on xmlrpc.dispatch() unit tests; fixed bug in Command.args_to_kw()
|
2008-11-25 13:52:40 -07:00 |
|
Jason Gerard DeRose
|
7350ccbffe
|
Started fleshing out doodles in xmlrpc.execute()
|
2008-11-25 11:54:51 -07:00 |
|
Jason Gerard DeRose
|
2d458a1233
|
Stared some RPC-related error cleanup; started work on ipa_server.rcp.xmlrpc plugin
|
2008-11-24 21:34:01 -07: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
|
c02770129d
|
Small changed to test_round_trip() test
|
2008-11-21 15:05:39 -07:00 |
|
Simo Sorce
|
83a4c7207d
|
Fix memleaks found by valgrind
|
2008-11-20 19:54:03 -05:00 |
|
Jason Gerard DeRose
|
75bdea29be
|
Added test_util.test_round_trip() test that tests use of xmlrpc_wrap() and xmlrpc_unwrap() with dumps(), loads(); fixed a bug in xmlrpc_unwrap()
|
2008-11-20 12:41:06 -07:00 |
|
Simo Sorce
|
00e8af8ac3
|
We must always zero out the target ientry unconditionally where it is used
and never free it in the destructor.
|
2008-11-20 14:03:19 -05:00 |
|
Jason Gerard DeRose
|
cfe4ec2175
|
Added util.xmlrpc_wrap(), util.xmlrpc_unwrap() functions an corresponding unit tests
|
2008-11-19 16:11:23 -07:00 |
|
Simo Sorce
|
16bb6e19df
|
Avoid potential crashbug on invalid DNs (not in the tree).
|
2008-11-19 14:00:30 -05:00 |
|
Rob Crittenden
|
8da5dc4f79
|
Fix error in validation when editing new groups via the UI
471808
|
2008-11-19 13:11:32 -05:00 |
|
Jason Gerard DeRose
|
2478ccd357
|
Fixed some unicode encoded/decode issues in textui.prompt_password() and textui.prompt()
|
2008-11-19 03:31:29 -07:00 |
|
Jason Gerard DeRose
|
500b816681
|
Added unit test for Param.ispassword() method
|
2008-11-18 16:29:08 -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
|
75d1918996
|
Added some experimental textui methods
|
2008-11-17 20:41:01 -07:00 |
|
Jason Gerard DeRose
|
8474bd01da
|
Command.get_defaults() now returns param.default if param.type is a Bool
|
2008-11-17 18:50:30 -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
|
e3fec8f219
|
Fixed textui.print_keyval for cases when the row is a list instead of a tuple
|
2008-11-14 22:03:31 -07:00 |
|
Jason Gerard DeRose
|
9de56d43f0
|
env plugin now subclasses from RemoteOrLocal
|
2008-11-14 21:58:39 -07:00 |
|