Active Directory/Search for a user: Difference between revisions

Content added Content deleted
(Add REXX implementation)
m (→‎{{header|REXX}}: Describe LDAP implementation)
Line 384: Line 384:
{{Works with|ooRexx}}
{{Works with|ooRexx}}
{{Works with|Regina}}
{{Works with|Regina}}
Uses the [http://directory.apache.org/api/ Apache LDAP API], connecting to a local [http://directory.apache.org/apacheds/1.5/ ApacheDS] LDAP directory server.

A little contrived; this [[REXX]] program drives the <tt>ldapsearch</tt> command.
A little contrived; this [[REXX]] program drives the <tt>ldapsearch</tt> command.
<lang REXX>/* Rexx */
<lang REXX>/* Rexx */