You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Dean Cording <De...@kaz-group.com> on 2003/07/11 03:47:29 UTC

Authenticating against Windows NT domain

I am developing a Cocoon based application that will run on a Windows NT 4
based network.  The application needs to authenticate users and one of the
options I have is authenticating against the Windows NT domain.

I have had a good look around and I haven't found much information that
suggests anyone has been able to do this.

Has anyone attempted this?


Thanks,

Dean

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Authenticating against Windows NT domain

Posted by Upayavira <uv...@upaya.co.uk>.
Dean,

> I am developing a Cocoon based application that will run on a Windows NT
> 4
> based network.  The application needs to authenticate users and one of
> the
> options I have is authenticating against the Windows NT domain.
> 
> I have had a good look around and I haven't found much information that
> suggests anyone has been able to do this.
> 
> Has anyone attempted this?

There's nothing to do this in Cocoon (as far as I know). The question I
would ask is whether you can gain access to Windows domain details from
Java. If you can find Java code that will do your authentication, then
you'll be able to write your own authentication component, or amend an
existing one (who knows, it might be useful to others too).

Hope this helps.

Regards, Upayavira

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Authenticating against Windows NT domain

Posted by Ferenc Kiraly <fe...@mobitel.si>.
Dean Cording wrote:
> I am developing a Cocoon based application that will run on a Windows NT 4
> based network.  The application needs to authenticate users and one of the
> options I have is authenticating against the Windows NT domain.
> 
> I have had a good look around and I haven't found much information that
> suggests anyone has been able to do this.
> 
> Has anyone attempted this?

I am doing this using a custom action using a custom made native (Linux)
Java library that interfaces with PAM.


	feri.

Ferenc Kiraly
tel: +386 1 472 8429
gsm: +386 41 252503



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org