From: Zdenek Dohnal Date: Wed, 14 Aug 2024 08:25:42 +0000 (+0200) Subject: Regenerate html help pages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16be30ade73c8bae000398a3b0ef21e6cc55329c;p=thirdparty%2Fcups.git Regenerate html help pages --- 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