Retrieving adminpassword through api

Read 2665 times
Hey, I've got an agent running on my centovacast servers that retrieves stats from the api. (Written myself in python). It works like a charm, but now I also want to retrieve the adminpassword for services. The adminpassword is not returned by the api whenever i request the system.listaccounts method. Do I need another API method?

If the API is not usable, I could of course automatically look it up in the generated server configuration file, but I guess it should be stored in the database somewhere, because it needs to write out the shoutcast/icecast server? I see a 'secret' in the accounts table, I don't know which password that is, and what encryption key/method/salt is used?

Angelo.