(RADIATOR) I need a little help validating against an NT domain.

Stewart, Bill wjs-corp at kaman.com
Tue Mar 29 14:28:59 CST 2005


	We are trying to set up to validate against an NT domain, using an
Enterasys AP and a Windows XP laptop with a wireless card.

	Can someone give me an example cfg file that is set up to validate
against an nt domain?

	When I start radiator I get the following errors:

Tue Mar 29 15:24:54 2005: ERR: Could not load AuthBy module Radius::AuthNT:
Can't locate Authen/Smb.pm in @INC (@INC contains: . /us
r/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5
/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 
/usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0 .) at /usr/lib/perl5/site_perl/Radius/A
uthNT.pm line 31, <FILE> line 40.
Compilation failed in require at (eval 35) line 3, <FILE> line 40.

Tue Mar 29 15:24:54 2005: ERR: Unknown object 'AuthBy' in
/etc/radiator/radius.cfg line 40
Tue Mar 29 15:24:54 2005: DEBUG: Finished reading configuration file
'/etc/radiator/radius.cfg'
Tue Mar 29 15:24:54 2005: DEBUG: Reading dictionary file
'/etc/radiator/dictionary'
Tue Mar 29 15:24:54 2005: DEBUG: Creating authentication port 0.0.0.0:1812
Tue Mar 29 15:24:54 2005: DEBUG: Creating accounting port 0.0.0.0:1646
Tue Mar 29 15:24:54 2005: NOTICE: Server started: Radiator 3.12 on kmnradius
(LOCKED)



Here is what we have so far:

# radius.cfg
#
# Example Radiator configuration file.
# This very simple file will allow you to get started with 
# a simple system. You can then add and change features.
# We suggest you start simple, prove to yourself that it
# works and then develop a more complicated configuration as required.
#
# This example will authenticate from a standard users file in
# DbDir/users and log accounting to LogDir/detail.
#
# It will accept requests from any client and try to handle request
# for any realm.
#
# You should consider this file to be a starting point only
# $Id: linux-radius.cfg,v 1.3 2002/03/24 23:07:49 mikem Exp $

#Foreground
LogStdout
LogDir          /var/log/radius
DbDir           /etc/radiator
# Use a low trace level in production systems. Increase
# it to 4 or 5 for debugging, or use the -trace flag to radiusd
Trace           4
AuthPort 1812
DictionaryFile %D/dictionary

# You will probably want to add other Clients to suit your site,
# one for each NAS you want to work with
<Client DEFAULT>
        Secret  mysecret
        DupInterval 0
</Client>

<Client 149.158.3.250> 
        Secret secretword
</Client>

<Realm DEFAULT>
        <AuthBy NT>
                Domain LAN_KCNT
                DomainController kcnt1.kaman.com
        </AuthBy>

        <AuthBy FILE>
                Filename %D/users
        </AuthBy>

        # Log accounting to a detail file
        #AcctLogFileName        %L/detail
        AcctLogFileName /var/log/radius/detail
</Realm>

Bill Stewart   :-)
Kaman Corporation
1332 Blue Hills Avenue
Bloomfield, Connecticut, 06002
(860) 243-7058


--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list