- see footer for list info -<
I'm converting a bit of code from CF5 where datasources are stored in the registry to CFMX7, so I'm using the adminapi datasource cfc to get the details.

I've got this all working in a test environment using this :

createObject("component","cfide.adminapi.administrator").login("mypassword");
  dsComponent = CreateObject("component", "CFIDE.adminapi.datasource");
  dsList = dsComponent.getDatasources();
  blah blah blah smugglers cove....


What concerns me is that I have my RDS or admin password in the login call. I'm not terribly au fait with the new sandbox stuff in MX, so what I'm wondering is, is there a way using sandboxing to allow an application access to the datasource cfc in the admin api without requiring me to log in, whilst leaving the rest of the applications with the standard security?

Also, does anyone know whether the RDS password is read only on stuff like the admin api or whether it has full access as the admin password would give?


Stephen
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- Hosting provided by www.cfmxhosting.co.uk -<
- Forum provided by www.fusetalk.com -<
- DHTML Menus provided by www.APYCOM.com -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to