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

View File

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