-
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
Generic method to get attribute values from LDAP #32
Generic method to get attribute values from LDAP #32
Conversation
We should also add a unit test in tests/Ltb/LdapTest.php |
I'll give a look to this feature on tomorrow. @abpai94 : if the feature is finished, could your 1/ squash your commits and 2/ rebase on top of master? Thanks |
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.
Ok for me.
Last thing: we need to add the unit test for the new get_attribute_values function.
You can give a look to function test_get_password_value in file tests/Ltb/LdapTest.php
ded66fd
to
0b2e433
Compare
@davidcoutadeur tests added, ready to merge! |
1ad645d
to
6a036cd
Compare
#31