Activity for gal ch

  • gal ch gal ch posted a comment on discussion Discussions

    I want use LDAP in android studio, I use UnboundID LDAP SDK for Java in the latest version. I use the command: LDAPConnection ldap = new LDAPConnection("xxx.xxx.xx.xx", 389,"uid=guest3,ou=Users,dc=gal,dc=local", guest3); Connection details: host: xxx.xxx.xx.xx port: 389 dn: uid=guest3,ou=Users,dc=gal,dc=local password: guest3 But When I try to connect to the LDAP server, I get the following error: LDAPException(resultCode=82 (local error), errorMessage='An error occurred while encoding the LDAP message...

1