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,

___________________________________________________

Mike Peachey, IT
Tel: +44 (0) 114 281 2655
Fax: +44 (0) 114 281 2951
Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
http://www.jennic.com
Confidential
___________________________________________________

_______________________________________________
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