parent
0fbafdf4cb
commit
1987ffbbc1
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue