v2.3.2 running on Centos5

I try the following REST Call:

Code:

wget --no-check-certificate --no-proxy -O - 
'https://admin:pas...@zenserver/zport/dmd/ZenUsers/manage_addUser?userid=aartest5&[email protected]&password=&sndpassword=&roles:list=Manager&defaultAdminRole=Manager'




or 


Code:

wget --no-proxy -O - 
'http://admin:pas...@zenserver:8080/zport/dmd/ZenUsers/manage_addUser?userid=aartest5&[email protected]&password=&sndpassword=&roles:list=Manager&defaultAdminRole=Manager'




But the user is not configured afterwards and the feedback is the zenoss login 
page.

[Exclamation]  We use Rewrite to forward all SSL/443 requests to server:8080

Do you have any ideas to troubleshoot?

I tried to save/load cookies - but it is not working neither.

Code:

wget --no-check-certificate --save-cookies zenoss.cookies --post-data 
"__ac_name=admin&__ac_password=passwd" -O - 
'https://zenserver/zport/acl_users/cookieAuthHelper/login'



at least the above logged me in.


Code:

wget -c --no-check-certificate --load-cookies zenoss.cookie -O - 
'https://zenserver/zport/dmd/ZenUsers/manage_addUser?userid=aartest5&[email protected]&password=&sndpassword=&roles:list=Manager&defaultAdminRole=Manager'


 

Any ideas? Thanks




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=30088#30088

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to