old-www/HOWTO/Apache-Overview-HOWTO-10.html

35 lines
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Apache Overview HOWTO: Authentication modules</TITLE>
<LINK HREF="Apache-Overview-HOWTO-11.html" REL=next>
<LINK HREF="Apache-Overview-HOWTO-9.html" REL=previous>
<LINK HREF="Apache-Overview-HOWTO.html#toc10" REL=contents>
</HEAD>
<BODY>
<A HREF="Apache-Overview-HOWTO-11.html">Next</A>
<A HREF="Apache-Overview-HOWTO-9.html">Previous</A>
<A HREF="Apache-Overview-HOWTO.html#toc10">Contents</A>
<HR>
<H2><A NAME="s10">10. Authentication modules</A></H2>
<P>In many situations (subscription services, sensitive information,
private areas), user authentication is required. Apache includes basic authentication
support. Additional authentication modules exist that connect Apache to
existing security frameworks or databases, including: NT Domain
controller, Oracle, mySQL, PostgresSQL, etc.
<P>The LDAP modules are specially interesting, as they allow integration with
company and enterprise wide existing directory services.
<P>You can find these modules at
<A HREF="http://modules.apache.org">http://modules.apache.org</A>.
<P>
<P>
<P>
<HR>
<A HREF="Apache-Overview-HOWTO-11.html">Next</A>
<A HREF="Apache-Overview-HOWTO-9.html">Previous</A>
<A HREF="Apache-Overview-HOWTO.html#toc10">Contents</A>
</BODY>
</HTML>