Fix installation

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2022-03-21 15:57:19 +01:00
parent 0fbafdf4cb
commit 1987ffbbc1
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ glob_printer:
address: "{{ query('ldap', 'ip', ansible_hostname, 'lp') | ipv4 | first }}"
port: 9751
debug: false
owner: root
owner: www-data
group: _nounou
version: main
settings_local_owner: www-data

View File

@ -85,7 +85,7 @@ AUTH_LDAP_GROUP_SEARCH = LDAPSearch(
{{ printer.ldap.group_search|tojson }},
ldap.SCOPE_SUBTREE,
"(objectClass=posixGroup)",
# )
)
AUTH_LDAP_GROUP_TYPE = PosixGroupType()