mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Passkey: update the API doc
Include changes related to passkey auth indicators. Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
b650783a18
commit
9963dcdd5b
@ -33,7 +33,7 @@ No arguments.
|
||||
* ipakrbauthzdata : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('MS-PAC', 'PAD', 'nfs:NONE')
|
||||
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'disabled')
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey', 'disabled')
|
||||
* ipauserdefaultsubordinateid : :ref:`Bool<Bool>`
|
||||
* ca_renewal_master_server : :ref:`Str<Str>`
|
||||
* ipadomainresolutionorder : :ref:`Str<Str>`
|
||||
|
@ -32,7 +32,7 @@ Add a new host.
|
||||
* userclass : :ref:`Str<Str>`
|
||||
* ipaassignedidview : :ref:`Str<Str>`
|
||||
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* ipakrbrequirespreauth : :ref:`Bool<Bool>`
|
||||
* ipakrbokasdelegate : :ref:`Bool<Bool>`
|
||||
* ipakrboktoauthasdelegate : :ref:`Bool<Bool>`
|
||||
|
@ -25,7 +25,7 @@ Search for hosts.
|
||||
* userclass : :ref:`Str<Str>`
|
||||
* ipaassignedidview : :ref:`Str<Str>`
|
||||
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* timelimit : :ref:`Int<Int>`
|
||||
* sizelimit : :ref:`Int<Int>`
|
||||
* version : :ref:`Str<Str>`
|
||||
|
@ -31,7 +31,7 @@ Modify information about a host.
|
||||
* userclass : :ref:`Str<Str>`
|
||||
* ipaassignedidview : :ref:`Str<Str>`
|
||||
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* ipakrbrequirespreauth : :ref:`Bool<Bool>`
|
||||
* ipakrbokasdelegate : :ref:`Bool<Bool>`
|
||||
* ipakrboktoauthasdelegate : :ref:`Bool<Bool>`
|
||||
|
@ -26,6 +26,8 @@ Modify Kerberos ticket policy.
|
||||
* krbauthindmaxrenewableage_hardened : :ref:`Int<Int>`
|
||||
* krbauthindmaxticketlife_idp : :ref:`Int<Int>`
|
||||
* krbauthindmaxrenewableage_idp : :ref:`Int<Int>`
|
||||
* krbauthindmaxticketlife_passkey : :ref:`Int<Int>`
|
||||
* krbauthindmaxrenewableage_passkey : :ref:`Int<Int>`
|
||||
* setattr : :ref:`Str<Str>`
|
||||
* addattr : :ref:`Str<Str>`
|
||||
* delattr : :ref:`Str<Str>`
|
||||
|
@ -22,7 +22,7 @@ Add a new IPA service.
|
||||
* ipakrbauthzdata : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('MS-PAC', 'PAD', 'NONE')
|
||||
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* ipakrbrequirespreauth : :ref:`Bool<Bool>`
|
||||
* ipakrbokasdelegate : :ref:`Bool<Bool>`
|
||||
* ipakrboktoauthasdelegate : :ref:`Bool<Bool>`
|
||||
|
@ -19,7 +19,7 @@ Search for IPA services.
|
||||
* ipakrbauthzdata : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('MS-PAC', 'PAD', 'NONE')
|
||||
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* timelimit : :ref:`Int<Int>`
|
||||
* sizelimit : :ref:`Int<Int>`
|
||||
* version : :ref:`Str<Str>`
|
||||
|
@ -21,7 +21,7 @@ Modify an existing IPA service.
|
||||
* ipakrbauthzdata : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('MS-PAC', 'PAD', 'NONE')
|
||||
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* ipakrbrequirespreauth : :ref:`Bool<Bool>`
|
||||
* ipakrbokasdelegate : :ref:`Bool<Bool>`
|
||||
* ipakrboktoauthasdelegate : :ref:`Bool<Bool>`
|
||||
|
@ -45,7 +45,7 @@ Add a new stage user.
|
||||
* carlicense : :ref:`Str<Str>`
|
||||
* ipasshpubkey : :ref:`Str<Str>`
|
||||
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* userclass : :ref:`Str<Str>`
|
||||
* ipatokenradiusconfiglink : :ref:`Str<Str>`
|
||||
* ipatokenradiususername : :ref:`Str<Str>`
|
||||
|
@ -43,7 +43,7 @@ Search for stage users.
|
||||
* manager : :ref:`Str<Str>`
|
||||
* carlicense : :ref:`Str<Str>`
|
||||
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* userclass : :ref:`Str<Str>`
|
||||
* ipatokenradiusconfiglink : :ref:`Str<Str>`
|
||||
* ipatokenradiususername : :ref:`Str<Str>`
|
||||
|
@ -47,7 +47,7 @@ Modify a stage user.
|
||||
* carlicense : :ref:`Str<Str>`
|
||||
* ipasshpubkey : :ref:`Str<Str>`
|
||||
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* userclass : :ref:`Str<Str>`
|
||||
* ipatokenradiusconfiglink : :ref:`Str<Str>`
|
||||
* ipatokenradiususername : :ref:`Str<Str>`
|
||||
|
@ -47,7 +47,7 @@ Add a new user.
|
||||
* carlicense : :ref:`Str<Str>`
|
||||
* ipasshpubkey : :ref:`Str<Str>`
|
||||
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* userclass : :ref:`Str<Str>`
|
||||
* ipatokenradiusconfiglink : :ref:`Str<Str>`
|
||||
* ipatokenradiususername : :ref:`Str<Str>`
|
||||
|
@ -45,7 +45,7 @@ Search for users.
|
||||
* manager : :ref:`Str<Str>`
|
||||
* carlicense : :ref:`Str<Str>`
|
||||
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* userclass : :ref:`Str<Str>`
|
||||
* ipatokenradiusconfiglink : :ref:`Str<Str>`
|
||||
* ipatokenradiususername : :ref:`Str<Str>`
|
||||
|
@ -47,7 +47,7 @@ Modify a user.
|
||||
* carlicense : :ref:`Str<Str>`
|
||||
* ipasshpubkey : :ref:`Str<Str>`
|
||||
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
|
||||
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
|
||||
* userclass : :ref:`Str<Str>`
|
||||
* ipatokenradiusconfiglink : :ref:`Str<Str>`
|
||||
* ipatokenradiususername : :ref:`Str<Str>`
|
||||
|
Loading…
Reference in New Issue
Block a user