From 5a89d8972d53ec913e1d7eec52955410b568aa86 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sat, 27 Jul 2013 09:22:56 -0600 Subject: [PATCH] doc: clarify setcrypt defaults MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-on: http://gerrit.openafs.org/10111 Reviewed-by: Jason Edgecombe Reviewed-by: Michael Laß Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 3a24ed9baef178d34b6d0fb3a5f6a485dea9353b) Change-Id: I2d9cd3c9167e2d67ced609e5be2d173a82b36a28 Reviewed-on: http://gerrit.openafs.org/10136 Reviewed-by: Andrew Deason Tested-by: BuildBot Reviewed-by: Ken Dreyer Reviewed-by: Stephan Wiesand --- doc/man-pages/pod1/fs_setcrypt.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/man-pages/pod1/fs_setcrypt.pod b/doc/man-pages/pod1/fs_setcrypt.pod index 495b415d4..8fda10cf8 100644 --- a/doc/man-pages/pod1/fs_setcrypt.pod +++ b/doc/man-pages/pod1/fs_setcrypt.pod @@ -22,7 +22,11 @@ authentication, which uses Kerberos 5 or klog/kaserver. The complement of this command is B, which shows the status of encryption on the client. -The default encryption status is enabled. +The default encryption status is enabled on Windows. It is disabled on all +non-Windows clients by default. You may enable encryption by default on +non-Windows platforms by executing B immediately +after the client daemon starts. For example, on Linux, you can do this +within the SysV init script, or with systemd's ExecStartPost parameter. This is a global setting and applies to all subsequent connections to an AFS File Server from this Cache Manager. There is no way to enable or -- 2.39.5