Skip to content
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

Added support for multiple objectClasses to be set on the EntityMap. #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matason
Copy link

@matason matason commented May 21, 2014

Currently, a user extends EntityMap and sets, amongst other things, $this->ldap_object_class which expects a string. I am not sure how common it is but in our active directory we have multiple objectClasses and when it came to adding a new user, I needed to set a number of objectClasses for the operation to complete successfully.

This pull request preserves existing functionality in that a user can still set $this->ldap_object_class with a string value but also allows a user to set an array of objectClasses if they so wish.

@chanmix51
Copy link
Owner

I keep your PR in mind.

@matason
Copy link
Author

matason commented May 31, 2014

Thanks, I do think it needs more testing with various LDAP configurations (I've only tested it with our company's active directory).

Happy to work on it more if you have an feedback or input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants