-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ldap & auxiliary interface integration and some improvements #19
Conversation
78cde2c
to
493ccbc
Compare
493ccbc
to
5ee495c
Compare
20746b4
to
324c06a
Compare
777b06e
to
a6cfcea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add CODEOWNERS
file?
PR is growing quite big would we be able to cut it here a6cfcea and basically offload all the StartTLS stuff to another pr? @wood-push-melon |
a6cfcea
to
d8a9878
Compare
Yeah, truncated the certificate-related commit out of this PR, and shift it to another one: #20 @nsklikas @natalian98 I will resolve any certificate-related comments in the PR: #20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to add more unit tests coverage for the ldap lib, but other than that lgtm
This pull request includes the following features:
ldap
interfaceldap
interface libraryglauth-auxiliary
interfaceTry to keep the
charm.py
concise and spread the unrelated logic to other modules. However, it seems to me that there is still room to improvecharm.py
. More effort will be made in the following pull request.This pull request will wait for the
glauth-utils
's PR approved and merged.