summaryrefslogtreecommitdiffstats
path: root/cobbler/demo_connect.py
Commit message (Collapse)AuthorAgeFilesLines
* Minor changes to the authn/z test program so they don't go through ApacheMichael DeHaan2008-03-311-1/+6
| | | | | auth filters and can produce slightly more useful feedback, also removed a stray print.
* Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-4/+12
|
* Changes to enable Cobbler to also speak XMLRPC on a Unix domain socket whichMichael DeHaan2007-12-191-40/+3
| | | | will later be usable by cobbler (the command line app) to make it very speedy. Talking to an open API handle in Cobbler will be much faster when editing, say, 5000 systems at once.
* Added demo_connect.py for working out how to best connect to the https:// ↵root2007-09-101-0/+59
interface remotely.