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 13:44:26 -0400
  • Accept-language: en-US
  • Acceptlanguage: en-US

Grouper assumes that you use a transactional database. Are you using mysql
with myisam or other nontransactional tables perchance?

http://dev.mysql.com/doc/refman/5.0/en/ansi-diff-transactions.html

I hope to implement this jira soon (1.6.1?), which will save us all some time
by detecting on startup if the DB is transactional.

https://bugs.internet2.edu/jira/browse/GRP-355

Anyways, if this is the case, if you switch to innodb tables or something
else that is transactional, it should start working... :)

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