GithubHelp home page GithubHelp logo

minkuan88 / react-native-ldapts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ldapts/ldapts

0.0 0.0 0.0 597 KB

LDAP client written in typescript

License: MIT License

TypeScript 94.82% JavaScript 5.08% Shell 0.10%

react-native-ldapts's People

Contributors

adrianplavka avatar dependabot-preview[bot] avatar hasegawa-jun avatar hikaru7719 avatar israelfrid avatar jgeurts avatar stiller-leser avatar willmcenaney avatar

react-native-ldapts's Issues

Connection closed before message response was received. Message type: BindRequest (0x60)

React-Native library using setup LDAP
react-native-ldapts

React-native
react-native-cli: 2.0.1
node : - v18.5.0
react-native": "^0.62.2"

I am trying to connect server still getting error
-------> Connection closed before message response was received. Message type: BindRequest (0x60)

// Request &. Setup:
import { Client } from 'react-native-ldapts/Client';

const url = 'ldap://ldap.********:123';
const bindDN = 'cn=xxxx,dc=xxxxxx,dc=xxxx,dc=xxx';
const password = 'xxxxxxxxxxxxxxxxxx';
const searchDN = 'XXXX,dc=XXXX,dc=XXX';

//////request Init Setup *******************
const client = new Client({
url,
});

  try {
    await client.bind(bindDN, password);
  
    //const { searchEntries, searchReferences } = await client.search(searchDN);
    //console.log("searchEntries&*******", searchEntries)
    //console.log("searchReferences&*******", searchReferences)

  } catch (ex) {
    console.log("isAuthenticated*******************", ex);
    throw ex;
  } finally {
    console.log("isAuthenticated*******************");
    await client.unbind();
  }

Result Error ->.

socket-0 _read
socket-0 Socket._read resume
socket-0 connecting, host: ldap.xxxx.xxxxxxx.xxx port: xxx
{"details": {"bssid": null, "ipAddress": "000.000.000.000", "isConnectionExpensive": false, "ssid": null, "subnet": "000.000.000.000"}, "isConnected": true, "isInternetReachable": true, "type": "wifi"}
socket-0 received connect
socket-0 received close
isAuthenticated******************* [Error: Connection closed before message response was received. Message type: BindRequest (0x60)]
isAuthenticated*******************

NOTE: - Connection closed before message response was received. Message type: BindRequest
Please help Me Is any one solution for React-Native Application

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.