Skip to Content.
Sympa Menu

grouper-users - Grouper WS, ws.act.as.group, and the GrouperSystem subject

Subject: Grouper Users - Open Discussion List

List archive

Grouper WS, ws.act.as.group, and the GrouperSystem subject


Chronological Thread 
  • From: Scott Koranda <>
  • To: Grouper Users Mailing List <>
  • Subject: Grouper WS, ws.act.as.group, and the GrouperSystem subject
  • Date: Fri, 16 Jan 2009 17:24:48 -0600

Hi,

I am using Grouper WS 1.4.0.

Is it possible to have the 'GrouperSystem' subject leverage
the actAsSubjectLookup functionality?

I sent in SOAP that included the following

<ns1:actAsSubjectLookup>

<ns1:subjectId></ns1:subjectId>
<ns1:subjectIdentifier></ns1:subjectIdentifier>
<ns1:subjectSourceId>ligo</ns1:subjectSourceId>
</ns1:actAsSubjectLookup>

The operation (groupSave) was invoked by the 'GrouperSystem'
subject by having tomcat-users.xml include the lines

<role rolename="grouper_user"/>
<user username="GrouperSystem" password="XXXXXXXX" roles="grouper_user"/>

and the web.xml for WS include

<auth-constraint>
<role-name>grouper_user</role-name>
</auth-constraint>

When I do this I receive the error

A web service is specifying an actAsUser, but there is no
'ws.act.as.group' specified in the grouper-ws.properties

I can specify a ws.act.as.group in grouper-ws.properties, but
how would I add 'GrouperSystem' to that group?

Thanks,

Scott



Archive powered by MHonArc 2.6.16.

Top of Page