[rt-users] Migrate Mysql to Postgresql - Sequence script?

2016-04-28 Thread Joel Bergmark
Hi all,

Im migrating our installation to postgres on a new vps, found this regadring 
sequencing fix with a "Update-Pg-Sequences.sh" but this guide is for RT 4.2 and 
im running 4.4. I have imported the database and everything looks perfectly 
fine in RT webui, so this shell script makes me a bit afraid to miss something 
crucial.

So is this necessary to run on 4.4 installations?

http://requesttracker.wikia.com/wiki/MigrateMysql2PostgresqlV4

Thanks for any information :)



-
RT 4.4 and RTIR Training Sessions https://bestpractical.com/training
* Washington DC - May 23 & 24, 2016


Re: [rt-users] LDAPImport format options?

2016-04-28 Thread Jim Brandt

Hi Ken,

LDAPImport accepts a subroutine reference in the mapping section, so if 
you need to manipulate a value or grab multiple values, you can write 
some code to do it. There is an example of accessing the LDAP attributes 
in a short subroutine in the docs:


https://metacpan.org/pod/RT::Extension::LDAPImport#CONFIGURATION

Jim

On 4/28/16 3:46 PM, k...@rice.edu wrote:

Hi RT users,

I am configuring the LDAPImport extension to replace an ancient local
script with similar functionality and I am running into a format problem.
I would like to have the RealName field as "surname, givenname". I can
easily do "givenname surname" by just using the appropriate LDAP
attributes. Is there any way to manage that change during the import
process?

Regards,
Ken
-
RT 4.4 and RTIR Training Sessions https://bestpractical.com/training
* Washington DC - May 23 & 24, 2016


-
RT 4.4 and RTIR Training Sessions https://bestpractical.com/training
* Washington DC - May 23 & 24, 2016


[rt-users] LDAPImport format options?

2016-04-28 Thread k...@rice.edu
Hi RT users,

I am configuring the LDAPImport extension to replace an ancient local
script with similar functionality and I am running into a format problem.
I would like to have the RealName field as "surname, givenname". I can
easily do "givenname surname" by just using the appropriate LDAP
attributes. Is there any way to manage that change during the import
process?

Regards,
Ken
-
RT 4.4 and RTIR Training Sessions https://bestpractical.com/training
* Washington DC - May 23 & 24, 2016