Categorygithub.com/shubinmi/ldap
modulepackage
0.9.12
Repository: https://github.com/shubinmi/ldap.git
Documentation: pkg.go.dev

# README

LDAP / Active Directory

Golang LDAP/Active Directory API wrapper around https://github.com/go-ldap/ldap. WS Agent and Server for LDAP RPC

Why

  • This repo has high level wrapper around some main functions https://github.com/go-ldap/ldap
  • Because it allows you to serve LDAP RPC for this function from the box

Contribute

  • Create tests_conf.json with data
  • { "ldap": { "url": "ldap://corp.test.com", "dn": "dc=corp,dc=test,dc=com", "user": "corp\\test.user", "pass": "testPass" }, "tests" : { "client": { "auth": { "dn": "CN=Test User,OU=Users,OU=St-Petersburg,OU=Staff,DC=corp,DC=test,DC=com" }, "groupUsers": { "nodeDN": "CN=Clients,OU=Products,OU=Service Accounts,DC=corp,DC=test,DC=com" }, "ouUsers": { "nodeDN": "TestGroup", "wantNames": ["Test 1", "Test 2"] } }, "server": { "auth": { "data": "{\"Name\":\"Test User\",\"DN\":\"CN=Test User,OU=Users,OU=St-Petersburg,OU=Staff,DC=corp,DC=test,DC=com\",\"CN\":\"Test User\",\"Mail\":\"[email protected]\",\"Phone\":\"\",\"Logon\":\"test.user\"}", "params": "{\"login\":\"corp\\\\test.user\",\"pass\":\"testPass\"}" } } } }
  • Run tests in real ldap network

# Packages

No description provided by the author

# Functions

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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

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

# Interfaces

No description provided by the author