summaryrefslogtreecommitdiffstats
path: root/ipaserver/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* First pass at enforcing certificates be requested from same hostRob Crittenden2009-10-211-0/+1
| | | | | | | | | | | | We want to only allow a machine to request a certificate for itself, not for other machines. I've added a new taksgroup which will allow this. The requesting IP is resolved and compared to the subject of the CSR to determine if they are the same host. The same is done with the service principal. Subject alt names are not queried yet. This does not yet grant machines actual permission to request certificates yet, that is still limited to the taskgroup request_certs.
* Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler workingJason Gerard DeRose2009-02-031-3/+27
|
* Started work on a much simplified mod_python serverJason Gerard DeRose2009-02-031-0/+28
|
* Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to ↵Jason Gerard DeRose2009-01-041-0/+22
tests/test_ipaserver