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 7501435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T20:31:48+00:00 2026-05-29T20:31:48+00:00

I understand the basics of relational databases, the basic differences between SQL and MySql

  • 0

I understand the basics of relational databases, the basic differences between SQL and MySql and how to connect to both SQL and MySql databases, setup tables, schemas, run queries etc.

I have started working with a new device which I understand has an LDAP database on it (a Splicecom Maximiser Call Server to be precise). I have the LDAP credentials but know absolutely nothing about LDAP.

Is there an equivalent to MySql workbench or Microsoft SQL Server Management Studio for LDAP? Is an LDAP database relational or some other database model? Can I connect to an LDAP database in the same way I can connect to a SQL or MySql database and run queries or is this something completely different?

I’m hearing the word database and thinking I’ve worked with databases before, databases have tables, schemas and a language you can use to query. If I learn the layout of the database (what data is in what tables, what my primary keys are, what I need to join on, what is indexed and what I need to index etc), then learn the query language I can take what I know about SQL and MySql and apply this to LDAP.

Am I on the right track or not?

Thanks

  • 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-29T20:31:52+00:00Added an answer on May 29, 2026 at 8:31 pm

    LDAP is not a relational database. In fact, it’s not a general-purpose “database” at all, it’s a tree-structured directory.

    A lot of the concepts you’re familiar with from relational databases don’t really apply to LDAP. For example, there are no “tables” and there’s no “join” operation.

    An LDAP entry is a collection of attributes. Entries are arranged in a tree structure, and are uniquely identified by a “distinguished name” that is the path to that object in the tree. For example:

    cn=Joe Smith,ou=Users,dc=example,dc=com

    Would be an entry with Common Name (cn) “Joe Smith” in the “Users” organizational unit (ou) within the “example.com” (dc=example,dc=com) directory.

    The most basic operation in LDAP is the search, which takes a “search base” and a filter string. For example, using a command-line LDAP tool you might say:

    ldapsearch -b"dc=example,dc=com" "cn=Joe S*"
    

    to find the entry above and return all attributes. (Note the use of the “*” wildcard in the search filter). You can also query other attributes, build more complex queries with “and” and “or”, specify what attributes you want returned, etc.

    One good way to get a feel for a particular LDAP directory is to browse around in it with a tool such as ldapsearch (command line) or Apache Directory Studio (GUI).

    ps. personally, I would recommend using the terminology “LDAP directory” instead of “LDAP database” — the word “database” tends to create the expectation that LDAP can do things (JOINs, aggregate operations, etc.) it’s simply not designed for.

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

Sidebar

Related Questions

I'm new to TVP in SQL Server and trying to understand the basics. I
I understand the basics of networking such as Lan and stuff. I know what
I understand the basics of Rx. Where I'm struggling is how you would actually
I'm trying to understand the basics of lambda calculus and Church numerals. I have
I am trying to optimize my program. I think I understand the basics of
I am digging into LINQ--trying to understand basic models (it seems pretty cool to
I am trying to better understand basic concepts in OOP. What are static and
I think I understand the basic principals of T4 but I'm having a hard
I don't truly understand some basic things in C like dynamically allocating array of
I'm trying to understand the basic MVVM design approach, but I dont' understand where

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.