Projet

Général

Profil

Actions

LDAP » Historique » Révision 5

« Précédent | Révision 5/20 (diff) | Suivant »
Patrice Nadeau, 2014-10-24 12:35


h1. LDAP

Problème : #26


h2. Installation


zyper install openldap2

Si le serveur doit être accessible à partir d'une autre machine, ouvrir l'application dans le pare-feu :


yast firewall services add service=service:ldap zone=EXT

Démarrage


# Not working yet with systemd or I've not found the way ...
# systemctl enable ldap
chkconfig ldap on
systemctl start ldap

h2. Configuration

La configuration peut être faite avec YaST.
Cette documentation explique la méthode longue (mais complète).

Créer un fichier org.ldif


# The Organization
dn: dc=example,dc=com
objectClass: dcObject
objectClass: organization
o: Example dc: example

# The organizational user container (user)
dn: ou=users,dc=example,dc=com
objectClass: organizationalUnit
ou: users

Mis à jour par Patrice Nadeau il y a environ 10 ans · 5 révisions