Projet

Général

Profil

LDAP » Historique » Version 2

Patrice Nadeau, 2014-07-23 15:48

1 1 Patrice Nadeau
LDAP
2
3
---
4
5
h1. Installation
6
7
<pre><code class="bash">
8
zyper install openldap2
9
</code></pre>
10
11 2 Patrice Nadeau
Si le serveur doit être accessible à partir dune autre machine, ouvrir l'application dans le pare-feu :
12
<pre><code class="bash">
13
yast firewall services add service=service:ldap zone=EXT
14
</code></pre>
15
16
Démarrage
17
<pre><code class="bash">
18
# Not working yet with systemd or I've not found the way ...
19
# systemctl enable ldap
20
chkconfig ldap on
21
systemctl start ldap
22
</code></pre>
23
24 1 Patrice Nadeau
h1. Configuration