LDAP » Historique » Révision 3
Révision 2 (Patrice Nadeau, 2014-07-23 15:48) → Révision 3/20 (Patrice Nadeau, 2014-07-23 15:49)
LDAP --- h1. Installation <pre><code class="bash"> zyper install openldap2 </code></pre> Si le serveur doit être accessible à partir d'une 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