koha opac users integrate with Active directory
Dear AAL, I need to integrate koha opac users with our Active Directory. Pls help me to do that. Regards, Thilanka Gunasena This message is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential and/or privileged. If you are not the intended recipient please delete the original message and any copy of it from your computer system. You are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited unless proper authorization has been obtained for such action. If you have received this communication in error, please notify the sender immediately. Although SLT attempts to sweep e-mail and attachments for viruses, it does not guarantee that both are virus-free and accepts no liability for any damage sustained as a result of viruses.
Use LDAP for Active Directory integration. Starting points: http://bywatersolutions.com/2012/07/09/koha-ldap/ https://kohablog.wordpress.com/2011/03/29/using-active-directory-ldap/ http://librarypolice.com/wiki.koha.org/en:development:ldap.html On Wed, Mar 2, 2016 at 1:11 AM, Thilanka Gunasena <thilankag@slt.com.lk> wrote:
Dear AAL, I need to integrate koha opac users with our Active Directory. Pls help me to do that.
Regards, Thilanka Gunasena
This message is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential and/or privileged. If you are not the intended recipient please delete the original message and any copy of it from your computer system. You are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited unless proper authorization has been obtained for such action. If you have received this communication in error, please notify the sender immediately. Although SLT attempts to sweep e-mail and attachments for viruses, it does not guarantee that both are virus-free and accepts no liability for any damage sustained as a result of viruses. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Dear All These links are better to read. No successful implementation I am searching since last 2 years. Thanks Sent from Outlook Mail for Windows 10 phone From: Scott Owen Sent: 02 March 2016 05:53 PM To: Koha@lists.katipo.co.nz Subject: Re: [Koha] koha opac users integrate with Active directory Use LDAP for Active Directory integration. Starting points: http://bywatersolutions.com/2012/07/09/koha-ldap/ https://kohablog.wordpress.com/2011/03/29/using-active-directory-ldap/ http://librarypolice.com/wiki.koha.org/en:development:ldap.html On Wed, Mar 2, 2016 at 1:11 AM, Thilanka Gunasena <thilankag@slt.com.lk> wrote:
Dear AAL, I need to integrate koha opac users with our Active Directory. Pls help me to do that.
Regards, Thilanka Gunasena
This message is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential and/or privileged. If you are not the intended recipient please delete the original message and any copy of it from your computer system. You are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited unless proper authorization has been obtained for such action. If you have received this communication in error, please notify the sender immediately. Although SLT attempts to sweep e-mail and attachments for viruses, it does not guarantee that both are virus-free and accepts no liability for any damage sustained as a result of viruses. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
We're using LDAP/AD just fine, but setting it up is a bid deal. You need to use those links, make an attempt yourself, and post back here with specific issues with the setup as you run into them. A broad "how do I do this?" question, when there are already other tutorials available, does not help anyone. Joel Coehoorn Director of Information Technology 402.363.5603 *jcoehoorn@york.edu <jcoehoorn@york.edu>* The mission of York College is to transform lives through Christ-centered education and to equip students for lifelong service to God, family, and society On Wed, Mar 2, 2016 at 11:28 AM, Ahmad Amanullah Khan < ahmadamanullahkhan@gmail.com> wrote:
Dear All
These links are better to read. No successful implementation I am searching since last 2 years.
Thanks
Sent from Outlook Mail for Windows 10 phone
From: Scott Owen Sent: 02 March 2016 05:53 PM To: Koha@lists.katipo.co.nz Subject: Re: [Koha] koha opac users integrate with Active directory
Use LDAP for Active Directory integration.
Starting points:
http://bywatersolutions.com/2012/07/09/koha-ldap/
https://kohablog.wordpress.com/2011/03/29/using-active-directory-ldap/
http://librarypolice.com/wiki.koha.org/en:development:ldap.html
On Wed, Mar 2, 2016 at 1:11 AM, Thilanka Gunasena <thilankag@slt.com.lk> wrote:
Dear AAL, I need to integrate koha opac users with our Active Directory. Pls help me to do that.
Regards, Thilanka Gunasena
This message is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential and/or privileged. If you are not the intended recipient please delete the original message and any copy of it from your computer system. You are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited unless proper authorization has been obtained for such action. If you have received this communication in error, please notify the sender immediately. Although SLT attempts to sweep e-mail and attachments for viruses, it does not guarantee that both are virus-free and accepts no liability for any damage sustained as a result of viruses. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
On 03/02/2016 06:28 PM, Ahmad Amanullah Khan wrote:
Dear All
These links are better to read. No successful implementation I am searching since last 2 years. Just for the record: ldap/AD authentication working fine here.
Setting it up was a bit complicated, specially since koha seemed to prefer (at that time) the 'password compare' approach. Which never works with AD, and also not with openldap, afaik. But the auth_by_bind method works perfectly. Just needs to be configured correctly. (which can be a pain, yes) MJ
On 03/02/2016 06:28 PM, Ahmad Amanullah Khan wrote:
Dear All
These links are better to read. No successful implementation I am searching since last 2 years.
Just for the record: ldap/AD authentication working fine here. Setting it up was a bit complicated, specially since koha seemed to prefer (at that time) the 'password compare' approach. Which never works with AD, and also not with openldap, afaik. But the auth_by_bind method works perfectly. Just needs to be configured correctly. (which can be a pain, yes) MJ
Hi guys! I am trying to update from version 3.12 to 3.22, but in the oficial site i got a 404 error on the download link. https://koha-community.org/koha-3-22-released/ Can someone send me the files? Or some documentation to update? Thx! Sergio
participants (7)
-
Ahmad Amanullah Khan -
Coehoorn, Joel -
mj -
mourik jan heupink -
Scott Owen -
Sergio Scotto -
Thilanka Gunasena