We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Does anyone has a tip?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The tree browser show:
Does anyone has a tip?
The text was updated successfully, but these errors were encountered: