View Single Post
Old 05-01-2010, 01:52 PM   #9
nobody7290
BlackBerry Extraordinaire
 
Join Date: Mar 2006
Model: 9700
Carrier: t-mobile Germany
Posts: 1,381
Default

in: MDS\Servers\instance\config
In the mdslogin.conf

there is written:
Code:
MDS_Default {
    com.sun.security.auth.module.Krb5LoginModule      optional   defaultUserRealm=COMPANY.COM;
    net.rim.security.auth.module.ntlm.NtlmLoginModule Sufficient defaultUserDomain=COMPANY.COM;
    net.rim.security.auth.module.pwd.PwdLoginModule   optional;
};
So, if the BES uses this config file for the "files" service, login with ntlm should be possible.
I tried to login to a remote XP PC, which is not a member of a AD-domain, using credentials of the local PC (where no kerberos authentication AFAIK is possible ?), and, it also fails.

This looks like a Bug to me.
Offline   Reply With Quote