-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed HTTP PeerCred authentication for domain users (Issue #1001)
- Loading branch information
Showing
7 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,6 +146,14 @@ <h3><a name="DIRECTIVES">Directives</a></h3> | |
<dt><a name="StateDir"></a><b>StateDir </b><i>directory</i> | ||
<dd style="margin-left: 5.0em">Specifies the directory to use for PID and local certificate files. | ||
The default is "/var/run/cups" or "/etc/cups" depending on the platform. | ||
<dt><a name="StripUserDomain"></a><b>StripUserDomain Yes</b> | ||
<dd style="margin-left: 5.0em"><dt><b>StripUserDomain No</b> | ||
<dd style="margin-left: 5.0em">Specifies whether to remove domain from user name during local user authentication (e.g., "[email protected]" –> "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. | ||
<dt><a name="SyncOnClose"></a><b>SyncOnClose Yes</b> | ||
<dd style="margin-left: 5.0em"><dt><b>SyncOnClose No</b> | ||
<dd style="margin-left: 5.0em">Specifies whether the scheduler calls | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,6 +210,17 @@ Note: the standard CUPS filter and backend environment variables cannot be overr | |
\fBStateDir \fIdirectory\fR | ||
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 | ||
.TP 5 | ||
\StripUserDomain Yes\fR | ||
.TP 5 | ||
\StripUserDomain No\fR | ||
Specifies whether to remove domain from user name during local user authentication (e.g., "[email protected]" –> "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 | ||
.TP 5 | ||
\fBSyncOnClose Yes\fR | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters