Active Directory/Connect: Difference between revisions

Content added Content deleted
m (Automated syntax highlighting fixup (second round - minor fixes))
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 485: Line 485:
{{libheader|OpenLDAP}}
{{libheader|OpenLDAP}}
As it's not currently possible for Wren-cli to access OpenLDAP directly, we embed a Wren script in a C application to complete this task.
As it's not currently possible for Wren-cli to access OpenLDAP directly, we embed a Wren script in a C application to complete this task.
<syntaxhighlight lang="ecmascript">/* active_directory_connect.wren */
<syntaxhighlight lang="wren">/* active_directory_connect.wren */


foreign class LDAP {
foreign class LDAP {