Skip to content

Commit

Permalink
Merge branch 'drybjed-owncloud-ldap-password'
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Oct 5, 2019
2 parents 20cc7ba + 5b66de2 commit ede99ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/debops.owncloud/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,8 @@ owncloud__ldap_binddn: '{{ ([ owncloud__ldap_self_rdn ] + owncloud__ldap_device_
# The password stored in the account LDAP object used by the Nextcloud service
# to bind to the LDAP directory.
owncloud__ldap_bindpw: '{{ lookup("password", secret + "/ldap/credentials/"
+ owncloud__ldap_binddn | to_uuid + ".password length=32") }}'
+ owncloud__ldap_binddn | to_uuid + ".password length=32 "
+ "chars=alpha,digits,!@_#$%^&*") }}'

# ]]]
# .. envvar:: owncloud__ldap_uri [[[
Expand Down

0 comments on commit ede99ab

Please sign in to comment.