[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LDAP - pas de fichier slapd.conf crée



> J'ai copier un fichier slapd.conf et configuré SSHA comme dans la doc.
> # /etc/init.d/slapd restart
> Stopping OpenLDAP: slapd.
> Starting OpenLDAP: slapd.
>
> Comment puis-je savoir si tout est bien configuré ?

> verifie que tu as slapd qui tourne vi ps -edf |grep slapd ou via le port :
> netstat -latupen |grep slap

$ ps -edf |grep slapd
openldap  3160     1  0 11:11 ?        00:00:00 /usr/sbin/slapd -h
ldap://127.0.0.1:389/ ldapi:/// -g openldap -u openldap -F
/etc/ldap/slapd.d/
amandine   8129  2738  0 13:05 pts/0    00:00:00 grep slapd

# netstat -latupen |grep slap
tcp        0      0 127.0.0.1:389           0.0.0.0:*
LISTEN      0          10119       3160/slapd
tcp        0      0 127.0.0.1:389           127.0.0.1:48613
ESTABLISHED 111        18969       3160/slapd

Amandine


Reply to: