On 08/31/2012 06:15 PM, Chris Corbin wrote: > ERR: Could not load AuthBy module Radius::AuthNTLM: Can't locate > Digest/MD4.pm in @INC (@INC contains: . /usr/local/lib64/perl5
Hello Chris, you need Digest::MD4. Radius::AuthNTLM tries to use it but it's nowhere to be found. Otherwise it looks good. ntlm_auth seems to work fine. Thanks, Heikki > /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl > /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at > /usr/local/share/perl5/Radius/MSCHAP.pm line 47, <CONFIG> line 37. > > > > Which indicates a missing module. I tried loading it via CPAN “cpan[1]> > install Radius::AuthNTLM” without any luck. Do I need to build and > install samba to get this to work? > > > > I have added the Centos system to the Windows AD domain and am able to: > > [root@Auth01 Radiator]# ntlm_auth --username=xxxxxx --domain= xxxxxx.com > --password= xxxxxx > > NT_STATUS_OK: Success (0x0) > > > > A Google search for “Could not load AuthBy module Radius::AuthNTLM” > results in only one hit, so I’ve clearly missed an obvious step in the > install… > > > > Thanks, > > > Chris > > > > _______________________________________________ > radiator mailing list > [email protected] > http://www.open.com.au/mailman/listinfo/radiator > -- Heikki Vatiainen <[email protected]> Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc. _______________________________________________ radiator mailing list [email protected] http://www.open.com.au/mailman/listinfo/radiator
