Actions
LDAP » Historique » Révision 14
« Précédent |
Révision 14/20
(diff)
| Suivant »
Patrice Nadeau, 2016-06-24 16:14
h1. LDAP
Problème : #26
{{lastupdated_at}} {{lastupdated_by}}
openSUSE Leap 42.1
h2. Installation
zyper install yast2-auth-server krb5-client krb5-server
Si le serveur doit être accessible à partir d'une autre machine, ouvrir l'application dans le pare-feu :
yast firewall services add service=service:openldap zone=EXT
Démarrage
systemctl enable slapd,service
systemctl start slapd.service
h2. Configuration
h3. YaST
yast users
Authentication Settings¶
Configure¶
h3. CLI
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 plus de 8 ans · 14 révisions