-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from NucciTheBoss/nuccitheboss/feat/anonymousdse
feat: add `anonymousdse_enabled` config option
- Loading branch information
Showing
4 changed files
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,6 +87,16 @@ config: | |
Enable the StartTLS support or not. DO NOT TURN IT OFF IN PRODUCTION. | ||
default: true | ||
type: boolean | ||
anonymousdse_enabled: | ||
description: | | ||
Allow anonymous requests to the root directory server agent service entry (root DSE). | ||
Anonymous request MUST be enabled for applications like SSSD to | ||
successfully bind to the Glauth server. Anonymous requests should | ||
be disabled if not integrating with applications that must first | ||
anonymously query the root DSE before binding to an LDAP server. | ||
default: false | ||
type: boolean | ||
|
||
|
||
base: [email protected] | ||
|
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