From 6a84564cdcf08b29cfc9e29384920263e5f8c079 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 29 Feb 2024 18:36:25 +0100 Subject: [PATCH] [fix] List root ssh keys --- src/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssh.py b/src/ssh.py index bd1132663..ae09b7117 100644 --- a/src/ssh.py +++ b/src/ssh.py @@ -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