Hello !!! Im use libnss, im create group sotr, im this group over 136 members.
if libnss-mysql.cfg im set:
memsbygid SELECT net_usr.username FROM net_grp2usr,net_usr WHERE net_grp2usr.gid=%u and net_usr.uid=net_grp2usr.uid limit 70
all ok, if:
memsbygid SELECT net_usr.username FROM net_grp2usr,net_usr WHERE net_grp2usr.gid=%u and net_usr.uid=net_grp2usr.uid
group not displayed, that to do ?
Respectfully yours, Aleksey
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What OS? There may be a limit in the OS as to how many groups you can be a member of. Based on the 70/136 numbers you gave me, I'm guessing the limit is 127 plus or minus 1. If you can narrow it down to the exact maximum number, that would be helpful.
Thanks!
-=| Ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello !!! Im use libnss, im create group sotr, im this group over 136 members.
if libnss-mysql.cfg im set:
memsbygid SELECT net_usr.username FROM net_grp2usr,net_usr WHERE net_grp2usr.gid=%u and net_usr.uid=net_grp2usr.uid limit 70
all ok, if:
memsbygid SELECT net_usr.username FROM net_grp2usr,net_usr WHERE net_grp2usr.gid=%u and net_usr.uid=net_grp2usr.uid
group not displayed, that to do ?
Respectfully yours, Aleksey
What OS? There may be a limit in the OS as to how many groups you can be a member of. Based on the 70/136 numbers you gave me, I'm guessing the limit is 127 plus or minus 1. If you can narrow it down to the exact maximum number, that would be helpful.
Thanks!
-=| Ben