Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Greetings Monks,

I have been researching ways to authenticate to, enumerate and retrieve users/groups/shares from an Windows NT4 domain and servers. I'm running perl 5.10 on a FreeBSD 7.2 box.

Currently, I do all this using some VB scripts on a windows 2003 server. Having recently implemented Net::LDAP to bind and pull back this data from AD domains, I'd love to be able to do the same thing with NT4 so I can say goodbye to all my old VB scripts.

Any wisdom regarding a starting point (modules, code sample, etc) is most appreciated.

Replies are listed 'Best First'.
Re: UNIX to Win NT Auth and data retrieval
by kejohm (Hermit) on Jun 25, 2010 at 00:46 UTC

    You could try the Win32::NetAdmin module for starters.

    Update: Link fixed.

Re: UNIX to Win NT Auth and data retrieval
by tymm654 (Initiate) on Jun 24, 2010 at 15:03 UTC
    somehow got logged out. This post was from me.