GO语言的ActiveDirectory/LDAP身份验证客户端包是什么?

huangapple go评论74阅读模式
英文:

ActiveDirectory/ LDAP Authentication client package for GO Language?

问题

我正在使用以下的Node.js模块进行LDAP身份验证和在特定组中搜索用户。我想在我的GO程序中实现类似的功能,但是我很难找到合适的模块。我确实尝试了谷歌,但是没有找到一个稳定可靠的GO语言模块。请给予建议。

https://www.npmjs.com/package/activedirectory

英文:

I am using the below nodejs module for LDAP authentication and searching user in a particular group. I want to do similar for my GO program but i am having a hard time finding the right module. I definitely tried google but not coming across a decent stable module for GO lang. Please advise ?

https://www.npmjs.com/package/activedirectory

答案1

得分: 3

你可能想尝试这个模块:https://github.com/go-ldap/ldap

英文:

You might wanna try this module https://github.com/go-ldap/ldap

huangapple
  • 本文由 发表于 2015年6月2日 11:47:25
  • 转载请务必保留本文链接:https://go.coder-hub.com/30586970.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定