From f9cd0806f176bae3e8921c03da38bab88f6f2696 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 20 Sep 2024 09:22:02 +0900 Subject: [PATCH] Fix in Readme file for exmaple user_list.txt --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b82674b..45138d1 100644 --- a/Readme.md +++ b/Readme.md @@ -97,7 +97,7 @@ The file can hold comments. The first character in the line must be a *#* Example file ```csv -#user_id;user_name;group,subgroup;ssh access type;override password;override hostname;override ssh type +#user_id;user_name;group,subgroup;ssh access type|no login flag;override password;override hostname;override ssh type user1;some.name;group-a;allow;;hostname; user2;othername;group-a;allow;;; # I am a comment