Improvements to auto-generated glauth config#18
Closed
sharatbala wants to merge 2 commits intosonicnkt:mainfrom
Closed
Improvements to auto-generated glauth config#18sharatbala wants to merge 2 commits intosonicnkt:mainfrom
sharatbala wants to merge 2 commits intosonicnkt:mainfrom
Conversation
- Using new uidnumber and gidnumber instead of "unixid" - added IgnoreCapabilities=true behaviour so that service users can do LDAP search
Owner
|
Thanks for the contribution.. |
Owner
|
Okay im still having issues with the db migration if i also rename the columns in the db itself. i will go with your more simple approach first (only change the names in the ui and generated config file) I will merge this by hand tho because of some conflicts but thanks for the contribution! Im really out of touch with git after not using it for some time. but i really want to get this going again with the up to date version of glauth |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The original version generated config files that would not return valid results for ldapsearch or Authelia. The reasons were the use of the deprecated "unixid" field as well as the missing behavior attribute. This change sets up default behavior to allow all users to search. Ideally the UI would be updated with a checkbox or something like that per user which would then add a [behaviour] section for each user