summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Use full OID for LDAP SYNTAX identification. Don't convert Booleans and ↵Pavel Zuna2009-04-061-24/+20
| | | | Integers into respective python types as their ranges might not match. Rename module-scope functions.
* Add new LDAP backend plugin.root2009-04-031-0/+741
|
* Implement an installer for the Dogtag certificate system.Rob Crittenden2009-04-031-1/+4
| | | | | | | | | | | | | | | The CA is currently not automatically installed. You have to pass in the --ca flag to install it. What works: - installation - unistallation - cert/ra plugins can issue and retrieve server certs What doesn't work: - self-signed CA is still created and issues Apache and DS certs - dogtag and python-nss not in rpm requires - requires that CS be in the "pre" install state from pkicreate
* Renamed remaining plugins still using f_* b_* conventionJason Gerard DeRose2009-04-011-0/+0
|
* Allow a search using only the exact search filterRob Crittenden2009-03-251-4/+10
|
* Update objectclasses for groups, by default not posix groups.Rob Crittenden2009-02-271-1/+1
| | | | | | This change depends on DS bugs 487574 and 487725. Groups cannot be promoted properly without these fixed. It will fail with an Object Class violation because gidNumber isn't set.
* Removed 'Assert False' that was mistakingly left in cert.py; small cleanup ↵Jason Gerard DeRose2009-02-171-4/+2
| | | | in cert.py and ra.py imports
* Implemented more elegant way for entire plugin module to be conditionally ↵Jason Gerard DeRose2009-02-171-3/+7
| | | | skipped; updated cert.py and ra.py modules to use this
* Added env.enable_ra variable and change cert.py and ra.py plugin modules to ↵Jason Gerard DeRose2009-02-171-1/+2
| | | | register plugins conditionally
* Cleaned up ra.revoke_certificate() and ra.take_certificate_off_hold(); added ↵Jason Gerard DeRose2009-02-171-142/+121
| | | | more tests in integration.py
* Some cleanup in ra.request_certificate()Jason Gerard DeRose2009-02-171-44/+41
|
* More work on ra.check_request_status() and ra.get_certificate()Jason Gerard DeRose2009-02-171-55/+83
|
* Continued cleanup cert/ra pluginsJason Gerard DeRose2009-02-171-20/+57
|
* Fixed a few problems in ra.py backend pluginJason Gerard DeRose2009-02-171-4/+2
|
* Started cleanup work on ra plugin; fixed problem in api.bootstrap() when ↵Jason Gerard DeRose2009-02-171-102/+76
| | | | process does not have permision to open log file
* Renamed b_ra.py plugin module to ra.pyJason Gerard DeRose2009-02-171-0/+0
|
* Fix AttributeError on python 2.4 when referencing _ldap.dnRob Crittenden2009-02-131-0/+1
|
* Add make_xxx_dn routines for policyJakub Hrozek2009-02-101-0/+77
|
* Fix the default search scopeJakub Hrozek2009-02-101-1/+1
|
* Allow specifying search scope in {ldap,servercore}.searchJakub Hrozek2009-02-091-2/+13
|
* Started work on a much simplified mod_python serverJason Gerard DeRose2009-02-032-1/+4
|
* Fixed some of the test_xmlrpc unit testsJason Gerard DeRose2009-02-031-1/+1
|
* Applied Rob's errors patchRob Crittenden2009-02-031-10/+19
|
* Got new ldap connection working using Connectible.connect()Jason Gerard DeRose2009-02-032-6/+11
|
* Started reworking CLI class into cli pluginJason Gerard DeRose2009-02-031-0/+6
|
* Removed the depreciated Context and LazyContext classesJason Gerard DeRose2009-02-031-12/+1
|
* Sundry work getting ready to switch to new XML-RPC client/server codeJason Gerard DeRose2009-02-031-0/+29
|
* Make the membership attribute an argument and add new method entry.delAttr()Rob Crittenden2009-01-191-5/+11
| | | | | | | 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'
* 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-043-0/+757
tests/test_ipaserver