[jcifs] NTLM login failure

Michael B Allen mba2000 at ioplex.com
Wed Jun 7 16:39:56 GMT 2006


Ok. In the future pls also CC the list.

Mike

On Wed, 7 Jun 2006 17:14:39 +0400
"Alexandr Podoplelov" wrote:

> Hi Mike.
> While configuring NTLM, I used the IP adress of the local computer, on which
> tomcat runs. It is WinXP Professional and by default it really has a limit
> for auth connections which is limited to 10. This value, as far as I know
> now, cannot be changed. After I changed the value to the real DC and added
> jcifs.smb.client.{domain,username,password}  parameters, it started to
> work.
> Thank you for your explanations.
> //Alexander.
> 
> 2006/6/6, Michael B Allen <mba2000 at ioplex.com>:
> >
> > On Tue, 6 Jun 2006 15:18:16 +0200 (CEST)
> > Alexander Podoplelov <alepod7 at yahoo.se> wrote:
> >
> > > jcifs.smb.SmbException: 0xC00000D0
> > >     jcifs.smb.SmbTransport.checkStatus (SmbTransport.java:510)
> > >     jcifs.smb.SmbTransport.send(SmbTransport.java:610)
> > >     jcifs.smb.SmbSession.sessionSetup(SmbSession.java:269)
> > >     jcifs.smb.SmbSession.send(SmbSession.java:225)
> > >     jcifs.smb.SmbTree.treeConnect(SmbTree.java:147)
> > >     jcifs.smb.SmbSession.logon(SmbSession.java:161)
> > >     jcifs.smb.SmbSession.logon(SmbSession.java:154)
> > >     jcifs.http.NtlmHttpFilter.negotiate(NtlmHttpFilter.java :182)
> > >     jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:114)
> >
> > That means:
> >
> > 0xC00000d0  NT_STATUS_REQUEST_NOT_ACCEPTED  No more connections can be
> > made to this remote computer at this time because there are already as
> > many connections as the computer can accept.
> >
> > Sounds like your DC is a little overloaded maybe. Or the
> > "domainController" is actually a lowly workstation and it's got some kind
> > of quota or limit to the number of logons it supports. What exactly is
> > the "domainController"? Is it W2K3 Server or XP Home Edition :->
> >
> > Also, there's no such property 'http.auth.ntlm.domain'. I believe you want
> > 'jcifs.smb.client.domain'.
> >
> > Mike
> >
> > --
> > Michael B Allen
> > PHP Extension for SSO w/ Windows Group Authorization
> > http://www.ioplex.com/
> >
> 


-- 
Michael B Allen
PHP Extension for SSO w/ Windows Group Authorization
http://www.ioplex.com/


More information about the jcifs mailing list