Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | no |
Symfony version | >=3.4 |
Hello,
I'm trying to run ldap_modify_batch() to let users change their passwords in Active Directory, but the LDAP component won't let me get the $resource for it, all the fields and getters are private. I can't see any easy way to extend this or even just get the resource so I can call the function directly.
Is there a way to extend it that I'm missing, or a way to get the resource out?