Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing schema location in RootDSE #39

Open
WillianBR opened this issue Sep 19, 2023 · 0 comments
Open

Missing schema location in RootDSE #39

WillianBR opened this issue Sep 19, 2023 · 0 comments

Comments

@WillianBR
Copy link

Folks,

I'm running the the examples of https://github.com/vjeantet/ldapserver.git. The example complex/main.go is failed when I do the connection using "Apache Directory Studio".

The authentication process is going just fine. But when the ADS try to get the LDAP Tree, we get a error:

"Missing schema location in RootDSE, using default schema."

The handler function handleSearchDSE() raise the error the the log output is:

Request BaseDn=
2023/09/19 15:46:21 Request Filter=objectClass
2023/09/19 15:46:21 Request FilterString=(objectClass=*)
2023/09/19 15:46:21 Request Attributes=[namingContexts subschemaSubentry supportedLDAPVersion supportedSASLMechanisms supportedExtension supportedControl supportedFeatures vendorName vendorVersion + objectClass]
2023/09/19 15:46:21 Request TimeLimit=0
2023/09/19 15:46:21 >>> 3 - SearchResultEntry - hex=3081b30201026481ad04003081a8301f040a76656e646f724e616d653111040f56616cc3a87265204a45414e5445543018040d76656e646f7256657273696f6e31070405302e302e313026040b6f626a656374436c61737331170403746f700410657874656e7369626c654f626a656374301b0414737570706f727465644c44415056657273696f6e31030401333026040e6e616d696e67436f6e7465787473311404126f3d4d7920436f6d70616e792c20633d5553
2023/09/19 15:46:21 >>> 3 - SearchResultDone - hex=300c02010265070a010004000400
2023/09/19 15:46:21 <<< 3 - SearchRequest - hex=&{3028020103632304000a01000a0100020100020100010100870b6f626a656374436c617373300304012a}
2023/09/19 15:46:21 
2023/09/19 15:46:21  ROUTE MATCH ; Search - ROOT DSE
2023/09/19 15:46:21 
2023/09/19 15:46:21

The tree browser show:
2023-09-19 15_49_48-LDAP - cn=Valere JEANTET,o=My Company, c=US - GO-Lang Examples - Complex - Apach

Does anyone has a tip?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant