Hash can be generated for any user But you need to have admin/soap privileges to do it
On Thu, Apr 9, 2015 at 5:20 PM, Mahbub Al-Amin <[email protected]> wrote: > Thanks Maxim. > > I got the point: Hash is generated successfully only for the users who > have "soap" rights. Not works for the users having "admin" right. > > Regards, > mahbub <http://www.commlinkinfotech.com> > > On Thu, Apr 9, 2015 at 3:38 PM, Maxim Solodovnik <[email protected]> > wrote: > >> the sequence of calls should be: >> 1) getSession >> 2) loginUser (providing admin/soap user/pass/SID from step 1) >> 3) setUserObjectAndGenerateRoomHash (providing details for the user you >> are generating hash for and SID from steps 1 and 2) >> >> >> On Thu, Apr 9, 2015 at 3:27 PM, Mahbub Al-Amin < >> [email protected]> wrote: >> >>> Hi, >>> >>> I am trying to connect to a room using python soap client. I generated >>> hash code and logged in to room successfully by root user which i created >>> during installation. But for other users having admin rights, i can not >>> generate hash. Rather "setUserObjectAndGenerateRoomHash" method returns -26 >>> which means "Admin authorization required". >>> >>> Any help regarding this issue is highly appreciable. >>> >>> Thanks in advance. >>> >>> Regards, >>> mahbub >>> <http://www.commlinkinfotech.com> >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > -- WBR Maxim aka solomax
