Guenter,
I tried your first solution and it worked... almost. It seems to be pulling the windows username, and not the netware client username. Is there anyway to get it to pull the netware client username?
God Bless,
Ben T. Eisemann
Web Developer
Lancaster Bible College and Graduate School
www.LBC.edu
Hi Han,
it depends on how secure this has to be;
f.e. there are ident daemons which can run on Win32 workstation:
http://www.gknw.com/mirror/identd/
the username identd provides can then be accessed from Apache with a
variable...
another approach I had in mind is to search for the IP the user comes from
in the server's connection table, and if a match is found the user seems to
be logged-in with a client, and then use that username....
I did even code an Apache module for testing that - however only for Apache
1.3.x since the functions I had to use were only available in clib...
but it should be possible to just do the same with Nscript, Perl, or PHP if
you use the UCS/UCX components....
Guenter.
Post by Han van SchieBut iChain and Bordermanager are just applications for the outside going
in. I look for a solution for the Intranet, Identity Manager (DirXml)
offers this solution but look at the costs.
Thanks for your reply, Christian
Well, BorderManager and/or iChain are "known" to do just that; can't
remember right now which of them will do true single sign on (with
Windows client and stuff) though.
hth,
/ch
Post by Han van SchieI am looking for a PHP and/or PERL script for Single Signon in a
Netware environment. Once a user is authenticated in the normal way
using the Client32, he/she doesn't have to authenticate to sites in the
Intranet. To make it more complicated, he/she can or can not fill in
certain fields in a Webform depending of the NDS GROUP one is member
of.
Is there such a script or do I have to look for a standard Novell product?
Many thanks