我需要根据Google表格中存储的数据从LDAP服务器获取大量信息。谷歌appscript是否有任何库/模块可以这样做?
如果可以在appscript中执行shell命令,如:
ldapsearch -H ldap://ldap.org.website.com -x -D cn=root -w secret -LLL -b "o=myhost" cn=root
然后它会更容易。你知道有任何解决办法吗?
答案 0 :(得分:1)
您无法访问Apps脚本中的shell。 App Script确实有HTTP和JDBC服务。您需要运行其中一个服务作为LDAP服务器的桥梁。
HTTP到LDAP:
https://serverfault.com/questions/372112/is-there-a-simple-ldap-to-http-gateway-out-thereJDBC / LDAP驱动程序:
http://www.openldap.org/jdbcldap/