[rt-users] Authen-ExternalAuth LDAP problem
Natxo Asenjo
natxo.asenjo at gmail.com
Mon Jun 11 15:00:27 EDT 2012
On Mon, Jun 11, 2012 at 6:40 PM, Russ Lavoy <ussray_00 at yahoo.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20120611/de63b39a/attachment.htm>
More information about the rt-users
mailing list