Lasso Soft Inc. > Home

[LDAP]

[LDAP] creates a new LDAP object. Accepts an optional host name and port to immediately open a connection to a server.

  • Syntax
  • Parameters
(Open: 'ldap.example.com');
  $myLDAP->(Authenticate: 'myusername', 'mysecretpassword');
  Var: 'myResult' = $myLDAP->(Search: 'dc=example,dc=com'; 
    LDAP_Scope_Subtree, '(objectClass=*)', (Array: '*'), False);
  $myLDAP->Close;
?>
Optional Parameters
Host Name The host name of the LDAP server.
Port The port for the LDAP server.
Examples

See the Lasso 8 Language Guide for examples of how to use this tag.

Tag Link [LDAP] Category LDAP
Type Substitution Data Source Any
Support Preferred Version 8.5
Output Type LDAP Security None
Implementation Internal Sets Lasso 8.5

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft