2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

Add "%:" prefix when talking about QAS non-Unix group support.

This commit is contained in:
Todd C. Miller
2012-06-08 13:28:47 -04:00
parent f5948149e0
commit 642b7e8873

View File

@@ -254,15 +254,15 @@ following formats:
=item *
Group in the same domain: "Group Name"
Group in the same domain: "%:Group Name"
=item *
Group in any domain: "Group Name@FULLY.QUALIFIED.DOMAIN"
Group in any domain: "%:Group Name@FULLY.QUALIFIED.DOMAIN"
=item *
Group SID: "S-1-2-34-5678901234-5678901234-5678901234-567"
Group SID: "%:S-1-2-34-5678901234-5678901234-5678901234-567"
=back