Any way of externally authenticating users? Say MySQL or RADIUS?
Problem with PSA is that countless people need to find ways to integrate services and it's not very good at that and WAY too proprietary. Make a change and it's gone on the next update really hurts.
Well, for example, I have services which have their user accounting in MySQL such as Joomla and others which have account on RADIUS for authentication.
It would be GREAT to be able to allow the user to log into webmail based on some of these (already) created accounts.
Ok, sounds like we're talking about sending command line commands between servers, using the PSA command line utilities. Wonderful, a little hacking and you're right, I might be able to pull this off.
Originally posted by jspilon well sending commands is an option with the plesk command line tools... you could use cert based ssh so you get an encrypted channel
or
use the RPC API which allows you to send plesk commands through http requests
Sounds interesting. Also sounds like I could embed commands so that when the account is created, I could send a thank you page with the needed information to PSA as well. I'll have to look around for examples of how I can use this, didn't even know about it.