Skip to content

Commit

Permalink
Update 'Auth indicators' doc string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
carma12 authored and flo-renaud committed Mar 3, 2023
1 parent 8803938 commit 6a4d34f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ipaserver/plugins/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 6a4d34f

Please sign in to comment.