mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update 'Auth indicators' doc string
The doc string located in the 'Authentication
indicators' ('Services' settings page) was
missing the usage explanation for the 'ipd'
checkbox option.
Fixes: https://pagure.io/freeipa/issue/9338
Signed-off-by: Carla Martinez <carlmart@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
committed by
Rob Crittenden
parent
1420599165
commit
16b3977119
@@ -574,6 +574,9 @@ class service(LDAPObject):
|
||||
" Use 'pkinit' to allow PKINIT-based 2FA authentications."
|
||||
" Use 'hardened' to allow brute-force hardened password"
|
||||
" authentication by SPAKE or FAST."
|
||||
" Use 'idp' to allow authentication against an external"
|
||||
" Identity Provider supporting OAuth 2.0 Device"
|
||||
" Authorization Flow (RFC 8628)."
|
||||
" With no indicator specified,"
|
||||
" all authentication mechanisms are allowed."),
|
||||
values=(u'radius', u'otp', u'pkinit', u'hardened', u'idp'),
|
||||
|
||||
Reference in New Issue
Block a user