Results 1 to 2 of 2
hi..
im trying to configure OpenLDAP on my CentOS
im found a tutorial on how to do the installation on the OpenLDAP as my directory server ..as per this link
...
- 09-07-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 1
OpenLDAP
hi..
im trying to configure OpenLDAP on my CentOS
im found a tutorial on how to do the installation on the OpenLDAP as my directory server ..as per this link
* please refer to the attachments..im having problem where i cant paste a URLs..sorry about this
pls assist me with this
im very new to linux as well as directory servers..
thanks in advance
- 09-08-2009 #2
Is ldapadd in your PATH? Post the output of:
For me, ldapadd is located in /usr/bin. If that's not part of your PATH (and it should be), add it with:Code:whereis ldapadd echo $PATH
Code:export PATH=$PATH:/usr/bin


Reply With Quote