-
Notifications
You must be signed in to change notification settings - Fork 18
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
roles: adding gpo management to samba role #106
Conversation
danlavu
commented
Jun 19, 2024
•
edited
Loading
edited
- added SambaSite object
- added SambaComputer object
- added GenericGPO class and methods
- added some ldap variables to perform ldap functions
442c11e
to
1c200c0
Compare
fc4e6ed
to
66c2c69
Compare
2b2adee
to
2d68966
Compare
506357b
to
f315790
Compare
I don't see why the type assignments are throwing the mypy errors.
For now I added ignores, the black failure, if I shorten the line, black just ends up reformatting it. It's exactly 120 chars.
|
It's working, and the failure is expected. "sbose
|
e88705b
to
c677682
Compare
9dd19bd
to
572c1d2
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.
Hi, you probably want to move the methods from GenericProvider to GenericADProvider.
There are some comments inside, otherwise LGTM. Good job!
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.
Code-wise ack. I did not test it.
51fe80c
to
fb3e546
Compare
@pbrezina, you haven't tested it, so here is my output from the latest update and updated test code, SSSD/sssd#7595 The failure is expected, as I mentioned before.
|
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.
Thank you, code-wise ack.
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.
LGTM
* added SambaSite object * added SambaComputer object * added GenericGPO class and methods * added some ldap variables to perform ldap functions