LDAP » Historique » Révision 2
Révision 1 (Patrice Nadeau, 2014-07-23 15:29) → Révision 2/20 (Patrice Nadeau, 2014-07-23 15:48)
LDAP
---
h1. Installation
<pre><code class="bash">
zyper install openldap2
</code></pre>
Si le serveur doit être accessible à partir dune autre machine, ouvrir l'application dans le pare-feu :
<pre><code class="bash">
yast firewall services add service=service:ldap zone=EXT
</code></pre>
Démarrage
<pre><code class="bash">
# Not working yet with systemd or I've not found the way ...
# systemctl enable ldap
chkconfig ldap on
systemctl start ldap
</code></pre>
h1. Configuration