Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 3186  / 2 Years ago, fri, august 12, 2022, 7:01:05

We started an Ubuntuserver for versioncontrol and would like to access our repositories via ssh.

As we need to give access to several external developers I thought it would be the best way to create a group per project and add the users to it which should use the repository. I cannot say how many projects will be created in the future, so I wonder if we could run into problems later.



Is there a maximum number of existing groups or groups of which a user can be member of in Ubuntu 12.04?


More From » ssh

 Answers
7

Yes, there are limits. Linux now supports 65536 groups but you will need to use ACLs and RPCSEC_GSS and NFS version 4.0 or higher if you need more than 16 since AUTH_SYS historically has a limit of 16 groups.



Besides the NFS<4.0 limit of 16:




  • Linux Kernel >= 2.6.3: 65536

  • Linux Kernel < 2.6.3: 32


[#31040] Sunday, August 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ditery

Total Points: 9
Total Questions: 116
Total Answers: 119

Location: Grenada
Member since Sun, Dec 20, 2020
3 Years ago
;