How do I go back to standard auth....
This is not working and im getting tight on time....

I tried removing the 
Set($ExternalSettings,
But I'm getting all sorts of errors ...




Nelson Pereira 
Senior Network Administrator 

Protus IP Solutions Inc. 
[EMAIL PROTECTED] 
phone: 613.733.0000 ext.528 
MyFax: 613.822.5083 
www.myfax.com 

Refer your friends and colleagues to MyFax! 
Click here for more information.        www.MyFax.com   

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nelson
Pereira
Sent: Tuesday, April 08, 2008 3:20 PM
To: [EMAIL PROTECTED]; Chaim Rieger
Cc: rt-users@lists.bestpractical.com
Subject: Re: [rt-users] Intergration with LDAP

So what are you saying?

         # The filter to use to match RT-Users
         'filter'                    =>  '(cn=*)',
         # The filter that will only match disabled users
         'd_filter'                  =>  '(objectClass=*)',


????????????



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike
Peachey
Sent: Tuesday, April 08, 2008 3:18 PM
To: Chaim Rieger
Cc: Nelson Pereira; rt-users@lists.bestpractical.com
Subject: Re: [rt-users] Intergration with LDAP

Chaim Rieger wrote:
> Nelson Pereira wrote:
>> What Im wondering, is what are theses 2 bellow lines and do I need
them?
>>         # The filter to use to match RT-Users
>>         'filter'                    =>  '*',
>>         # The filter that will only match disabled users
>>         'd_filter'                  =>  '*',
>>   
> 
> shouldnt filter be cn=*


While I think I wrote the code so that it would be tolerant of the lack 
of them, LDAP filters should ALWAYS be enclosed in parentheses:
  (cn=*)

And, I'm not sure why, but it seems the preferred method of having an 
LDAP "catch-all" filter is to use objectClass:
(objectClass=*)
--
Kind Regards,

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to