From 16be30ade73c8bae000398a3b0ef21e6cc55329c Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 14 Aug 2024 10:25:42 +0200 Subject: [PATCH] Regenerate html help pages --- doc/help/man-cups-files.conf.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/help/man-cups-files.conf.html b/doc/help/man-cups-files.conf.html index 4496cb254b..1ad6cc2d2f 100644 --- a/doc/help/man-cups-files.conf.html +++ b/doc/help/man-cups-files.conf.html @@ -193,6 +193,16 @@ Note: the standard CUPS filter and backend environment variables cannot be overr

StateDir directory
Specifies the directory to use for PID and local certificate files. The default is "/var/run/cups" or "/etc/cups" depending on the platform. +

+

\StripUserDomain Yes
+

+

\StripUserDomain No
+Specifies whether to remove domain from user name during local user authentication (e.g., "user@example.com" –> "user"). +This practice can be beneficial for maintaining compatibility with older versions of Kerberos. +However, enabling this option can have negative consequences. +It may result in confusion between domain and local users with identical names, potentially leading +to incorrect assignment of user permissions and unintentional permission escalation, +thus creating a security risk. Therefore, it is advisable to avoid using this option in most cases.

SyncOnClose Yes

-- 2.47.2