Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 64

Thread: Installing OpenLDAP 2.1.x

  1. #21
    Join Date
    Aug 2002
    Posts
    3,959
    Rep Power
    25

    Default Re:Installing OpenLDAP 2.1.x

    Putty to administer the Linux box from Windows.
    If your GUI tool is working properly, you shouldn't need Putty to adminster LDAP. You should be able to do it from the Windows application. 8)

  2. #22
    Join Date
    Aug 2002
    Posts
    3,959
    Rep Power
    25

    Default Re:Installing OpenLDAP 2.1.x

    /etc/init.d/ldap start
    Remember that the command to start LDAP will depend on the type of installation you have used. The command to start a RPM will differ from the command to start the compiled version.


  3. #23
    igodit Guest

    Default Re:Installing OpenLDAP 2.1.x

    GIve me an example of the 'Base'

    I'm getting a ERROR 91each time I try to connect.

    I use cn=Manager and the password

  4. #24
    Join Date
    Jul 2003
    Posts
    424
    Rep Power
    0

    Default Re:Installing OpenLDAP 2.1.x

    User DN
    cn=Manager,dc=example,dc=com

    base
    dc=example,dc=com

    Where your domain is example.com

  5. #25
    igodit Guest

    Default Re:Installing OpenLDAP 2.1.x

    How do I check my IPTABLES to see if my request is being blocked?

  6. #26
    Join Date
    Jul 2003
    Posts
    424
    Rep Power
    0

    Default Re:Installing OpenLDAP 2.1.x

    Are you using IPTABLES? Did you put no firewall when you were installing? If so it is not a case of packet filtering.

    If you run ntsysv, use spacebar to remove it from the list of services taht are started at boot ime. The GUI interface also has a services dialog box.

    Easiest way is to stop it just to check is.
    /etc/rc.d/init.d/iptables stop


  7. #27
    Join Date
    Aug 2002
    Posts
    3,959
    Rep Power
    25

    Default Re:Installing OpenLDAP 2.1.x

    What command are you using and where are you using it?

    Are you sure that ldap is running? Type the following command:

    netstat -a | grep ldap

    You should get a result stating that ldap is listening. If you don't get this result, ldap is not running.

    You could also try typing:

    ps aux | more

    Look and see if there is anything re: ldap there.

  8. #28
    igodit Guest

    Default Re:Installing OpenLDAP 2.1.x

    I got a successful connection to the LDAP server, now I'm receiveing this error message:

    Successfully connected to 192.168.100.205
    Schema cache does not exist or expired. Fetching new one...
    [ERROR 32] No such object
    LDAP Syntaxes: Total: 28 Invalid: 0 Duplicated: 0
    AttributeTypes: Total: 84 Invalid: 0 Duplicated: 0
    LDAPObjectClasses: Total: 35 Invalid: 0 Duplicated: 0
    MatchingRules: Total: 30 Invalid: 0 Duplicated: 0
    MatchingRulesUse: Total: 25 Invalid: 0 Duplicated: 0
    What do I do next, or what haven't I done?

  9. #29
    Join Date
    Aug 2002
    Posts
    3,959
    Rep Power
    25

    Default Re:Installing OpenLDAP 2.1.x

    How did you resolve the issue?

    What command did you run to get this error?

  10. #30
    igodit Guest

    Default Re:Installing OpenLDAP 2.1.x

    [quote author=jamrock link=board=8;threadid=1696;start=15#msg17952 date=1063722930]
    How did you resolve the issue?

    What command did you run to get this error?
    [/quote]

    I forgot that I did not have LDAP server starting with the bootup and I have to start it manually with the /etc/init.d/ldap start command.

    After I was able to connect. The error messages I got was from LDAP Administrator

Posting Permissions

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