Google Appscript可以从LDAP服务器获取信息吗?

时间:2016-10-03 16:48:35

标签: shell google-apps-script ldap ldap-query

我需要根据Google表格中存储的数据从LDAP服务器获取大量信息。谷歌appscript是否有任何库/模块可以这样做?

如果可以在appscript中执行shell命令,如:

ldapsearch -H ldap://ldap.org.website.com -x -D cn=root -w secret -LLL -b "o=myhost" cn=root

然后它会更容易。你知道有任何解决办法吗?

1 个答案:

答案 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-there

     

JDBC / LDAP驱动程序:
  http://www.openldap.org/jdbcldap/