Message ID | 20220512104508.8680-1-d.bogdanov@yadro.com (mailing list archive) |
---|---|
Headers | show |
Series | target: iscsi: control authentication per ACL | expand |
On 5/12/22 5:45 AM, Dmitry Bogdanov wrote: > Add acls/{ACL}/attrib/authentication attribute that controls authentication > for the particular ACL. By default, this attribute inherits a value of > authentication attribute of the target port group to keep a backward > compatibility. > > authentication attribute has 3 states: > "0" - authentication is turned off for this ACL > "1" - authentication is required for this ACL > "-1" - authentication is inherited from TPG > > This patchset is intended for scsi-queue. > > v4: > rebase on latest scsi-queue > > v3: > fix warning: no previous prototype for function 'iscsi_conn_auth_required' > > v2: > show effective value (-1) for inherited mode > You need to rebuild this against Martin's 5.19/scsi-staging because these patches have conflicts with some patches in there. Other than that, patches look ok so just add my: Reviewed-by: Mike Christie <michael.christie@oracle.com> on the next posting though.