summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ↵Jason Gerard DeRose2009-01-214-19/+38
|\ | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Add the pkiUser objectclass to hostsRob Crittenden2009-01-191-2/+5
| |
| * Add new method, delAttr(), to completely remove an attributeRob Crittenden2009-01-191-3/+10
| | | | | | | | Fix some errors that weren't being raised properly
| * Make the membership attribute an argument and add new method entry.delAttr()Rob Crittenden2009-01-192-14/+23
| | | | | | | | | | | | | | We need a way to say "this attribute is blank, delete it." delAttr does this. There are now several attributes to which we add "members" to so make the attribute for storing members configurable, defaulting to 'member'
* | Added rpc.xmlclient backend plugin for forwarding; added corresponding unit ↵Jason Gerard DeRose2009-01-191-2/+0
|/ | | | tests
* New Param: fixed metavar bug in cli.pyJason Gerard DeRose2009-01-161-1/+5
|
* Added docstring cross-references between rpc and rpcserver modulesJason Gerard DeRose2009-01-161-0/+2
|
* rpcserver now uses xml_dumps() and xml_loads() functionsJason Gerard DeRose2009-01-161-14/+17
|
* Renamed ipaserver.rpc to ipaserver.rpcserverJason Gerard DeRose2009-01-161-0/+0
|
* ipalib.rpc: now using allow_none=True after conversation with Rob; added ↵Jason Gerard DeRose2009-01-151-3/+3
| | | | xml_dumps() and xml_loads() functions; some name cleanup
* Fix typo in b_ra: elf.ca_port -> self.ca_portJakub Hrozek2009-01-121-2/+2
|
* Fixed ldap and ra plugin 'name'e' problemJason Gerard DeRose2009-01-082-0/+2
|
* Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to ↵Jason Gerard DeRose2009-01-0415-0/+2627
tests/test_ipaserver