Active Directory/Search for a user: Difference between revisions

m
m (→‎{{header|UNIX Shell}}: Describe LDAP implementation)
m (→‎{{header|REXX}}: fix typo)
Line 384:
{{Works with|ooRexx}}
{{Works with|Regina}}
Uses the [http://directory.apache.org/api/ ApacheUsing 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.
Anonymous user