Format options table in rst. master github/master samba.org/master
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 26 Aug 2017 02:23:47 +0000 (02:23 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sat, 26 Aug 2017 02:23:47 +0000 (02:23 +0000)
README.rst

index 7b39eec3a7b1b0c9df127c1d545d75c1e21a0f1b..2a7b686f9b2b1a6c9cd089015d5bad79558eab79 100644 (file)
@@ -13,15 +13,23 @@ For sample usage in a module stack, see the enclosed login.pam file.
 
 The following options are recognized by the module:
 
-debug                 turn debug logging on
-keytab=<file>         use alternate keytab for authentication
-                         (default is /etc/security/pam_krb5.keytab)
-min_uid=<uid>         don't add principals for uid's lower than <uid>.
-                         (default is 100)
-principal=<name>      use the key for <name> instead of the default
-                         pam_migrate/<hostname> key
-realm=<REALM>         update the database for a realm other than the
-                         default realm.
++-------------------+--------------------------------------------------+
+| option            | description                                      |
++===================+==================================================+
+| debug             | turn debug logging on                            |
++-------------------+--------------------------------------------------+
+| keytab=<file>     | use alternate keytab for authentication          |
+|                   | (default is `/etc/security/pam_krb5.keytab`)     |
++-------------------+--------------------------------------------------+
+| min_uid=<uid>     | don't add principals for uid's lower than <uid>. |
+|                   | (default is 100)                                 |
++-------------------+--------------------------------------------------+
+| principal=<name>  | use the key for <name> instead of the default    |
+|                   | pam_migrate/<hostname> key                       |
++-------------------+--------------------------------------------------+
+| realm=<REALM>     | update the database for a realm other than the   |
+|                   | default realm.                                   |
++-------------------+--------------------------------------------------+
 
 pam_krb5_migrate was written by Steve Langasek <vorlon@netexpress.net>.