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 September 11, 2025 05:55
Golang Ldap Authentication, Bind and Search, including Anonymous Bind
package main
import (
"fmt"
"log"
"github.com/go-ldap/ldap/v3"
)
const (