Skip to main content
dirkdigs
New Member
September 18, 2013
Question

Query failed: In order to perform this operation a successful bind must be completed on the connecti

  • September 18, 2013
  • 3 replies
  • 10554 views
Query failed: In order to perform this operation a successful bind must be completed on the connection how do i resolve this ?

    3 replies

    Carl_Windsor_FTNT
    Staff
    Staff
    September 18, 2013
    You don' t provide much detail on what you are trying to achieve or where the error is displayed but it could be: -You are using a simple bind when an authenticated (regular) bind to LDAP is required - The account you are using to bind to the LDAP directory does not have adequate permissions - The connection method you are using is not supported (i.e. LDAPS is required)
    Bromont_FTNT
    Staff
    Staff
    September 18, 2013
    use regular bind instead of simple, make sure you authenticate with a user that is authorized to make LDAP queries
    dirkdigs
    dirkdigsAuthor
    New Member
    September 18, 2013
    regular bind works. thanks.