You are looking for "groupquota". $ pts examine -nameorid <userid>
will show, among other things, a "group quota: #" -- the number of additional groups this user can create. $ pts setfields -nameorid <userid> -groupquota <###> lets admins change a user's group quota. I believe the default is 20, and there's an off-by-one in there somewhere. See pts help setfields. -- Todd On 03/24/2015 10:46 AM, Staffan Hämälä wrote: > Is there a setting somewhere for how many groups a user can create? > > For example: > > $ pts creategroup sh:test1 > group sh:test1 has id -296036 > > and so on, until ... > > $ pts creategroup sh:test19 > group sh:test19 has id -296054 > > and then: > > $ pts creategroup sh:test20 > pts: may not create more groups ; unable to create group sh:test20 > > Where can I find info about this limit? > > /Staffan > _______________________________________________ > OpenAFS-info mailing list > [email protected] > https://lists.openafs.org/mailman/listinfo/openafs-info -- +--------------------------------------------------------------+ / [email protected] 919-445-0091 http://www.unc.edu/~utoddl / / You have the right to remain silent. Anything you say / / will be misquoted, then used against you. / +--------------------------------------------------------------+ _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
