diff --git a/conf/weave_storage.diff b/conf/weave_storage.diff index 1ca7c8c..ac322f7 100644 --- a/conf/weave_storage.diff +++ b/conf/weave_storage.diff @@ -4,7 +4,7 @@ function create_user($username, $password) { -+ $mail = $auth_user ++ $mail = $auth_user; + $dn = "ou=users,dc=yunohost,dc=org"; + $filter = "(&(objectclass=inetOrgPerson)(mail=".$mail."))"; + $justthese = array("uid");