diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2017-09-06 14:55:48 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2017-09-06 14:55:48 +0200 |
commit | 2ef1096db6cbbb875fc79bbb6ac5e9415fdcdad5 (patch) | |
tree | e0f16812140943537a5d084a41434b49be65335c | |
parent | a6bace7cc0f1a6b71abbaecd477c0db3a6578cc3 (diff) | |
download | pam-2ef1096db6cbbb875fc79bbb6ac5e9415fdcdad5.tar.gz pam-2ef1096db6cbbb875fc79bbb6ac5e9415fdcdad5.tar.bz2 pam-2ef1096db6cbbb875fc79bbb6ac5e9415fdcdad5.zip |
pam_access: Add note about spaces around ':' in access.conf(5)
* modules/pam_access/access.conf.5.xml: Add note about spaces around ':'
-rw-r--r-- | modules/pam_access/access.conf.5.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/pam_access/access.conf.5.xml b/modules/pam_access/access.conf.5.xml index 7ae512e5..386346b9 100644 --- a/modules/pam_access/access.conf.5.xml +++ b/modules/pam_access/access.conf.5.xml @@ -210,6 +210,18 @@ </refsect1> + <refsect1 id="access.conf-notes"> + <title>NOTES</title> + <para> + The default separators of list items in a field are space, ',', and tabulator + characters. Thus conveniently if spaces are put at the beginning and the end of + the fields they are ignored. However if the list separator is changed with the + <emphasis>listsep</emphasis> option, the spaces will become part of the actual + item and the line will be most probably ignored. For this reason, it is not + recommended to put spaces around the ':' characters. + </para> + </refsect1> + <refsect1 id="access.conf-see_also"> <title>SEE ALSO</title> <para> |