DOCS: Update auth proxy xml in docs to match example
authorRosie Le Faive <lefaive@gmail.com>
Fri, 28 May 2021 14:41:49 +0000 (11:41 -0300)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 28 May 2021 17:31:02 +0000 (10:31 -0700)
Also, move file to better admin_local_setup folder and update nav

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

docs/modules/admin_initial_setup/nav.adoc
docs/modules/admin_initial_setup/pages/authentication_proxy.adoc [moved from docs/modules/admin/pages/authentication_proxy.adoc with 98% similarity]

index c2b4440..3e62645 100644 (file)
@@ -21,7 +21,7 @@
 *** xref:admin_initial_setup:hard_due_dates.adoc[Hard due dates]
 ** xref:admin:apache_rewrite_tricks.adoc[Apache Rewrite Tricks]
 ** xref:admin:apache_access_handler.adoc[Apache Access Handler Perl Module]
-** xref:admin:authentication_proxy.adoc[Authentication Proxy]
+** xref:admin_initial_setup:authentication_proxy.adoc[Authentication Proxy]
 *** xref:admin_initial_setup:single_sign_on.adoc[Single Sign On]
 ** xref:admin:backups.adoc[Backing up your Evergreen System]
 ** xref:admin:ebook_api_service.adoc[ebook_api service]
@@ -25,15 +25,18 @@ In order to activate Authentication Proxy, the Evergreen system administrator wi
        <basedn>ou=people,dc=domain,dc=com</basedn>
        <authid>cn=username,ou=specials,dc=domain,dc=com</authid>
        <id_attr>uid</id_attr>
+       <bind_attr>uid</bind_attr>
        <password>my_ldap_password_for_authid_user</password>
        <login_types>
                <type>staff</type>
                <type>opac</type>
+               <type>persist</type>
        </login_types>
        <org_units>
                <unit>103</unit>
                <unit>104</unit>
        </org_units>
+       <restrict_by_home_ou>false</restrict_by_home_ou>
 </authenticator>
 ----
 +