Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: jans-linux-setup remove fido authentication scripts from template #991

Merged
merged 1 commit into from
Mar 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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