LDAP » Historique » Version 3
Patrice Nadeau, 2014-07-23 15:49
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 | 3 | Patrice Nadeau | Si le serveur doit être accessible à partir d'une autre machine, ouvrir l'application dans le pare-feu : |
12 | 2 | Patrice Nadeau | <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 |