0

I understand that LDAP Clients request for Schemas in a series of search requests.

I need to understand the exact sequence in which the client makes the calls to the server, and what the server returns as a result.

Can anyone explain or point to where I can look for this information?

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47

1 Answers1

0

For MOST LDAP server implementations, you can follow the information supplied at https://ldapwiki.com/wiki/LDAP%20Query%20For%20Schema

This would output the schema into a LDIF file.

jwilleke
  • 10,467
  • 1
  • 30
  • 51