[rt-users] RE: LDAP (AD) supported?
Michael Pelletier
Michael.Pelletier at pgicorp.net
Wed Apr 20 18:29:19 EDT 2005
Hello,
I downloaded the LDAPSMB1.2_RT3 package and installed everything.
However, I am having problems connecting to AD...I keep getting "Logon
failed"
Here is my config...the config has been sanitized...
Set($HomeRefreshPeriod, "300");
Set($TicketsRefreshPeriod, "300");
@AuthOrder = ("LDAP", "Web", "Internal");
$LDAPExternalAuto = 1;
$LDAPDeferToInternalAuth = undef;
$LdapServer="servername.domain.com"; (Real name has been removed)
$LdapCert= "";
$LdapCertDir= "";
$LdapUser="CN=my-account-name,OU=PGIC Users,DC=domain,DC=com";
$LdapPass="my-password";
# The following attributes specify where the search should start in
# the tree, the attributes to use and the filter to apply to the
# search.
$LdapBase="DC=domain,DC=com"; # search base
$LdapUidAttr="SAMAccountName"; # attribute for RT user name
$LdapFilter="(objectclass=*)"; # filter LDAP entries (e.g., only
people)
$LdapMap = { # map LDAP attributes to RT3
# 'RT user paramater' => 'LDAP entry',
'Name' => $RT::LdapUidAttr,
'EmailAddress' => 'mail',
'RealName' => 'cn',
};
# SMB Authentication
$SMBExternalAuto = 1;
$SMBDeferToInternalAuth = 1;
@SmbDomains = (["domain1", "pdc1", "bdc1"],
["domain2", "pdc2", "bdc2"],
["domain3", "pdc3", "bdc3"]
);
#
# The rest was the original config before adding support
# for LDAP.
On Mon, 18 Apr 2005, Michael Pelletier wrote:
> Does RT support AD?
http://www.mosemann.com/software/LDAPSMB1.2_RT3.tar.gz
----
Russell Mosemann, Ph.D. * Computing Services * Concordia University,
Nebraska
"In order for some things to succeed, you have to be able to fake
sincerity." - a friend
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20050420/fa4289b0/attachment.htm>
More information about the rt-users
mailing list