]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/examples/oils_yaz.xml.example
LP#1786552: LDAP bind user option
[working/Evergreen.git] / Open-ILS / examples / oils_yaz.xml.example
1 <yazgfs>
2   <!-- You can add a listen entry, if you want your z39.50 server to
3        listen on a port other than the default, 9999. -->
4     <server id="server1">
5     <retrievalinfo>
6         <retrieval syntax="xml"/>
7         <retrieval syntax="marc21">
8             <backend syntax="xml">
9                 <marc inputformat="xml" outputformat="marc" inputcharset="utf-8" outputcharset="marc-8"/>
10             </backend>
11         </retrieval>
12     </retrievalinfo>
13     </server>
14 </yazgfs>