I install RTx::EmailCompletion plugin and added the following stanza into
my RTHOME/etc/RT_SiteConfig.pm
…
Set( @Plugins, qw(
RT::Authen::ExternalAuth
RTx::EmailCompletion
) );
Set($EmailCompletionUnprivileged,“everybody”);
Set($EmailCompletionSearch, “STARTSWITH”);
Set($EmailCompletionLdapAttrSearch, [qw/mail cn/]);
Set($EmailCompletionRdbmsDisabled, 1);
…
How do I expect it to work? I tried to fill the One-time Cc: with
foo'' and expected it to autocomplete to foo@example.com’’
Thanks for the help.
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
I install RTx::EmailCompletion plugin and added the following stanza into
my RTHOME/etc/RT_SiteConfig.pm
…
Set( @Plugins, qw(
RT::Authen::ExternalAuth
RTx::EmailCompletion
) );
Set($EmailCompletionUnprivileged,“everybody”);
Set($EmailCompletionSearch, “STARTSWITH”);
Set($EmailCompletionLdapAttrSearch, [qw/mail cn/]);
Set($EmailCompletionRdbmsDisabled, 1);
…
How do I expect it to work? I tried to fill the One-time Cc: with
foo'' and expected it to autocomplete to foo@example.com’’
Still like some help with this one.
Thanks for the help.
–
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
I install RTx::EmailCompletion plugin and added the following stanza
into my RTHOME/etc/RT_SiteConfig.pm
....
Set( @Plugins, qw(
RT::Authen::ExternalAuth
RTx::EmailCompletion
) );
Set($EmailCompletionUnprivileged,"everybody");
Set($EmailCompletionSearch, "STARTSWITH");
Set($EmailCompletionLdapAttrSearch, [qw/mail cn/]);
Set($EmailCompletionRdbmsDisabled, 1);
...
How do I expect it to work? I tried to fill the One-time Cc: with
``foo'' and expected it to autocomplete to ``foo@example.com
<mailto:foo@example.com>''
Still like some help with this one.
What’s your RT version? I don’t believe RTx::EmailCompletion is
compatible with RT 4.0 since most of the functionality (although not the
LDAP parts) was merged to core.
If you’re indeed on 4.0, perhaps you want to look into
RT::Extension::LDAPImport instead so that your LDAP info is sync’d
locally into RT and the standard autocompletion will work. This means
your RT user info from ExternalAuth will also always be up to date.
I install RTx::EmailCompletion plugin and added the following stanza
into my RTHOME/etc/RT_SiteConfig.pm
....
Set( @Plugins, qw(
RT::Authen::ExternalAuth
RTx::EmailCompletion
) );
Set($EmailCompletionUnprivileged,"everybody");
Set($EmailCompletionSearch, "STARTSWITH");
Set($EmailCompletionLdapAttrSearch, [qw/mail cn/]);
Set($EmailCompletionRdbmsDisabled, 1);
...
How do I expect it to work? I tried to fill the One-time Cc: with
``foo'' and expected it to autocomplete to ``foo@example.com
<mailto:foo@example.com>''
Still like some help with this one.
What’s your RT version? I don’t believe RTx::EmailCompletion is
compatible with RT 4.0 since most of the functionality (although not the
LDAP parts) was merged to core.
Sorry I forgot to mentions the versions.
I am using RT 3.8.2 / mod_ssl/2.2.11 OpenSSL/0.9.8p mod_perl/2.0.3
Perl/v5.8.8
If you’re indeed on 4.0, perhaps you want to look into
RT::Extension::LDAPImport instead so that your LDAP info is sync’d
locally into RT and the standard autocompletion will work. This means
your RT user info from ExternalAuth will also always be up to date.
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
I install RTx::EmailCompletion plugin and added the following stanza
into my RTHOME/etc/RT_SiteConfig.pm
....
Set( @Plugins, qw(
RT::Authen::ExternalAuth
RTx::EmailCompletion
) );
Set($EmailCompletionUnprivileged,"everybody");
Set($EmailCompletionSearch, "STARTSWITH");
Set($EmailCompletionLdapAttrSearch, [qw/mail cn/]);
Set($EmailCompletionRdbmsDisabled, 1);
...
How do I expect it to work? I tried to fill the One-time Cc: with
``foo'' and expected it to autocomplete to ``foo@example.com
<mailto:foo@example.com>''
Still like some help with this one.
What’s your RT version? I don’t believe RTx::EmailCompletion is
compatible with RT 4.0 since most of the functionality (although not the
LDAP parts) was merged to core.
Sorry I forgot to mentions the versions.
I am using RT 3.8.2 / mod_ssl/2.2.11 OpenSSL/0.9.8p mod_perl/2.0.3
Perl/v5.8.8
I still like some help on this.
If you’re indeed on 4.0, perhaps you want to look into
RT::Extension::LDAPImport instead so that your LDAP info is sync’d
locally into RT and the standard autocompletion will work. This means
your RT user info from ExternalAuth will also always be up to date.
–
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?