It should work with pam_succeed_if, you can check the manual for full details.<br><br>I.E.<br>account required pam_succeed_if.so uid>=200 shell=bash<br><br><dl compact><dt><b>field < number</b>
</dt><dd>Field has a value numerically less than number.
</dd><dt><b>field <= number</b>
</dt><dd>Field has a value numerically less than or equal to number.
</dd><dt><b>field eq number</b>
</dt><dd>Field has a value numerically less equal to number.
</dd><dt><b>field >= number</b>
</dt><dd>Field has a value numerically greater than or equal to number.
</dd><dt><b>field > number</b>
</dt><dd>Field has a value numerically greater than number.
</dd><dt><b>field ne number</b>
</dt><dd>Field has a value numerically different from number.
</dd><dt><b>field = string</b>
</dt><dd>Field exactly matches the given string.
</dd><dt><b>field != string</b>
</dt><dd>Field does not match the given string.
</dd><dt><b>field =~ glob</b>
</dt><dd>Field matches the given glob.
</dd><dt><b>field !~ glob</b>
</dt><dd>Field does not match the given glob.
</dd><dt><b>field in item:item:...</b>
</dt><dd>Field is contained in the list of items separated by colons.
</dd><dt><b>field notin item:item:...</b>
</dt><dd>Field is not contained in the list of items separated by colons.
</dd><dt><b>user ingroup group</b>
</dt><dd>User is in given group.
</dd><dt><b>user notingroup group</b>
</dt><dd>User is not in given group.
</dd><dt><b>user innetgr netgroup</b>
</dt><dd>(user,host) is in given netgroup.
</dd><dt><b>user notinnetgr group</b>
</dt><dd>(user,host) is not in given netgroup.</dd></dl><br><br><br>----<br><br><div class="gmail_quote">2008/4/14 Vasudeva R <<a href="mailto:rachamad@gmail.com">rachamad@gmail.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I need to bypass system default PAM-modules only for particular groups on Redhat Linux 3 and 4 version. Can anybody help me how to configure this ?<br clear="all"><br>Thanks in advance<br><font color="#888888">Vasudeva<br>
<br>
</font><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>