mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] List root ssh keys
This commit is contained in:
parent
a735f68cc9
commit
6a84564cdc
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ def _get_user_for_ssh(username, attrs=None):
|
|||
"username": "root",
|
||||
"fullname": "",
|
||||
"mail": "",
|
||||
"home_path": root_unix.pw_dir,
|
||||
"homeDirectory": root_unix.pw_dir,
|
||||
}
|
||||
|
||||
# TODO escape input using https://www.python-ldap.org/doc/html/ldap-filter.html
|
||||
|
|
Loading…
Add table
Reference in a new issue