LDAPAccountManager/lam-web/documentation/LAMPro-HowTo/ch01.html

11 lines
3.6 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 1. Self service</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="LDAP Account Manager Pro - HowTo"><link rel="up" href="index.html" title="LDAP Account Manager Pro - HowTo"><link rel="prev" href="index.html" title="LDAP Account Manager Pro - HowTo"><link rel="next" href="ch01s02.html" title="Creating a self service profile"></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">Chapter 1. Self service</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="id2545083"></a>Chapter 1. Self service</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01.html#id2521333">Preparations</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#id2545105">OpenLDAP ACLs</a></span></dt><dt><span class="section"><a href="ch01.html#id2545169">Other LDAP servers</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s02.html">Creating a self service profile</a></span></dt><dt><span class="section"><a href="ch01s03.html">Edit your new profile</a></span></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2521333"></a>Preparations</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2545105"></a>OpenLDAP ACLs</h3></div></div></div><p>By default only a few administrative users have write access to
the LDAP database. Before your users may change their settings you
must allow them to change their LDAP data.</p><p>This can be done by adding an ACL to your slapd.conf which looks
like this:</p><p><span class="bold"><strong>access to</strong></span></p><p><span class="bold"><strong>
attrs=mail,sn,givenName,telephoneNumber,mobile,facsimileTelephoneNumber,street,postalAddress,postOfficeBox,postalCode,password</strong></span></p><p><span class="bold"><strong> by self write</strong></span></p><p>If you do not want them to change all attributes then reduce the
list to fit your needs. Some modules may require additional LDAP
attributes.</p><p>Usually, the slapd.conf file is located in /etc/ldap or
/etc/openldap.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2545169"></a>Other LDAP servers</h3></div></div></div><p>There exist many LDAP implementations. If you do not use
OpenLDAP you need to write your own ACLs. Please check the manual of
your LDAP server for instructions.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">LDAP Account Manager Pro - HowTo </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Creating a self service profile</td></tr></table></div></body></html>