1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter2.Configuration</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="ch01s03.html" title="Uninstalltion of LAM (Pro)"><link rel="next" href="ch02s02.html" title="Server profiles"></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">Chapter2.Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s03.html">Prev</a></td><th width="60%" align="center"></th><td width="20%" align="right"><a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter2.Configuration"><div class="titlepage"><div><div><h2 class="title"><a name="a_configuration"></a>Chapter2.Configuration</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02.html#idp5384480">General settings</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#idp5386352">Security settings</a></span></dt><dt><span class="section"><a href="ch02.html#idp5390000">Password policy</a></span></dt><dt><span class="section"><a href="ch02.html#idp5393568">Logging</a></span></dt><dt><span class="section"><a href="ch02.html#idp5396688">Change master password</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s02.html">Server profiles</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#idp5399984">Manage server profiles</a></span></dt><dt><span class="section"><a href="ch02s02.html#idp5407856">Editing a server profile</a></span></dt><dt><span class="section"><a href="ch02s02.html#confTypicalScenarios">Typical scenarios</a></span></dt></dl></dd></dl></div><p>After you <a class="link" href="ch01.html" title="Chapter1.Installation">installed</a> LAM you
can configure it to fit your needs. The complete configuration can be done
inside the application. There is no need to edit configuration
files.</p><p>Please point you browser to the location where you installed LAM.
E.g. for Debian/RPM this is http://yourServer/lam. If you installed LAM
via the tar.gz then this may vary. You should see the following
page:</p><div class="screenshot"><div class="mediaobject"><img src="images/login.png"></div></div><p>If you see an error message then you might need to install an
additional PHP extension. Please follow the instructions and reload the
page afterwards.</p><p>Now you are ready to configure LAM. Click on the "LAM configuration"
link to proceed.</p><div class="screenshot"><div class="mediaobject"><img src="images/configOverview.png"></div></div><p>Here you can change LAM's general settings, setup server profiles
for your LDAP server(s) and configure the <a class="link" href="ch06.html" title="Chapter6.Self service (LAM Pro)">self service</a> (LAM Pro). You should start
with the general settings and then setup a server profile.</p><div class="section" title="General settings"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp5384480"></a>General settings</h2></div></div></div><p>After selecting "Edit general settings" you will need to enter the
<a class="link" href="apb.html#a_configPasswords" title="LAM configuration passwords">master configuration password</a>.
The default password for new installations is "lam". Now you can edit
the general settings.</p><div class="section" title="Security settings"><div class="titlepage"><div><div><h3 class="title"><a name="idp5386352"></a>Security settings</h3></div></div></div><p>Here you can set a time period after which inactive sessions are
automatically invalidated. The selected value represents minutes of
inactivity.</p><p>You may also set a list of IP addresses which are allowed to
access LAM. The IPs can be specified as full IP (e.g. 123.123.123.123)
or with the "*" wildcard (e.g. 123.123.123.*). Users which try to
access LAM via an untrusted IP only get blank pages.</p><div class="screenshot"><div class="mediaobject"><img src="images/configGeneral1.png"></div></div></div><div class="section" title="Password policy"><div class="titlepage"><div><div><h3 class="title"><a name="idp5390000"></a>Password policy</h3></div></div></div><p>This allows you to specify a central password policy for LAM.
The policy is valid for all password fields inside LAM admin
(excluding tree view) and LAM self service. Configuration passwords do
not need to follow this policy.</p><div class="screenshot"><div class="mediaobject"><img src="images/configGeneral2.png"></div></div><p>You can set the minimum password length and also the complexity
of the passwords.</p></div><div class="section" title="Logging"><div class="titlepage"><div><div><h3 class="title"><a name="idp5393568"></a>Logging</h3></div></div></div><p>LAM can log events (e.g. user logins). You can use system
logging (syslog for Unix, event viewer for Windows) or log to a
separate file. Please note that LAM may log sensitive data (e.g.
passwords) at log level "Debug". Production system should be set to
"Warning" or "Error".</p><div class="screenshot"><div class="mediaobject"><img src="images/configGeneral3.png"></div></div></div><div class="section" title="Change master password"><div class="titlepage"><div><div><h3 class="title"><a name="idp5396688"></a>Change master password</h3></div></div></div><p>If you would like to change the master configuration password
then enter a new password here.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s03.html">Prev</a></td><td width="20%" align="center"></td><td width="40%" align="right"><a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Uninstalltion of LAM (Pro)</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">Server profiles</td></tr></table></div></body></html>
|