ldif_csv:在C中将LDIF快速序列化为CSV

时间:2021-05-25 11:11:48
【文件属性】:
文件名称:ldif_csv:在C中将LDIF快速序列化为CSV
文件大小:12KB
文件格式:ZIP
更新时间:2021-05-25 11:11:48
C ldif_csv 在C中将LDIF快速序列化为CSV( ) 安装 git clone https://github.com/szechuen/ldif_csv.git cd ldif_csv make 先决条件: gcc或clang (必要时更改Makefile) 用法 ./ldif_csv < input_file.ldif > < output> 其中, <input_file.ldif>的类型为LDIF (WITHOUT LINE WRAP!),而的类型为CSV 样本输入LDIF检索 ldapsearch -x -H ldap:// < host> : < port> -b " " -s sub -LLL -o ldif-wrap=no " " > < input_file
【文件预览】:
ldif_csv-master
----.gitignore(246B)
----base64.h(4KB)
----Makefile(346B)
----LICENSE(11KB)
----base64.c(8KB)
----README.md(953B)
----main.c(8KB)

网友评论