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

tech:shelldap [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:shelldap [2025/04/04 20:28] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 {{tag>LDAP Shell}} {{tag>LDAP Shell}}
  
 = Shelldap = Shelldap
 +
 Un shell LDAP pour se simplifier la vie Un shell LDAP pour se simplifier la vie
  
-== Installation+## Installation
  
-<code bash>+~~~bash
 apt-get update apt-get update
 apt-get install shelldap apt-get install shelldap
-</code>+~~~
  
-== Configuration+## Configuration
  
 Exemple 1 Exemple 1
-<code ini ~/.shelldap.rc>+ 
 +''~/.shelldap.rc'' 
 + 
 +~~~ini
 server: localhost:389 server: localhost:389
 binddn: cn=admin,dc=ce,dc=domain,dc=net binddn: cn=admin,dc=ce,dc=domain,dc=net
Ligne 20: Ligne 25:
 basedn: ou=users,dc=ce,dc=domain,dc=net basedn: ou=users,dc=ce,dc=domain,dc=net
 tls: yes tls: yes
-</code>+~~~
  
 Exemple 2 Exemple 2
-<code ini ~/.shelldap.rc>+ 
 +''~/.shelldap.rc'' 
 + 
 +~~~ini
 server: 192.168.2.10:389 server: 192.168.2.10:389
 binddn: admin binddn: admin
 bindpass: P@ssw0rd bindpass: P@ssw0rd
-</code> +~~~ 
-== Exemple+
  
tech/shelldap.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki