Re: [rt-users] Another ExternalAuth question - "strict refs"

2008-11-05 Thread Aaron Zuercher
Kevin, that was it! Thanks. Now I'm getting the "SetDisabled" on line 1087 error. which I believe is the previously mentioned add user bug. I will patiently await a fix for that. Aaron On Wed, Nov 5, 2008 at 2:34 PM, Kevin Falcone <[EMAIL PROTECTED]>wrote: > > On Nov 5, 2008, at 2:48 PM, Aa

Re: [rt-users] Another ExternalAuth question - "strict refs"

2008-11-05 Thread Mike Peachey
Aaron Zuercher wrote: > Hi guys, > I've been following the discussions about ExternalAuth with great > interest as I"ve been slowly working to move my 3.6.0 install to the > most current version. I'm trying to setup ExternalAuth to LDAP > currently. When its enabled I get this message in the b

Re: [rt-users] Another ExternalAuth question - "strict refs"

2008-11-05 Thread Kevin Falcone
On Nov 5, 2008, at 2:48 PM, Aaron Zuercher wrote: > Hi guys, > I've been following the discussions about ExternalAuth with great > interest as I"ve been slowly working to move my 3.6.0 install to the > most current version. I'm trying to setup ExternalAuth to LDAP > currently. When its en

Re: [rt-users] Another ExternalAuth question - "strict refs"

2008-11-05 Thread Jon Tollerton
If you have "use strict;", it just means that you have to explicitly define your variables before you use them. That means that you either have to have a section where you define the variables that you're going to use such as: my $foo; my $bar; my $baz; or you have to define it the first tim

Re: [rt-users] Another ExternalAuth question - "strict refs"

2008-11-05 Thread Aaron Zuercher
A followup: I looked at the User_Vendor.pm file in the error and commented out the "use strict;" line at the beginning of the file. now I can login as root but not LDAP. I'm not a programmer so I don't understand the sigificance of that statement. Will my "fix" cause any other errors/problems?

[rt-users] Another ExternalAuth question - "strict refs"

2008-11-05 Thread Aaron Zuercher
Hi guys, I've been following the discussions about ExternalAuth with great interest as I"ve been slowly working to move my 3.6.0 install to the most current version. I'm trying to setup ExternalAuth to LDAP currently. When its enabled I get this message in the browser when I try to login: Can't