{{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 ~~~