On Mon, Jun 11, 2012 at 6:40 PM, Russ Lavoy <[email protected]> wrote:
knip
> # as internal users if they fail to authenticate from an
> # external service.
> Set($AutoCreateNonExternalUsers, 0);
>
> # LDAP Settings
> 'My_LDAP' => {
> 'type' => 'ldap',
> 'server' =>
> 'ldapserver',
> 'user' =>
> 'cn=user,ou=oragnizational unit,dc=example,dc=net',
> 'pass' => 'passwd',
> 'base' =>
> 'dc=example,dc=net',
> 'filter' =>
> '(objectClass=*)',
> 'd_filter' =>
> '(objectClass=Foo)',
>
>
This should be:
Set( $ExternalSettings, {
'My_LDAP' => {
.........
etc.
Do not forget to verify your RT_SiteConfig.pm with perl -c RT_SiteConfig
after editing and restarting your webserver.
HTH,
--
natxo