File: apbs05.html

package info (click to toggle)
ldap-account-manager 3.7-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 34,660 kB
  • sloc: php: 49,813; perl: 305; makefile: 169; sh: 156; pascal: 132; xml: 111
file content (5 lines) | stat: -rw-r--r-- 2,230 bytes parent folder | download
1
2
3
4
5
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Protection of your LDAP password and directory contents</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="apb.html" title="AppendixB.Security"><link rel="prev" href="apbs04.html" title="Chrooted servers"><link rel="next" href="apbs06.html" title="Apache configuration"></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">Protection of your LDAP password and directory contents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apbs04.html">Prev</a></td><th width="60%" align="center">AppendixB.Security</th><td width="20%" align="right"><a accesskey="n" href="apbs06.html">Next</a></td></tr></table><hr></div><div class="section" title="Protection of your LDAP password and directory contents"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp6139712"></a>Protection of your LDAP password and directory contents</h2></div></div></div><p>You have to install the MCrypt extension for PHP to enable
      encryption.</p><p>Your LDAP password is stored encrypted in the session file. The
      key and IV to decrypt it are stored in two cookies. We use MCrypt/AES to
      encrypt the password. All data that was read from LDAP and needs to be
      stored in the session file is also encrypted.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apbs04.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="apb.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="apbs06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chrooted servers</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">Apache configuration</td></tr></table></div></body></html>