mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1788 from YunoHost/fix-root-ssh-keys
[fix] List root ssh keys
This commit is contained in:
commit
345ad8c31a
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