ldap

所属分类:特征抽取
开发工具:GO
文件大小:47KB
下载次数:0
上传日期:2018-10-24 18:43:11
上 传 者sh-1993
说明:  GO编程语言的基本LDAP v3功能。
(Basic LDAP v3 functionality for the GO programming language.)

文件列表:
.travis.yml (747, 2017-09-28)
LICENSE (1155, 2017-09-28)
Makefile (1178, 2017-09-28)
add.go (3336, 2017-09-28)
atomic_value.go (188, 2017-09-28)
atomic_value_go13.go (452, 2017-09-28)
bind.go (4167, 2017-09-28)
client.go (737, 2017-09-28)
compare.go (2882, 2017-09-28)
conn.go (12903, 2017-09-28)
conn_test.go (9964, 2017-09-28)
control.go (13542, 2017-09-28)
control_test.go (3636, 2017-09-28)
debug.go (390, 2017-09-28)
del.go (2148, 2017-09-28)
dn.go (7698, 2017-09-28)
dn_test.go (6826, 2017-09-28)
doc.go (70, 2017-09-28)
error.go (6529, 2017-09-28)
error_test.go (2688, 2017-09-28)
example_test.go (7708, 2017-09-28)
filter.go (15347, 2017-09-28)
filter_test.go (6916, 2017-09-28)
ldap.go (10406, 2017-09-28)
ldap_test.go (6497, 2017-09-28)
modify.go (5929, 2017-09-28)
passwdmodify.go (5460, 2017-09-28)
search.go (14912, 2017-09-28)
search_test.go (722, 2017-09-28)

Basic LDAP v3 functionality for the GO programming language. Required Libraries: github.com/mmitton/asn1-ber Working: Connecting to LDAP server Binding to LDAP server Searching for entries Compiling string filters to LDAP filters Paging Search Results Mulitple internal goroutines to handle network traffic Makes library goroutine safe Can perform multiple search requests at the same time and return the results to the proper goroutine. All requests are blocking requests, so the goroutine does not need special handling Tests Implemented: Filter Compile / Decompile TODO: Modify Requests / Responses Add Requests / Responses Delete Requests / Responses Modify DN Requests / Responses Compare Requests / Responses Implement Tests / Benchmarks

近期下载者

相关文件


收藏者