-
Notifications
You must be signed in to change notification settings - Fork 247
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
Tests: SSSD fails to store users if any of the requested attribute is… #7714
base: master
Are you sure you want to change the base?
Conversation
0aee34f
to
49a6ad4
Compare
src/tests/system/tests/test_ldap.py
Outdated
|
||
assert client.tools.id("emp_user") is not None | ||
assert client.tools.getent.group("Group_1") is not None | ||
assert client.tools.getent.group("Group_2") is not None |
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.
I do not see a point in having/checking two groups there. Maybe the user should try to log in instead and the default/fallback home should be used as a check.
src/tests/system/tests/test_ldap.py
Outdated
2. Add a User | ||
3. Create an Organizational Unit | ||
4. Add Groups | ||
5. Configure SSSD |
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.
I guess you mean Start SSSD
49a6ad4
to
6280e6e
Compare
… empty SSSD fails to store users if any of the requested attribute is empty
6280e6e
to
969e1ad
Compare
… empty
SSSD fails to store users if any of the requested attribute is empty