Kavita wrote:

> Actually my problem is that i wanna put up one website on 
> intranet.In which i wanna authenticate intranet's users to NT 
> Domain Controller(PDC).Also i wanna get rights of users on 
> shared folders.And also wanna display those files and folders 
> web-based. I have tred ur Win32::AdminMisc module for 
> authentication to NT,but only on WIN32 platform. But my 
> webserver is on Linux-7.2.so,i cant install this module on 
> Linux. Do you have any alternatives for this?? Its very 
> urgent to me.So,if possible give me some solutions.

Since you're looking for a solution on Linux, perhaps the best place to ask
would be on the Perl-Unix-Users mailing list. I have taken the liberty of
cross-posting in case there are additional insights by anyone who may have
done this. I personally haven't, but I'll try to help.

I assume you'll be using Apache as your linux web server. There are apache
modules that can do NTLM authentication. One is Apache::AuthenNTLM, I
believe. Search CPAN for it. There are a few standalone authenticators too
(two are Authen::NTLM and Authen::Perl::NTLM). Samba is another potential
solution--if you're not familiar with Samba, it is a full-featured NT Server
and client for Linux. There are also many options if you want to go the LDAP
route. 

The "rights of users on shared folders" is unclear... are you talking about
permissions of directories served by the web server on the Linux machine? Or
are you talking about connecting to remote NT machines from Linux and
querying rights? If it is the latter, I believe Samba is the only option.


-- 
Mark Thomas                    [EMAIL PROTECTED]
Internet Systems Architect     User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
 

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to