Active Directory/Search for a user: 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 950: Line 950:


Note that, in an actual case, one would need to wrap more LDAP functions to process the search results.
Note that, in an actual case, one would need to wrap more LDAP functions to process the search results.
<syntaxhighlight lang="ecmascript">/* active_directory_search_for_user.wren */
<syntaxhighlight lang="wren">/* active_directory_search_for_user.wren */


var LDAP_SCOPE_SUBTREE = 0x0002
var LDAP_SCOPE_SUBTREE = 0x0002