Skip to content

Instantly share code, notes, and snippets.

View StarBuckR's full-sized avatar

Rıdvan Tülemen StarBuckR

View GitHub Profile
@StarBuckR
StarBuckR / main.go
Last active April 29, 2024 07:50
Golang Ldap Authentication, Bind and Search, including Anonymous Bind
package main
import (
"fmt"
"log"
"github.com/go-ldap/ldap/v3"
)
const (