Skip to content

Commit

Permalink
fix: update templates #1053
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Mar 15, 2022
1 parent 94fb2c6 commit 2e33a43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jans-linux-setup/jans_setup/static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -1033,5 +1033,13 @@
"spanner": {
"type": "STRING(MAX)"
}
},
"mobile": {
"mysql": {
"type": "JSON"
},
"spanner": {
"type": "ARRAY<STRING(MAX)>"
}
}
}
1 change: 1 addition & 0 deletions jans-linux-setup/jans_setup/templates/attributes.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ jansAttrTyp: string
jansAttrViewTyp: user
jansAttrViewTyp: admin
jansClaimName: phone_mobile_number
jansMultivaluedAttr: true
jansSAML1URI: urn:mace:dir:attribute-def:mobile
jansSAML2URI: urn:oid:0.9.2342.19200300.100.1.41
jansStatus: inactive
Expand Down

0 comments on commit 2e33a43

Please sign in to comment.