英文:
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 ?
答案1
得分: 3
你可能想尝试这个模块:https://github.com/go-ldap/ldap
英文:
You might wanna try this module https://github.com/go-ldap/ldap
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论