1 2 3 4 5 6 7 8 9 10
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>AppendixB.Security</title><link rel="stylesheet" type="text/css" href="style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="LDAP Account Manager - Manual"><link rel="up" href="index.html" title="LDAP Account Manager - Manual"><link rel="prev" href="apa.html" title="AppendixA.LDAP schema files"><link rel="next" href="apbs02.html" title="Use of SSL"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">AppendixB.Security</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apa.html">Prev</a></td><th width="60%" align="center"></th><td width="20%" align="right"><a accesskey="n" href="apbs02.html">Next</a></td></tr></table><hr></div><div class="appendix" title="AppendixB.Security"><div class="titlepage"><div><div><h2 class="title"><a name="a_security"></a>AppendixB.Security</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="apb.html#a_configPasswords">LAM configuration passwords</a></span></dt><dt><span class="section"><a href="apbs02.html">Use of SSL</a></span></dt><dt><span class="section"><a href="apbs03.html">LDAP with SSL and TLS</a></span></dt><dt><span class="section"><a href="apbs04.html">Chrooted servers</a></span></dt><dt><span class="section"><a href="apbs05.html">Protection of your LDAP password and directory contents</a></span></dt><dt><span class="section"><a href="apbs06.html">Apache configuration</a></span></dt><dd><dl><dt><span class="section"><a href="apbs06.html#idp6142272">Sensitive directories</a></span></dt><dt><span class="section"><a href="apbs06.html#apache_http_auth">Use LDAP HTTP authentication for LAM</a></span></dt></dl></dd></dl></div><div class="section" title="LAM configuration passwords"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="a_configPasswords"></a>LAM configuration passwords</h2></div></div></div><p>LAM supports a two level authorization system for its
configuration. Therefore, there are two types of configuration
passwords:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><span class="bold"><strong>master configuration
password:</strong></span> needed to change general settings,
create/delete server profiles and self service profiles</p></li><li class="listitem"><p><span class="bold"><strong>server profile password:</strong></span> used
to change the settings of a server profile (e.g. LDAP server and
account types to manage)</p></li></ul></div><p>The master configuration password can be used to reset a server
profile password. Each server profile has its own profile
password.</p><p>Both password types are stored as hash values in the configuration
files for enhanced security.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apa.html">Prev</a></td><td width="20%" align="center"></td><td width="40%" align="right"><a accesskey="n" href="apbs02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">AppendixA.LDAP schema files</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">Use of SSL</td></tr></table></div></body></html>
|