-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-3803) Set minimum length on sssd::domains (#48)
Prior to this commit it was possible to set the parameter `sssd::domains` to the empty array or an array containing the empty string, neither of which is allowed according to the README. The resulting behavior in such a cases was undefined and generally erroneous. This commit sets a minimum length on the parameter's array to 1, and requires the contained strings to be between 1 and 255 characters in accordance with RFC 2181. SIMP-3803 #close
- Loading branch information
1 parent
d26770b
commit 52ab72f
Showing
5 changed files
with
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
* Mon Sep 18 2017 Lucas Yamanishi <[email protected]> - 6.0.4-0 | ||
- Set minimum length on sssd::domains | ||
|
||
* Mon Sep 11 2017 Judy Johnson <[email protected]> - 6.0.3-0 | ||
- Only enable 'try_inotify' if explicitly set | ||
|
||
|
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