• Resolved udayjdesai

    (@udayjdesai)


    I am using this plugin and will be using LDAP Logins. I am getting the error when I don’t fill LDAP Directory User and LDAP Directory User Password. Can you let me know what this should be. Also can you let me know what all fields are mandatory. The error that I am getting is “Warning: ldap_search(): Search: Operations error in” and “Warning: ldap_get_entries() expects parameter 2 to be resource, boolean given in”.

Viewing 1 replies (of 1 total)
  • Plugin Author Paul Ryan

    (@figureone)

    I can’t tell you which specific fields are required because they are different for every LDAP setup. Directory User and Password is for the service account that has access to LDAP to perform bind operations. If you’re getting an “operations error” when attempting an anonymous bind, it probably means that the server does not allow anonymous binds, so you’ll need to provide a username and password that has access. This service account looks up the user logging in by the username they provide, and then attempts to bind to that account with the password supplied by the logging in user.
    https://stackoverflow.com/questions/17742751/ldap-operations-error

Viewing 1 replies (of 1 total)

The topic ‘Query related to plugin: Authorizer’ is closed to new replies.