diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-09 18:18:43 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-09 18:18:43 +0000 |
commit | 0fe6ff3ef4d45d8c16e89d4505cdc5857e133299 (patch) | |
tree | f04622ec7caf2eecae55511b550a41f6eb4864c6 /modules/pam_group/group.conf.5.xml | |
parent | 393585017d45cf174384530f57cb8bc5cec1b457 (diff) | |
download | pam-0fe6ff3ef4d45d8c16e89d4505cdc5857e133299.tar.gz pam-0fe6ff3ef4d45d8c16e89d4505cdc5857e133299.tar.bz2 pam-0fe6ff3ef4d45d8c16e89d4505cdc5857e133299.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-09 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_time/Makefile.am: Include Make.xml.rules.
* modules/pam_time/time.conf.5: New, generated from xml file.
* modules/pam_time/time.conf.5.xml: New.
* modules/pam_time/pam_time.8: New, generated from xml file.
* modules/pam_time/pam_time.8.xml: New.
* modules/pam_time/README.xml: New.
* modules/pam_time/README: Regenerated from README.xml.
Diffstat (limited to 'modules/pam_group/group.conf.5.xml')
-rw-r--r-- | modules/pam_group/group.conf.5.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_group/group.conf.5.xml b/modules/pam_group/group.conf.5.xml index 036efb15..7cab1d49 100644 --- a/modules/pam_group/group.conf.5.xml +++ b/modules/pam_group/group.conf.5.xml @@ -26,7 +26,7 @@ </para> <para> For this module to function correctly there must be a correctly - formatted <filename>/etc/security/groups.conf</filename> file present. + formatted <filename>/etc/security/group.conf</filename> file present. White spaces are ignored and lines maybe extended with '\' (escaped newlines). Text following a '#' is ignored to the end of the line. </para> @@ -64,7 +64,7 @@ <para> The <replaceable>times</replaceable> field is used to indicate "when" these groups are to be given to the user. The format here is a logic - list of day/time-range entries the days are specified by a sequence of + list of day/time-range entries. The days are specified by a sequence of two character entries, MoTuSa for example is Monday Tuesday and Saturday. Note that repeated days are unset MoMo = no day, and MoWk = all weekdays bar Monday. The two character combinations accepted are Mo Tu We Th Fr Sa @@ -73,7 +73,7 @@ </para> <para> Each day/time-range can be prefixed with a '!' to indicate "anything but". - The time-range part is two 24-hour times HHMM separated by a hyphen + The time-range part is two 24-hour times HHMM, separated by a hyphen, indicating the start and finish time (if the finish time is smaller than the start time it is deemed to apply on the following day). </para> |