Lasso Soft Inc. > Home

[LDAP->Open]

[LDAP->Open] opens a connection to an LDAP server. Requires a host name and port.

  • 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;
?>
Required Parameters
Host Name The host name of the LDAP server.
Optional Parameters
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->Open] Category LDAP
Type Member Data Source Any
Support Preferred Version 8.5
Output Type None 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