Example
const ldap = require('nuclei/ldap'); const client = new ldap.Client('ldap://ldap.example.com', 'acme.com'); const results = client.Search('(objectinterface=*)', 'cn', 'mail');
Optional
string
LdapEntry
Was this page helpful?