You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can just search for the rootDSE properties, eg ldap.NewSearchRequest("", ldap.ScopeBaseObject, ldap.NeverDerefAliases, 0, 0, false, "(&(objectClass=*))", []string{"dnsHostName"}, nil)
Hi,
I've been looking for ways to retrieve the property value of an LDAP server by searching the Root DSE. However, the library does not provide such functionality. I'm looking specifically at the schema version (object version). In fact, I found only an AD client that can do it: https://support.globalsign.com/Certificate-Automation-Manager/how-check-active-directory-schema-version
Any pointers on how to implement that? I tried to querying my local LDAP server with ldapsearch without success.
Thank you!
The text was updated successfully, but these errors were encountered: