Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] RE: Unix GID's in Grouper

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] RE: Unix GID's in Grouper


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Dirk Kastens <>
  • Cc: "" <>
  • Subject: RE: [grouper-users] RE: Unix GID's in Grouper
  • Date: Mon, 14 Jun 2010 09:38:10 -0400
  • Accept-language: en-US
  • Acceptlanguage: en-US

I hope it is not persisted to the DB. I think the bean where the setter was
called is out of sync with the DB, but the data is intact in the DB. Is this
what you are seeing? If not I can look into it.

Thanks,
Chris

-----Original Message-----
From: Dirk Kastens
[mailto:]

Sent: Monday, June 14, 2010 6:43 AM
To: Chris Hyzer
Cc:

Subject: Re: [grouper-users] RE: Unix GID's in Grouper

Hi again,

> Please try it out and let me know if there are any problems.

The success message came too early. Although I'm getting the message
that I'm not allowed to change the posixGroup, the gidNumber is still
changed:

-------------
gsh 3% getGroupAttr("aStem:aGroup9", "gidNumber")
20
gsh 4% setGroupAttr("aStem:aGroup9", "gidNumber", "33")
// Error: unable to evaluate command: Sourced file: inline evaluation
of: ``setGroupAttr("aStem:aGroup9", "gidNumber", "33");'' : Error
invoking compiled command: : Error in compiled command:
edu.internet2.middleware.grouper.hooks.logic.HookVeto:
cantEditTypeNotInGroup: Not allowed to edit type: posixGroup, changing
attribute gidNumber since the user Subject id: xmuster, sourceId:
uosldap is not in group: null
gsh 5% getGroupAttr("aStem:aGroup9", "gidNumber")
33
----------------

Regards,
Dirk




Archive powered by MHonArc 2.6.16.

Top of Page