|
|
|
@ -38,10 +38,10 @@ |
|
|
|
|
UIDFieldName = mail; |
|
|
|
|
baseDN = "{{sogo_ldap_base_dn}}"; |
|
|
|
|
{% if sogo_ldap_bind_dn is defined %} |
|
|
|
|
bindDN = "{{sogo_ldap_bind_dn}}"; |
|
|
|
|
bindDN = "{{sogo_ldap_bind_dn}}"; |
|
|
|
|
{% endif %} |
|
|
|
|
{% if sogo_ldap_bind_password is defined %} |
|
|
|
|
bindPassword = "{{sogo_ldap_bind_password}}"; |
|
|
|
|
bindPassword = "{{sogo_ldap_bind_password}}"; |
|
|
|
|
{% endif %} |
|
|
|
|
canAuthenticate = YES; |
|
|
|
|
bindFields = (mail); |
|
|
|
@ -57,10 +57,10 @@ |
|
|
|
|
UIDFieldName = mail; |
|
|
|
|
baseDN = "{{sogo_ldap_base_dn}}"; |
|
|
|
|
{% if sogo_ldap_bind_dn is defined %} |
|
|
|
|
bindDN = "{{sogo_ldap_bind_dn}}"; |
|
|
|
|
bindDN = "{{sogo_ldap_bind_dn}}"; |
|
|
|
|
{% endif %} |
|
|
|
|
{% if sogo_ldap_bind_password is defined %} |
|
|
|
|
bindPassword = "{{sogo_ldap_bind_password}}"; |
|
|
|
|
bindPassword = "{{sogo_ldap_bind_password}}"; |
|
|
|
|
{% endif %} |
|
|
|
|
canAuthenticate = NO; |
|
|
|
|
hostname = "{{sogo_ldap_server}}"; |
|
|
|
|