Hi martin

your line in LDAP.pm  : 

# bind with user data -> real user auth.
# --
$Result = $LDAP->bind(dn => $UserDN, password => $Param{Pw});

my line in LDAP.pm : I need this syntax to work with my
Exchange LDAP auth

# bind with user data -> real user auth.
# --
$UserDN = 'cn='.$Param{User}.',ou=GMN,o=MININT';
$Result = $LDAP->bind(dn => $UserDN , password => $Param{Pw});
    
I don't see how to set the 
    $Self->{'AuthModule::LDAP::BaseDN'} 
in the config.pm so I've modified the source code.

Rémi








Accédez au courrier électronique de La Poste : www.laposte.net ; 
3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn)



_______________________________________________
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

Reply via email to