Skip to content

How to get server controls #378

Discussion options

You must be logged in to vote

Hi @pafernandez-oesia, unfortunately this isn't possible in the LdapRecord API right now due to LdapRecord using ldap_bind() (returns bool) instead of ldap_bind_ext() (returns LdapResult|false).

You'd have to implement your own implementation of the LdapRecord\Ldap class and add that method manually.

I'll create an issue for this and patch this in so you can parse the bind result 👍

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@stevebauman
Comment options

@pafernandez-oesia
Comment options

@stevebauman
Comment options

@pafernandez-oesia
Comment options

Answer selected by pafernandez-oesia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants