dep: python -> python3. config etab
This commit is contained in:
parent
0b0f55262d
commit
edbac401b5
|
@ -6,9 +6,9 @@
|
|||
name:
|
||||
- gnutls-bin
|
||||
- postgresql-client
|
||||
- python-psycopg2
|
||||
- python-passlib
|
||||
- python-openssl
|
||||
- python3-psycopg2
|
||||
- python3-passlib
|
||||
- python3-openssl
|
||||
- memcached
|
||||
|
||||
- gnustep-base-common
|
||||
|
@ -35,7 +35,7 @@
|
|||
- libssl-dev
|
||||
- make
|
||||
- postgresql-server-dev-all
|
||||
- python
|
||||
- python3
|
||||
- libzip-dev
|
||||
|
||||
- name: '[sogo] sope-git'
|
||||
|
|
|
@ -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}}";
|
||||
|
|
Loading…
Reference in a new issue