mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
mod_storage_ldap: change :users() to :nodes().
That reflects changes to storagemanager API in 3.14.0.
This commit is contained in:
parent
cab6fb8b78
commit
0b1103faf8
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ function driver:stores(username, type, pattern)
|
||||||
return nil, "not implemented";
|
return nil, "not implemented";
|
||||||
end
|
end
|
||||||
|
|
||||||
function driver:store_exists(username, datastore, type)
|
function driver:store_exists(username, type)
|
||||||
return nil, "not implemented";
|
return nil, "not implemented";
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -236,7 +236,7 @@ function driver:purge(username)
|
||||||
return nil, "not implemented";
|
return nil, "not implemented";
|
||||||
end
|
end
|
||||||
|
|
||||||
function driver:users()
|
function driver:nodes(type)
|
||||||
return nil, "not implemented";
|
return nil, "not implemented";
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue