Skip to content

Commit 06abf1b

Browse files
author
Dan Lavu
committed
adding common sssd configuration for subids
1 parent fec7eaa commit 06abf1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sssd_test_framework/utils/sssd.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,3 +1081,9 @@ def socket_responders(self, responders: list[str] | None = None) -> None:
10811081
for responder in responders:
10821082
socket_unit = f"sssd-{responder}.socket"
10831083
self.sssd.svc.start(socket_unit)
1084+
1085+
def subid(self) -> None:
1086+
"""
1087+
Configure SSSD for subid.
1088+
"""
1089+
self.sssd.authselect.select("sssd", ["with-subid"])

0 commit comments

Comments
 (0)