]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorTomas Mraz <tm@t8m.info>
Wed, 24 Nov 2010 08:49:30 +0000 (08:49 +0000)
committerTomas Mraz <tm@t8m.info>
Wed, 24 Nov 2010 08:49:30 +0000 (08:49 +0000)
Purpose of commit: docfix

Commit summary:
---------------
2010-11-24  Tomas Mraz  <tm@t8m.info>

        * modules/pam_limits/limits.conf.5.xml: Document the %group syntax.

ChangeLog
modules/pam_limits/limits.conf.5.xml

index b8cde26253f06e519445dcbc580607f6ee100557..87610bab12bcdd2aa59aff8b1cb29e9751f84a07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-24  Tomas Mraz  <tm@t8m.info>
+
+       * modules/pam_limits/limits.conf.5.xml: Document the %group syntax.
+
 2010-11-18  Tomas Mraz  <tm@t8m.info>
 
        * modules/pam_limits/pam_limits.c (pam_parse,pam_sm_open_session):
index a9757a7fee8210b2b3e7000ca7a1324d356e8f76..e9174bc1c69bf68a16dba7140a048173bcd2e610 100644 (file)
             <listitem>
               <para>
                 the wildcard <emphasis remap='B'>%</emphasis>, for maxlogins limit only,
-                can also be used with <emphasis remap='b'>%group</emphasis> syntax.
+                can also be used with <emphasis remap='B'>%group</emphasis> syntax. If the
+                <emphasis remap='B'>%</emphasis> wildcard is used alone it is identical
+                to using <emphasis remap='B'>*</emphasis> with maxsyslogins limit. With
+                a group specified after <emphasis remap='B'>%</emphasis> it limits the total
+                number of logins of all users that are member of the group.
               </para>
             </listitem>
           </itemizedlist>
             <varlistentry>
               <term><option>maxsyslogins</option></term>
               <listitem>
-                <para>maximum number of logins on system</para>
+                <para>maximum number of all logins on system</para>
               </listitem>
             </varlistentry>
             <varlistentry>