Skip to content

Commit afb550c

Browse files
committed
Clarify pam_allow_groups in himmelblau.conf man page
Signed-off-by: David Mulder <[email protected]>
1 parent 0de57af commit afb550c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/man5/himmelblau.conf.5

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ debug = true
8181
.TP
8282
.B pam_allow_groups
8383
.RE
84-
A comma-separated list of Users and Groups permitted to access the system. Groups must be specified using their Object ID (not UPN) due to Azure's restrictions on reading group names.
84+
A comma-separated list of Entra Id Users and Groups permitted to access the system. Users should be specified by UPN. Groups may be specified using either their Object ID or their Name.
8585

8686
.EXAMPLES
87-
pam_allow_groups = f3c9a7e4-7d5a-47e8-832f-3d2d92abcd12,d98c8e1d-7f8a-4597-babc-9d3b781ef456
87+
pam_allow_groups = f3c9a7e4-7d5a-47e8-832f-3d2d92abcd12,EntraSudoersGroup,[email protected]
8888

8989
.TP
9090
.B id_attr_map

0 commit comments

Comments
 (0)