About LDAP4D_Authorize:

There ain't much to it. But the price is right.
Three methods:

LDAP_Authorize
LDAP_SetPlugin
LDAP_GetPlugin


You must have 4D internet tools and ITK in your Mac4DX or Win4DX folder in order to compile. It should compile with all variables typed.

Note: I left this component up here because substantial parts of the functionality of LDAP4D were stripped out - primarily the search stuff.

FOR DEVELOPERS:

Here is a sample piece of code. If you can't figure this out, you're not a developer.

	C_BOOLEAN($bTestAuthorize
	  $bTestAuthorize:=LDAP_Authorize ("192.168.1.103";"Mot Nosnews";"please")
	  If ($bTestAuthorize)
		ALERT("Success!")
	  Else 
		ALERT("failure!")
	  End if
	  

The first parm can be a DNS name of the LDAP server or an IP address.