Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Can I use NT authentification for a script running on a Linux server?

by Schuk (Pilgrim)
on Jan 04, 2002 at 18:20 UTC ( [id://136270]=note: print w/replies, xml ) Need Help??


in reply to Can I use NT authentification for a script running on a Linux server?

I also found a nice little solution. In fact it only gives you the nt login name of the client box. You need the IpInfo module which I found in the sources of NBTscan. http://www.inetcat.org/software/nbtscan.html
use IpInfo; ... my $info = new IpInfo($cur_ipaddr); print $info->nbUserName();
The module reads out the netbios.
Schuk
  • Comment on Re: Can I use NT authentification for a script running on a Linux server?
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://136270]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-16 19:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found