Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
koha-docker
Commits
977a3cc3
Commit
977a3cc3
authored
Aug 29, 2018
by
Benjamin Rokseth
Browse files
Add utf8 self checkout machines to SIP
parent
183e571d
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/templates/instance/SIPconfig.logins.csv
View file @
977a3cc3
...
...
@@ -18,4 +18,17 @@ utf8,autoroms,$SIP_AUTOPASS,from
,autostv,$SIP_AUTOPASS,fsto
,autotor,$SIP_AUTOPASS,ftor
,autohb,$SIP_AUTOPASS,hutl
utf8,autoblrutf8,$SIP_AUTOPASS,fbol
utf8,autofuruutf8,$SIP_AUTOPASS,ffur
utf8,autogruutf8,$SIP_AUTOPASS,fgry
utf8,automajutf8,$SIP_AUTOPASS,fmaj
utf8,autotoyutf8,$SIP_AUTOPASS,fgam
utf8,autoholutf8,$SIP_AUTOPASS,fhol
utf8,autolmbutf8,$SIP_AUTOPASS,flam
utf8,autonydutf8,$SIP_AUTOPASS,fnyd
utf8,autoopputf8,$SIP_AUTOPASS,fopp
utf8,autorommutf8,$SIP_AUTOPASS,frmm
utf8,autoroautf8,$SIP_AUTOPASS,froa
utf8,autostvutf8,$SIP_AUTOPASS,fsto
utf8,autotorutf8,$SIP_AUTOPASS,ftor
utf8,autohbutf8,$SIP_AUTOPASS,hutl
\ No newline at end of file
files/templates/instance/SIPconfig.template_account.awk
View file @
977a3cc3
...
...
@@ -2,6 +2,5 @@ BEGIN{
FS
=
","
}
{
print
"\t<login encoding=\""
$1
"\" id=\""
$2
"\" password=\""
$3
"\" delimiter=\"|\" error-detect=\"enabled\" institution=\""
$4
"\" checked_in_ok=\"1\">"
print
"\t</login>"
print
"\t<login encoding=\""
$1
"\" id=\""
$2
"\" password=\""
$3
"\" delimiter=\"|\" error-detect=\"enabled\" institution=\""
$4
"\" checked_in_ok=\"1\"/>"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment