summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/config.py
Commit message (Collapse)AuthorAgeFilesLines
...
* localize doc stringsJohn Dennis2010-03-081-1/+1
| | | | | | | | | | | | A number of doc strings were not localized, wrap them in _(). Some messages were not localized, wrap them in _() Fix a couple of failing tests: The method name in RPC should not be unicode. The doc attribute must use the .msg attribute for comparison. Also clean up imports of _() The import should come from ipalib or ipalib.text, not ugettext from request.
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-13/+0
|
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-21/+20
|
* Fix merge error, variable mis-named label instead of docRob Crittenden2010-01-211-1/+1
|
* User-defined certificate subjectsRob Crittenden2010-01-201-1/+17
| | | | | | | | | | | | | | | Let the user, upon installation, set the certificate subject base for the dogtag CA. Certificate requests will automatically be given this subject base, regardless of what is in the CSR. The selfsign plugin does not currently support this dynamic name re-assignment and will reject any incoming requests that don't conform to the subject base. The certificate subject base is stored in cn=ipaconfig but it does NOT dynamically update the configuration, for dogtag at least. The file /var/lib/pki-ca/profiles/ca/caIPAserviceCert.cfg would need to be updated and pki-cad restarted.
* Add --enable-migration option in config plugin.Pavel Zuna2010-01-201-1/+14
|
* Make the config plugin use baseldap classes.Pavel Zuna2009-10-051-103/+33
|
* Remove outstanding 2's from plugins.Pavel Zuna2009-07-021-2/+2
|
* Rename *-create/*-delete commands to *-add/*-del respectively.Pavel Zuna2009-07-021-1/+1
|
* Rename plugins2 files (remove '2' suffix').Pavel Zuna2009-07-021-0/+183