dep: python -> python3. config etab
This commit is contained in:
parent
0b0f55262d
commit
edbac401b5
|
@ -6,9 +6,9 @@
|
||||||
name:
|
name:
|
||||||
- gnutls-bin
|
- gnutls-bin
|
||||||
- postgresql-client
|
- postgresql-client
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
- python-passlib
|
- python3-passlib
|
||||||
- python-openssl
|
- python3-openssl
|
||||||
- memcached
|
- memcached
|
||||||
|
|
||||||
- gnustep-base-common
|
- gnustep-base-common
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- make
|
- make
|
||||||
- postgresql-server-dev-all
|
- postgresql-server-dev-all
|
||||||
- python
|
- python3
|
||||||
- libzip-dev
|
- libzip-dev
|
||||||
|
|
||||||
- name: '[sogo] sope-git'
|
- name: '[sogo] sope-git'
|
||||||
|
|
|
@ -38,10 +38,10 @@
|
||||||
UIDFieldName = mail;
|
UIDFieldName = mail;
|
||||||
baseDN = "{{sogo_ldap_base_dn}}";
|
baseDN = "{{sogo_ldap_base_dn}}";
|
||||||
{% if sogo_ldap_bind_dn is defined %}
|
{% if sogo_ldap_bind_dn is defined %}
|
||||||
bindDN = "{{sogo_ldap_bind_dn}}";
|
bindDN = "{{sogo_ldap_bind_dn}}";
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sogo_ldap_bind_password is defined %}
|
{% if sogo_ldap_bind_password is defined %}
|
||||||
bindPassword = "{{sogo_ldap_bind_password}}";
|
bindPassword = "{{sogo_ldap_bind_password}}";
|
||||||
{% endif %}
|
{% endif %}
|
||||||
canAuthenticate = YES;
|
canAuthenticate = YES;
|
||||||
bindFields = (mail);
|
bindFields = (mail);
|
||||||
|
@ -57,10 +57,10 @@
|
||||||
UIDFieldName = mail;
|
UIDFieldName = mail;
|
||||||
baseDN = "{{sogo_ldap_base_dn}}";
|
baseDN = "{{sogo_ldap_base_dn}}";
|
||||||
{% if sogo_ldap_bind_dn is defined %}
|
{% if sogo_ldap_bind_dn is defined %}
|
||||||
bindDN = "{{sogo_ldap_bind_dn}}";
|
bindDN = "{{sogo_ldap_bind_dn}}";
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sogo_ldap_bind_password is defined %}
|
{% if sogo_ldap_bind_password is defined %}
|
||||||
bindPassword = "{{sogo_ldap_bind_password}}";
|
bindPassword = "{{sogo_ldap_bind_password}}";
|
||||||
{% endif %}
|
{% endif %}
|
||||||
canAuthenticate = NO;
|
canAuthenticate = NO;
|
||||||
hostname = "{{sogo_ldap_server}}";
|
hostname = "{{sogo_ldap_server}}";
|
||||||
|
|
Loading…
Reference in a new issue