Active Directory/Search for a user: Difference between revisions

m
→‎{{header|REXX}}: Describe LDAP implementation
(Add REXX implementation)
m (→‎{{header|REXX}}: Describe LDAP implementation)
Line 384:
{{Works with|ooRexx}}
{{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.
<lang REXX>/* Rexx */
Anonymous user