Skip to content
Snippets Groups Projects
Verified Commit 1987ffbb authored by ynerant's avatar ynerant
Browse files

Fix installation


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 0fbafdf4
No related branches found
No related tags found
1 merge request!315Hello world!
......@@ -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
......
......@@ -85,7 +85,7 @@ AUTH_LDAP_GROUP_SEARCH = LDAPSearch(
{{ printer.ldap.group_search|tojson }},
ldap.SCOPE_SUBTREE,
"(objectClass=posixGroup)",
# )
)
AUTH_LDAP_GROUP_TYPE = PosixGroupType()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment