On Thu, 14 Oct 2004, Rapha�l 'SurcouF' Bordet wrote:
Robin Mordasiewicz wrote:
On Thu, 14 Oct 2004, [ISO-8859-15] Rapha�l 'SurcouF' Bordet wrote:

I've finally installed otrs without mod_perl support and I've can't log into after set LDAP parameters in Kernel/Config.pm like this:

$Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP';
$Self->{'AuthModule::LDAP::Host'} = 'localhost';
$Self->{'AuthModule::LDAP::BaseDN'} = 'dc=exploitation,dc=sopragroup';
$Self->{'AuthModule::LDAP::UID'} = 'uid';


Try increasing the log level of the ldap server
place the following line in your slapd.conf,
loglevel 256

and the following in /etc/syslog.conf

local4.*       -/var/log/ldap.log

then restart ldap and syslog

try logging in again and watch the logs.


It's working. I was using GOsa to create user account and this interface doesn't use posixAccount or shadowAccount objectclass.
An user created with phpLDAPadmin, with both posixAccount and shadowAccount, work.
Does this mean we need shadowAccount objectclass to see LDAP auth working in OTRS ?


LDIF GOsa account:
# Raphael SurcouF, users, exploitation, sopragroup
dn: cn=Raphael SurcouF,ou=users,dc=exploitation,dc=sopragroup
uid: surcouf
cn: Raphael SurcouF

LDIF pLa account:
# rbordet, users, exploitation, sopragroup
dn: uid=rbordet,ou=users, dc=exploitation, dc=sopragroup
uid: rbordet
cn: Raphael

I do not use shadowAccount, but I notice there is a discrepency with the dn: that is created. Mebbe you did not notice the dn record, mebbe you did.
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to