[Koha-devel] Koha3.0 against Active Directory

2008-10-22 Thread Library Guy
> > On Fri, Sep 26, 2008 at 09:17:13AM -0600, Michael Hafen wrote: > >* that Active Directory does not have the attribute auth_with_ldap.pm is > *>* looking for to compare to the user entered password. > * > this can be set with xpath /ldapserver/mapping/password at is >

Re: [Koha-devel] Koha3.0 against Active Directory

2008-10-27 Thread Library Guy
Michael, this mod resolved the AD/LDAP problem for me. Thank you very much. Devs, somehow incorporate this to 3.2? On Thu, Oct 23, 2008 at 10:41 AM, Michael Hafen <[EMAIL PROTECTED]>wrote: > Reply below. > > On Wed, 2008-10-22 at 14:45 -0500, Library Guy wrote: > >

Re: [Koha-devel] LDAP configuration in Koha3.0 on Linux

2009-07-15 Thread Library Guy
Our MS AD LDAP schema provides samaccountname but not UID, so we map . Test 1A:  someuser + password  1  1  1 %...@example.com Result 1A: Can't call method "exists" on an undefined value at /usr/share/koha/lib/C4/Auth_with_ldap.pm line 168, line 253. Test 1B: someu...@exam

Re: [Koha-devel] LDAP configuration in Koha3.0 on Linux

2009-07-15 Thread Library Guy
is what's complaining, and it's > used in authentication.  So I'm guessing there are some big differences > between what you have and what I have in Auth_with_ldap.pm > > On Wed, 2009-07-15 at 09:39 -0500, Library Guy wrote: >> Our MS AD LDAP schema provides sam

Re: [Koha-devel] LDAP configuration in Koha3.0 on Linux

2009-07-15 Thread Library Guy
Chris, yes in Koha 3.0.1 my test users could authenticate against AD using , but Koha was not creating or updating their Koha accounts despite and set to 1. In addition, our I.T. dept will not provide me an AD Admin account; only an alternate domain account for doing queries only. (userpassword

[Koha-devel] Koha dev install

2009-07-16 Thread Library Guy
perl Makefile.PL creates a complete Makefile when run from the stable tar, but if instead I choose a dev install from kohaclone after git pull, the Makefile is incomplete. Hence my dev version of koha-httpd.conf contains only variable names: ## OPAC ServerAdmin __WEBMASTER_EMAIL__ Documen

Re: [Koha-devel] LDAP configuration in Koha3.0 on Linux

2009-07-17 Thread Library Guy
Ben, I'm testing the latest dev (3.01.00.037). LDAP authentication against our MS AD LDAP works properly using auth_by_bind, but if I enable either or , as soon as a new patron is authenticated Koha produces this error: Can't call method "exists" on an undefined value at /home/koha/kohaclone/C4

Re: [Koha-devel] LDAP configuration in Koha3.0 on Linux

2009-07-17 Thread Library Guy
hael Hafen wrote: > I'm not sure.  Maybe if you changed the exists() call from 'uid' to > "$uid_field".  Maybe that would still init the attrs hash.  Can you try > that? > > On Fri, 2009-07-17 at 12:05 -0500, Library Guy wrote: >> I will check with our I.T. b

Re: [Koha-devel] LDAP configuration in Koha3.0 on Linux

2009-07-17 Thread Library Guy
dapentry is undefined, so it > doesn't matter what you are going to pass to exists(), it will still break. > -- > Joe Atzberger > LibLime - Open Source Library Solutions > > On Fri, Jul 17, 2009 at 2:31 PM, Library Guy > wrote: >> >> I know very little perl, so I&#