Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4560118
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T17:53:08+00:00 2026-05-21T17:53:08+00:00

Is it possible (I am trying) to connect to Mac OS X 10.6 server

  • 0

Is it possible (I am trying) to connect to Mac OS X 10.6 server via php? My LDAP service is running.

Here is what I have tried:

    // using ldap bind
    $ldaprdn  = 'diradmin';     // ldap rdn or dn
    $ldappass = 'password';  // associated password

    // connect to ldap server
    $ldapconn = ldap_connect("server.example.com")
        or die("Could not connect to LDAP server.");
    ldap_set_option( $ldapconn, LDAP_OPT_PROTOCOL_VERSION, 3 );

    if ($ldapconn) {

        // binding to ldap server
        $ldapbind = ldap_bind($ldapconn, $ldaprdn, $ldappass);

        // verify binding
        if ($ldapbind) {
            echo "LDAP bind successful...";
        } else {
            echo "LDAP bind failed...";
        }

    }

ERROR MESSAGE:
Message: ldap_bind(): Unable to bind to server: Invalid DN syntax

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T17:53:09+00:00Added an answer on May 21, 2026 at 5:53 pm

    Try making the following change in your code. This works for me with Mac OS X 10.5 Server. As far as I know 10.6 didn’t really change much with regards to LDAP.

    $ldaprdn="uid=diradmin,cn=users,dc=server,dc=example,dc=com";
    
    // assumes ldap server is server.example.com
    

    I highly recommend using LDAP Manager (for Mac) to view your OS X Server’s LDAP Directory tree. LDAP Manager

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was trying to connect with ftp server using ftp_connect() function of PHP as
I have a flash game. I've been trying to connect it to a php
I'm trying to figure out if it's possible to connect across missing values using
I'm trying to connect to a server using https and when I do it
Good morning. I am trying to connect multiple Server machines to an Azure Service
I'm trying to connect to my LDAP Server which uses Kerberos for password management.
I am trying to connect to the SQL Server from Visual Web Developer using
I am trying to connect via c# and via javascript to an xmpp server
I am trying to connect to mysql database in a PHP script run via
I'm trying to connect to a secure SOAP server using NuSOAP. (I gave the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.