Skip to content

Commit

Permalink
fix: jans-linux-setup remove fido authentication scripts from template (
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Mar 7, 2022
1 parent 139251a commit 753ab0c
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions jans-linux-setup/jans_setup/templates/scripts.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -241,26 +241,6 @@ objectClass: jansCustomScr
jansEnabled: false
jansProgLng: python

dn: inum=5018-AF9C,ou=scripts,o=jans
description: UAF authentication module
displayName: uaf
inum: 5018-AF9C
jansConfProperty: {"value1":"uaf_server_uri","value2":"https://%(hostname)s","description":""}
jansConfProperty: {"value1":"uaf_policy_name","value2":"default","description":""}
jansConfProperty: {"value1":"qr_options","value2":"{ width: 400, height: 400 }","description":""}
jansConfProperty: {"value1":"registration_uri","value2":"https://%(hostname)s/identity/register","description":""}
jansConfProperty: {"value1":"send_push_notifaction","value2":"false","description":""}
jansLevel: 70
jansModuleProperty: {"value1":"location_type","value2":"ldap","description":""}
jansModuleProperty: {"value1":"usage_type","value2":"interactive","description":""}
jansRevision: 1
jansScr::%(person_authentication_uafexternalauthenticator)s
jansScrTyp: person_authentication
objectClass: top
objectClass: jansCustomScr
jansEnabled: false
jansProgLng: python

dn: inum=5018-D4BF,ou=scripts,o=jans
description: HOTP/TOPT authentication module
displayName: otp
Expand Down Expand Up @@ -342,23 +322,6 @@ objectClass: jansCustomScr
jansEnabled: false
jansProgLng: python

dn: inum=8BAF-80D6,ou=scripts,o=jans
description: Fido U2F authentication module
displayName: u2f
inum: 8BAF-80D6
jansConfProperty: {"value1":"u2f_application_id","value2":"https://%(hostname)s","description":""}
jansConfProperty: {"value1":"u2f_server_uri","value2":"https://%(hostname)s","description":""}
jansLevel: 50
jansModuleProperty: {"value1":"usage_type","value2":"interactive","description":""}
jansModuleProperty: {"value1":"location_type","value2":"ldap","description":""}
jansRevision: 1
jansScr::%(person_authentication_u2fexternalauthenticator)s
jansScrTyp: person_authentication
objectClass: top
objectClass: jansCustomScr
jansEnabled: false
jansProgLng: python

dn: inum=8BAF-80D7,ou=scripts,o=jans
description: Fido2 authentication module
displayName: fido2
Expand Down

0 comments on commit 753ab0c

Please sign in to comment.