如何通过LDAP使用Active Directory身份验证对Apache Guacamole进行身份验证?

时间:2019-05-14 18:44:18

标签: active-directory ldap ubuntu-18.04 guacamole

我配置了以下配置后,它没有连接到Active Directory。我无法使用Active Directory帐户登录。可能是什么问题?

我有一个带有Apache Guacamole v1.0.0的Ubuntu服务器18.04。已安装。我想使用LDAP身份验证来验证用户。我已经下载了guacamole-auth-ldap-1.0.0.jar和jldap-4.3.jar扩展名。

ldap主机名:10.10.10.21,10.10.10.22

ldap端口:389

ldap-user-base-dn:OU = Users,DC = zoz,DC = lan

ldap用户名属性:CN

ldap-config-base-dn:OU = Users,DC = zoz,DC = lan

ldap加密方法:无

我希望它应该连接到域控制器。但是,当我使用命令“ ldapsearch”时,出现了无法连接LDAP服务器的错误。

1 个答案:

答案 0 :(得分:0)

请尝试这个

ldap-hostname: 
ldap-port:
ldap-username-attribute: sAMAccountName
ldap-encryption-method: none
ldap-search-bind-dn: binduser@domain.com
ldap-search-bind-password: password
ldap-config-base-dn: dc=domain,dc=local
ldap-user-base-dn: OU=myou,DC=domain,DC=local
ldap-user-search-filter:(objectClass=user)(!(objectCategory=computer))
ldap-max-search-results:400

重新启动Tomcat和gucad