[rt-users] RT::Extension::LDAPImport and nested groups in Active Directory

2015-11-03 Thread Benjamin Klier
I'm trying to import my users and groups from Active Directory. Getting in the users works just fine, but importing the groups (with a $LDAPGroupFilter like (|(CN=MY_RT_USERS_*)) ) is giving some errors. searching with: base => 'OU=XXX,OU=XXX,DC=XXX,DC=XXX,DC=XXX' control =>

Re: [rt-users] RT::Extension::LDAPImport and nested groups in Active Directory

2015-11-03 Thread Jeffrey Pilant
Benjamin Klier writes: >I'm trying to import my users and groups from Active Directory. Getting >in the users works just fine, but importing the groups (with a >$LDAPGroupFilter like (|(CN=MY_RT_USERS_*)) ) is giving some errors. > > >The problem seems to be that in our AD the main groups

Re: [rt-users] Automatically adding CC from mails to Watchers/CC in ticket

2015-11-03 Thread Todd Wade
On 11/2/15 6:01 AM, Primoz Jeroncic wrote: Now if I want replies to go automatically to requestor (to his personal mail, from which they opened ticket) and also to their group mail, I need to add this group mail under each ticket (People->Add new watchers) by hand. As this is time consuming, and

Re: [rt-users] Group rights

2015-11-03 Thread Todd Wade
On 10/20/15 6:45 AM, Kobus Bensch wrote: I have now tried every setting possible. How do I give a group permissions to see all the tickets in a particular queue, even if the ticket owner has been changed to a person not in that group? Theres no way to say "If a user is an owner of a ticket in

Re: [rt-users] Group rights

2015-11-03 Thread Duncan McEwan
On Tue, 20 Oct 2015 11:45:54 +0100 Kobus Bensch wrote: > I have now tried every setting possible. How do I give a group > permissions to see all the tickets in a particular queue, even if the > ticket owner has been changed to a person not in that group? I

Re: [rt-users] fail to upgrade with sql syntax error 'ARRAY()'

2015-11-03 Thread Todd Wade
Hello, This looks like make upgrade-database is being ran with an old DBIx::SearchBuilder. Perhaps recheck the output of 'make testdeps' and if it reports issues run 'make fixdeps'? Regards, On 11/1/15 11:51 PM, Yaobin Shi wrote: We are using RT as one internal project, thanks for your

[rt-users] search custom field with custom date format

2015-11-03 Thread rb1980
I need to search a custom field with 'today' in a specific format. The field is in the format: "-mm-dd" I want do do something like this (which works): Queue = 'test' AND Due = 'today' This does not work: Queue = 'test' AND 'CF.{My Date Field}' = 'today' but this works: Queue = 'test' AND

Re: [rt-users] search custom field with custom date format

2015-11-03 Thread rb1980
PS: the custom field is of type: "Select Date" -- View this message in context: http://requesttracker.8502.n7.nabble.com/search-custom-field-with-custom-date-format-tp60850p60851.html Sent from the Request Tracker - User mailing list archive at Nabble.com.

Re: [rt-users] fail to upgrade with sql syntax error 'ARRAY()'

2015-11-03 Thread Yaobin Shi
Hi Todd, make testdeps return everything is ok my DBIx::SearchBuilder is 1.61 then I went through ./sbin/rt-test-dependencies, found that the required version should be 1.65. thanks very much. -Larry - Original Message - > From: "Todd Wade" > To: