dep: python -> python3. config etab

master
Denis Knauf 2022-12-01 14:13:22 +01:00
parent 0b0f55262d
commit edbac401b5
2 changed files with 8 additions and 8 deletions

View File

@ -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'

View File

@ -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}}";