LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ldap server (https://www.linuxquestions.org/questions/linux-networking-3/ldap-server-100646/)

ahshin 10-05-2003 08:41 PM

ldap server
 
hi all,
I've been building a ldap server for weeks but still can't get it done. can anyonw help me on this matter? I'm building a ldap server to authenticate linux client.

thanks in advance!
ahshin

chort 10-05-2003 09:38 PM

Er, it would really help if you had specific questions. "can't get it done" is not very descriptive of the problem you're having.

ahshin 10-05-2003 10:05 PM

hi chort!

I'm sorry for the poor description! I'm using RH8.0 as the server and the specs are as below:
openldap-2.1.17
openssl-0.9.6g
cyrus-sasl-2.1.15

I install all the software manually (unzip the tar file and run ./config follow by make, make install) but when i type rpm -q openldap, it srill give me the default version of openldap exixting in redhat 8.0 which is 2.0.x and not 2.1.17.

can you tell me where do i go wrong??

thanks
ahshin

Robert0380 10-06-2003 01:17 AM

installing from source will not update the rpm database. if you want to remove the rpm one try:

rpm -e openldap or something.

installing from source does not affect rpm stuff and installing from srouce will not show up in rpm -q

ahshin 10-06-2003 01:50 AM

i see, thanks Robert!!!


All times are GMT -5. The time now is 05:47 PM.