nixos/heimdal: correctly handle multitarget principals
This commit is contained in:
@@ -21,7 +21,10 @@ let
|
||||
target,
|
||||
...
|
||||
}:
|
||||
"${principal}\t${lib.concatStringsSep "," (lib.toList access)}\t${target}"
|
||||
if target != "*" && target != "" then
|
||||
"${principal}\t${lib.concatStringsSep "," (lib.toList access)}\t${target}"
|
||||
else
|
||||
"${principal}\t${lib.concatStringsSep "," (lib.toList access)}"
|
||||
) acl
|
||||
))
|
||||
(lib.mapAttrsToList (
|
||||
|
||||
Reference in New Issue
Block a user