Outils pour utilisateurs

Outils du site


tech:shelldap

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:shelldap [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:shelldap [2026/06/29 17:50] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>LDAP Shell}}
 +
 +
 +# Shelldap
 +
 +Un shell LDAP pour se simplifier la vie
 +
 +
 +## Installation
 +
 +~~~bash
 +apt-get update
 +apt-get install shelldap
 +~~~
 +
 +
 +## Configuration
 +
 +Exemple 1
 +
 +''~/.shelldap.rc''
 +
 +~~~ini
 +server: localhost:389
 +binddn: cn=admin,dc=ce,dc=domain,dc=net
 +bindpass: ***MOT_DE_PASSE***
 +basedn: ou=users,dc=ce,dc=domain,dc=net
 +tls: yes
 +~~~
 +
 +Exemple 2
 +
 +''~/.shelldap.rc''
 +
 +~~~ini
 +server: 192.168.2.10:389
 +binddn: admin
 +bindpass: P@ssw0rd
 +~~~
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki