Try this: sh-2.05b$ rpm -qa | grep ldap openldap-clients-2.0.25-1 nss_ldap-198-3 openldap12-1.2.13-5 openldap-devel-2.0.25-1 php-ldap-4.2.2-8.0.5 openldap-servers-2.0.25-1 openldap-2.0.25-1
The server would be openldap-servers. If it's there, to check if it's running/enabled: sh-2.05b# chkconfig --list ldap ldap 0:off 1:off 2:on 3:on 4:on 5:on 6:off sh-2.05b# service ldap status slapd (pid 17226 16573 15940 14438 13603 12926 12925 12920 12919 12915) is running... If it's not enabled and you want to it start at boot do: chkconfig ldap on service ldap start -Steve -----Original Message----- From: Jody Cleveland [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 1:15 PM To: Redhat-List (E-mail) Subject: how do I tell if ldap is installed/running? Hello, I think I told redhat to install openldap when I set it up, how can I tell? I didn't see anything in services. -- Jody Cleveland ([EMAIL PROTECTED]) -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list