The 'getent' command is independent of any other operations occurring on your machine, so it is quite harmless to test. For example, logging into your machine and running "getent group root" should simply show you the 'root' group entry. Now substitute 'root' for your group name and see how many members you see. <br>
<br>You can have 'awk' count them for you. In the case of the 'root' group, I can issue the command "getent group root | awk -F, '{ print NF }'". See if the count is what you are expecting. If you are not getting the expected +2500 entries then you know it is not a PAM issue.<br>
<br>-- Jon Miller<br><br><div class="gmail_quote">2009/1/28 Wendy Palm <span dir="ltr"><<a href="mailto:wendy@cray.com">wendy@cray.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-size: 10pt; color: rgb(31, 73, 125);">I can't test the getent command right now.  we have a workaround
in place that I'd have to disengage to test it out.</span></p>

<p><span style="font-size: 10pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 10pt; color: rgb(31, 73, 125);">I'm at SP1.  Pam version in SP1 is 0.99.6.3-28.8 and didn't
change in sp2 – are there any specific packages you might recommend updating to
sp2?  It's not feasible for me to wholesale change the whole system to sp2, so targeting
packages for experimentation would be easier.</span></p>

<p><span style="font-size: 10pt; color: rgb(31, 73, 125);"> </span></p>

<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">

<div>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> <a href="mailto:pam-list-bounces@redhat.com" target="_blank">pam-list-bounces@redhat.com</a>
[mailto:<a href="mailto:pam-list-bounces@redhat.com" target="_blank">pam-list-bounces@redhat.com</a>] <b>On Behalf Of </b>Jon Miller<br>
<b>Sent:</b> Wednesday, January 28, 2009 6:06 PM<br>
<b>To:</b> Pluggable Authentication Modules<br>
<b>Subject:</b> Re: pam list size limit?</span></p>

</div>

</div><div><div></div><div class="Wj3C7c">

<p> </p>

<p style="margin-bottom: 12pt;">Are you sure the issue is with
pam_access? How many entries do you get when you run "getent group
<grpname>" ?<br>
Finally, what level SP are you at on your SLES10 machine? If you're not at SP2,
you could try updating to that. I've found SP2 to have solved a lot of issues. <br>
<br>
-- Jon Miller</p>

<div>

<p>2009/1/28 Wendy Palm <<a href="mailto:wendy@cray.com" target="_blank">wendy@cray.com</a>></p>

<div>

<div>

<p><span style="font-size: 10pt;">We have a site that uses pam to regulate user
logins, and has a unix group in excess of 2500 user entries which is specified
in the access.conf file.</span></p>

<p><span style="font-size: 10pt;"> </span></p>

<p><span style="font-size: 10pt;">They were running SLES9 (pam-0.77-221.4) and
had no problems.  However, updating to SLES10 (pam-0.99.6.3-28.8), they
are now having problems with the group list truncating at about 1100 user
entries.</span></p>

<p><span style="font-size: 10pt;"> </span></p>

<p><span style="font-size: 10pt;">Was some default limit changed?  I
checked the archives, but didn't see anything blatent announcing this.  I
checked the ChangeLog in the source code and found an entry that is suspicious
(2005-12-21  Tomas Mraz simplifying evaluate_ingroup), but again, nothing
blatent.</span></p>

<p><span style="font-size: 10pt;"> </span></p>

<p><span style="font-size: 10pt;">What is the limit?  How can I change it
(preferably without recompiling)?  Is this at all possible?</span></p>

<p><span style="font-size: 10pt;"> </span></p>

<p><span style="font-size: 10pt;">Thanks,</span></p>

<p><span style="font-size: 10pt;">Wendy</span></p>

<p><span style="font-size: 10pt;"> </span></p>

<p><span style="font-size: 10pt;"> </span></p>

<p> </p>

<p>---------------------------------</p>

<p>Wendy Palm</p>

<p>Security Software Engineer</p>

<p>wendy at cray dot com</p>

<p> </p>

</div>

</div>

<p><br>
_______________________________________________<br>
Pam-list mailing list<br>
<a href="mailto:Pam-list@redhat.com" target="_blank">Pam-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/pam-list" target="_blank">https://www.redhat.com/mailman/listinfo/pam-list</a></p>

</div>

<p> </p>

</div></div></div>

</div>

</div>


<br>_______________________________________________<br>
Pam-list mailing list<br>
<a href="mailto:Pam-list@redhat.com">Pam-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/pam-list" target="_blank">https://www.redhat.com/mailman/listinfo/pam-list</a><br></blockquote></div><br>