Categorygithub.com/go-adsi/adsi
repositorypackage
0.0.0-20240917173553-4548be3c5fae
Repository: https://github.com/go-adsi/adsi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-adsi (Go language bindings for ADSI) Go Reference

This package provides access to the Active Directory Service Interfaces that are available through the Windows component object model API. This package should compile on any platform but implementations are only provided for Windows.

The adsi package provides high level and idiomatic access to ADSI. It in turn relies on the api package, which handles the low level details of COM binding and is analogous to Go's syscall package.

This project is a work in progress. Only a small subset of the available interfaces have been implemented.