Search found 3 matches

by jsiegel5
17 Sep 2010, 20:09
Forum: Help
Topic: Update Mantis: UTF8 Unicode Problem
Replies: 8
Views: 16595

Re: Update Mantis: UTF8 Unicode Problem

I don't care for the dump / edit dump file with sed / restore approach, so I did this instead:

Put these lines into a text file fix-bugtracker-utf.txt , and execute with "mysql -u root -p -h your_hostname < fix-bugtracker-utf.txt"

ALTER TABLE bugtracker.mantis_bug_file_table CONVERT TO CHARACTER ...
by jsiegel5
08 Jun 2010, 22:58
Forum: General Discussion
Topic: Multiple DN's in LDAP login
Replies: 8
Views: 11846

Re: Multiple DN's in LDAP login

Mike writes:
$g_ldap_root_dn = 'ou=Corporate;dc=mycompany,dc=com';
$g_ldap_root_dn2 = 'ou=Operations;dc=mycompany,dc=com';

I'll make the observation that these 2 DN have a commmon ancestor 'dc=mycompany,dc=com'. But attempt to use 'dc=mycompany,dc=com' as the value for $g_ldap_root_dn will result ...
by jsiegel5
01 Apr 2010, 02:05
Forum: Help
Topic: attachment import
Replies: 4
Views: 4246

Re: attachment import

Hi Kugelfisch,
Any chance you could share your Clearquest -> Mantis converter? I need to do the same thing.
Regards,
Jeff