We just discovered that each linux group can hold only max users up to 1024 characters (/etc/groups line length).

My coworker set up ActiveDirectory and wants to map the groups and users (ca.2500) to those in AD. I am not very familiar with that so i just report what i heard and understood.

I guess in other intranets all the user permission management is done on application level but we were just curious if it would be possible with basic linux ( means glibc limitations ?)

Does it depend on NFS limits too, i guess?

Any pointers to some research are welcome, i did hard finding the right keywords googling.

link|improve this question

50% accept rate
feedback

1 Answer

It might be better looking for a PAM solution that makes use of AD.

Google finds someone who alleged that the following works in /etc/groups -

big1::123:joe,mary,fred
big2::123:pete,sam,may

Note the two groupnames share a common GID.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.