Skip to content

Commit

Permalink
Add auth_to_local in the array fields
Browse files Browse the repository at this point in the history
* Fixes #24
  • Loading branch information
riton committed Jun 12, 2019
1 parent a952e05 commit 02951ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/realm.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'pkinit_anchors',
'pkinit_pool',
]
array_fields = ['kdc', 'admin_server']
array_fields = ['kdc', 'admin_server', 'auth_to_local']
output = []
scope_hash = scope.to_hash
fields.each do |k|
Expand Down

0 comments on commit 02951ee

Please sign in to comment.