Find the answer to your Linux question:
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 ...
  1. #1
    Just 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
    Attached Files Attached Files

  2. #2
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    Is ldapadd in your PATH? Post the output of:
    Code:
    whereis ldapadd
    echo $PATH
    For me, ldapadd is located in /usr/bin. If that's not part of your PATH (and it should be), add it with:
    Code:
    export PATH=$PATH:/usr/bin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...