Re: [cobbler] Read write cobbler xmlrpc API

2012-02-20 Thread Kirk VanOpdorp
Cool. I'll take a look. Thanks! On Feb 20, 2012, at 12:16 PM, James Clendenan wrote: > Hi Kirk, > > If you're looking to do both passthrough (kerb) and a service type user, this > patch with the chainloading plugin might be interesting to you. > > I've been planing on re-implementing it into

Re: [cobbler] Read write cobbler xmlrpc API

2012-02-20 Thread James Clendenan
Hi Kirk, If you're looking to do both passthrough (kerb) and a service type user, this patch with the chainloading plugin might be interesting to you. I've been planing on re-implementing it into the core directly, but haven't had a chance yet. http://www.mail-archive.com/cobbler-devel@lists.fed

Re: [cobbler] Read write cobbler xmlrpc API

2012-02-20 Thread Kirk VanOpdorp
Ok. That is actually what I was doing via a simple authenticated web service. Just wanted to see if there was a better way that was not obvious to me. Thanks for the quick response! On Feb 20, 2012, at 11:05 AM, Michael DeHaan wrote: > "My question is that the read write API requires a token

Re: [cobbler] Read write cobbler xmlrpc API

2012-02-20 Thread Michael DeHaan
"My question is that the read write API requires a token which requires a user and password. What password do I use in that case if I am using the passthru authentication?" Here's the source of the module: def authenticate(api_handle,username,password): """ Validate a username/password co

[cobbler] Read write cobbler xmlrpc API

2012-02-20 Thread Kirk VanOpdorp
I am using cobbler with passthru authentication to enable Kerberos on cobbler web. I would also like remote read write access to the xmlrpc API. I have setup the proxied cobbler_api in apache such that I think it should work. My question is that the read write API requires a token which requires