1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00

Update weave_storage.diff

This commit is contained in:
abeudin 2013-12-16 15:32:52 +01:00
parent 6d1ef428bd
commit de4b2d53f1

View file

@ -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");