diff options
| author | Günther Deschner <gdeschner@redhat.com> | 2014-04-07 12:10:34 +0200 |
|---|---|---|
| committer | Günther Deschner <gdeschner@redhat.com> | 2014-04-10 15:30:58 +0200 |
| commit | b3b6b780c8717d33db0e1665b285f01601614481 (patch) | |
| tree | 63b873d76f1eebbb1f3b338c8cc0178d17cbb3ad /doc/admin | |
| parent | 6a37db31c33399638545e59041d7d20941f4459f (diff) | |
Document reading of /etc/gss/mech.d/*.conf files.master-mechdconf
Signed-off-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'doc/admin')
| -rw-r--r-- | doc/admin/host_config.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/admin/host_config.rst b/doc/admin/host_config.rst index 755437cf6c..8a8813eac5 100644 --- a/doc/admin/host_config.rst +++ b/doc/admin/host_config.rst @@ -85,8 +85,11 @@ locator plugin would be registered by placing its shared object in GSSAPI mechanism modules ~~~~~~~~~~~~~~~~~~~~~~~~ -GSSAPI mechanism module are registered using the file -``/etc/gss/mech``. Each line in this file has the form:: +GSSAPI mechanism modules are registered using the file +``/etc/gss/mech`` or configuration files in the ``/etc/gss/mech.d/`` +directory. Files in the ``/etc/gss/mech.d/`` directory need to have +a ``.conf`` suffix in order to be used. Each line in these files has +the form:: oid pathname [options] <type> |
