Line 0
Link Here
|
0 |
- |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
|
|
2 |
<title>Learn about LDAP service</title> |
3 |
[% IF ( finish ) %]<meta http-equiv="refresh" content="10; url=/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed">[% END %] |
4 |
[% INCLUDE 'installer-doc-head-close.inc' %] |
5 |
|
6 |
<div> |
7 |
<h1 id="logo"><img alt="Koha" src="[% interface %]/[% theme %]/img/koha.org-logo.gif"/> Welcome to Koha</h1> |
8 |
</div> |
9 |
|
10 |
[% IF op == "Learn more" %] |
11 |
<form name="showservice" method="post" action="onboarding.pl"> |
12 |
<input type="hidden" name="op" value="learnservice"/> |
13 |
<input type="hidden" name="step" value="6"/> |
14 |
<h1 align="left"> What service are you using?</h1> |
15 |
<div> |
16 |
<input type="radio" name="service" value="LDAP"> LDAP <br> |
17 |
<input type="radio" name="service" value="SIP"> SIP <br> |
18 |
</div> |
19 |
<input type="submit" class="action" value="submit"> |
20 |
</form> |
21 |
[% END %] |
22 |
[% IF (op == "learnservice") && (service == "LDAP") %] |
23 |
|
24 |
<h1 align="left"> Important information regarding setting up LDAP service </h1> |
25 |
<h2 align="left"> What is LDAP? </h2> |
26 |
LDAP is a service that provides another way for users (both staff and patrons) to log into Koha by integrating in your institutions current authentication system with yourt Koha instance. LDAP can be used to log into both the Koha staff interface and OPAC. |
27 |
|
28 |
<h2 align="left">What are the benefits of setting up LDAP on my Koha instance</h2> |
29 |
If your institution has a central database of users which it uses for authentication then by setting up LDAP in your Koha instance your users will be able to log into Koha with their existing account credentials, therefore saving users from having to create another username and password to remember. |
30 |
<h2> Learn how to set up LDAP at:</h2> |
31 |
<a href="https://perldoc.koha-community.org/C4/Auth_with_ldap.html">LDAP in the manual</a> |
32 |
|
33 |
[% ELSIF (op == "learnservice") && (service == "SIP") %] |
34 |
<h2 align="left"> Important information regarding setting up SIP server</h2> |
35 |
SIP is a service where you can type commands into the |
36 |
|
37 |
<h2> Important security notice about using SIP </h2> |
38 |
To ensure your SIP traffic (the request and response messages sent between you and the SIP server) are secure you must use a stunnel or VPN. |
39 |
|
40 |
[% END %] |
41 |
|
42 |
<h1> Configure z-targets</h1> |
43 |
z-targets are simply the servers you will query when looking for a sepcific MARC record (bibliographic record). Often these are set to the z39.50 servers run by the Library of Congress. |
44 |
Click here:<br> |
45 |
<input type="submit" value="finish"> Visit the z-target configuration page</input |
46 |
|
47 |
|
48 |
|
49 |
|