Categorygithub.com/NGRsoftlab/ngr-ldapper
modulepackage
1.0.8
Repository: https://github.com/ngrsoftlab/ngr-ldapper.git
Documentation: pkg.go.dev

# README

ngr-ldapper

Lib for working with ldap

import (
    ldapper "github.com/NGRsoftlab/ngr-ldapper"
)

or (if you want ^^)

import (
    ldapCommon "github.com/NGRsoftlab/ngr-ldapper"
)

# Functions

No description provided by the author
Reading full AD structure.
Reading all users from grp.
Reading root AD dirs (ou).
Reading AD subDirs in grp.
Reading user info from AD.
No description provided by the author
Test search in AD baseDn path.
Test auth in AD.

# Constants

For get AD struct.
department pattern.
user obj in ou pattern.
No description provided by the author
User search AD pattern.
User search openLdap pattern.

# Structs

Full AD struct.
Department obj from AD struct.
Short info for showing.
/////////////////////////////////////////////.
User info from AD struct.