FreeRadius with RSA SecurID

2003-08-14 Thread david tran
All,
I am running FreeRadius on RedHat Linux 9.0 to
authenticate wireless users from Cisco Access
Point AP340 via FreeRadius LEAP.  Everything is
working
great.  

Now instead of authenticating users via LEAP from 
FreeRadius local database, I would like to off load 
the authentication to another RADIUS server, called
BOB.  For example:

AP340 has IP address of 1.1.1.1
FreeRadius Server has IP address of 1.1.1.2
BOB (radius server) has IP address 1.1.1.3

Basically, users account will be stored on BOB.  When
wireless log onto the wireless network, they have to 
authenticate and the accounts are stored on BOB.  

How can I make this work?  please help.

David



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Securid PAM with Freeradius

2003-07-17 Thread Roger E McClurg
I saw a couple of messages dated earlier this month referring to the use 
of the SecurID PAM module and Freeradius. Does anyone have this working? 
If so, can you please tell me how it is configured?

Best Regards,

Roger McClurg
[EMAIL PROTECTED]




This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. NOTE: Regardless of content, this e-mail shall not operate to 
bind CSC to any order or other contract unless pursuant to explicit 
written agreement or government initiative expressly permitting the use of 
e-mail for such purpose.



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Freeradius pass through to SecurID PAM module

2003-07-07 Thread Alan DeKok
Chris Jackson <[EMAIL PROTECTED]> wrote:
> I have the PAM module talking to the server so I know it works.  Just
> confused as to why the Radius Daemon is not chatting to it.

  Because you told it not to.

> DEFAULT Auth-Type:=PAM
> Fall-Through=Yes

  OK...

> I get this...
> Ready to process requests.
> rad_recv: Access-Request packet from host 192.168.xxx.xxx:3035, id=19,
> length=28
...

> users: Matched DEFAULT at 75
> users: Matched DEFAULT at 155
> users: Matched DEFAULT at 162
> users: Matched DEFAULT at 221
>   modcall[authorize]: module "files" returns ok
> modcall: group authorize returns ok
>   rad_check_password:  Found Auth-Type System
...
> (75 is the line with DEFAULT Auth-Type:=PAM)
> 
> Do you have any pointers on where to look next or if this is even
> possible?

  Did you try looking at the DEFAULT's on lines 155, 162, and 221?

  Maybe it's something related to Auth-Type System ?

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Freeradius pass through to SecurID PAM module

2003-07-07 Thread Frank Cusack
On Mon, Jul 07, 2003 at 04:29:41PM -0700, Chris Jackson wrote:
> Do you have any pointers on where to look next or if this is even
> possible?

Configure your NAS to do PAP.  You are doing CHAP auth, which isn't
compatible with PAM.

/fc

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Freeradius pass through to SecurID PAM module

2003-07-07 Thread Chris Jackson
Pardon the intrusion,  

I wanted to see if anyone else had been in this situation so I didn't have
to reinvent the wheel if I didn't have to.

Basically I want to pass along all Radius authentication to
a RSA SecurID server.  I don't want it to do anything else other than
that.  (Basically because RSA SecurID has a PAM module for Linux, but
several of my servers/network devices are RADIUS only, I want to be able
to use my fobs)

I have the PAM module talking to the server so I know it works.  Just
confused as to why the Radius Daemon is not chatting to it.

My /etc/pam.d/radiusd looks like...
#PAM-1.0
auth   required /lib/security/pam_securid.so
auth   required /lib/security/pam_nologin.so
account    required /lib/security/pam_userdb.so

The PAM part of the startup (running radiusd -X -A to see debugging info)
Module: Loaded Pam
 pam: pam_auth = "radiusd"
 
Module: Instantiated pam (pam)

Using the radius client off of www.efinesoft.com to see the messages back
and forth.

In my users file I have

DEFAULT Auth-Type:=PAM
Fall-Through=Yes

When I click send with the username of cjtest it just rejects me
and I don't see a reject or any "garbage" on the RSA servers side
like I do if I mess up the install of OpenSSH pointing to the
securid server.

I get this...
Ready to process requests.
rad_recv: Access-Request packet from host 192.168.xxx.xxx:3035, id=19,
length=28
User-Name = "cjtest"
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
rlm_chap: Could not find proper Chap-Password attribute in request
  modcall[authorize]: module "chap" returns noop
  modcall[authorize]: module "mschap" returns notfound
rlm_realm: No '@' in User-Name = "cjtest", looking up realm NULL
rlm_realm: No such realm NULL
  modcall[authorize]: module "suffix" returns noop
users: Matched DEFAULT at 75
users: Matched DEFAULT at 155
users: Matched DEFAULT at 162
users: Matched DEFAULT at 221
  modcall[authorize]: module "files" returns ok
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
rlm_unix: Attribute "User-Password" is required for authentication.
  modcall[authenticate]: module "unix" returns invalid
modcall: group authenticate returns invalid
auth: Failed to validate the user.
Delaying request 0 for 1 seconds
Finished request 0
Going to the next request

(75 is the line with DEFAULT Auth-Type:=PAM)

Do you have any pointers on where to look next or if this is even
possible?

Thanks,
-Chris

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


SECURID

2003-04-03 Thread Carlo Venditti
Hi to all
Does FreeRadius server support SecurID Rsa ace server authentication?
Thanks in advance

Carlo


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


SecurID

2003-04-03 Thread Carlo Venditti
Hi to all
Does Gnu radius server support SecurID Rsa ace server authentication?
Thanks in advance

Carlo


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Radius authentication using RSA/SecurID ACE-Server

2003-01-30 Thread Alan DeKok
"Frank Sackewitz" <[EMAIL PROTECTED]> wrote:
> Is there a plugin for an ACE-Server, so the Radius-Server asks the ACE to
> authenticate the user?

  You can proxy requests from FreeRADIUS to the ACE server.

  Or, you can use the Exec-Program-Wait feature to run their
command-line client, to do the authentication.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Radius authentication using RSA/SecurID ACE-Server

2003-01-30 Thread Vincent_Giovannone
Unfortunately, no, there is no plug in so that freeradius can directly 
authenticate against an ACE server.

I have been in contact with RSA on this issue.  RSA's response was 
basically, 'We've never heard of freeradius, so piss off.'  I even offered 
to write the freeradius plug in.  RSA's reply was that if I wrote a plug 
in, that I'd be in violation of the RSA licensing agreement if I were to 
give the code back to the freeradius project for distribution.

So the long and the short of it is this:  IF YOU WANT FREERADIUS TO 
SUPPORT SECURID -->EVER<--, CONTACT YOUR RSA REP (if you need an address 
to contact let me know) AND DEMAND THEY SUPPORT IT!  (Then _maybe_ they'll 
let me write a plugin that doesn't violate the licensing agreement. 
Maybe.)

-

What you _can_ do in the interim is proxy against the piss poor radius 
server built into ACE, but that's a sub-sub-sub optimal solution.

Vincent Giovannone
Network Infrastructure Group
Information Services Division
Rush - Presbyterian St. Luke's Medical Center

"So for the IT Manager Role, you want someone who's absolute crap, looks 
reasonable on paper, and won't cause too much trouble. ...  Well I don't 
have any MCSEs on my books at the moment, but I could call around."-- 
Simon Travaglia





"Frank Sackewitz" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
01/30/2003 02:23 AM
Please respond to freeradius-users

 
    To:     [EMAIL PROTECTED]
cc: 
Subject:Radius authentication using RSA/SecurID ACE-Server



Hello Folks! 

I´m planning to use a Radius-Server for the Authentication/Accounting of 
my VPN-Users. 

Is there a plugin for an ACE-Server, so the Radius-Server asks the ACE to 
authenticate the user?

-- 
Bye

Frank Sackewitz



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Radius authentication using RSA/SecurID ACE-Server

2003-01-30 Thread Frank Sackewitz

Hello Folks!

I´m planning to use a Radius-Server for the Authentication/Accounting of my VPN-Users. 

Is there a plugin for an ACE-Server, so the Radius-Server asks the ACE to authenticate the user?

-- 
Bye

Frank Sackewitz

Re: using FreeRADIUS SecurID/RSA?

2002-11-14 Thread Jamie Dennis
Thanks for all the input (and kick in the head, PROXY!! duh).  

~jamie

On Thu, 2002-11-14 at 10:17, Alan DeKok wrote:
> "Gene Parks" <[EMAIL PROTECTED]> wrote:
> > What about using the radius server built into the SecurID product and
> > let Freeradius proxy to it for that function?
> 
>   Sure, that would work.
> 
>   Alan DeKok.
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- 
Jamie Dennis
GDNM 3rd Level MAE/PIP
972-729-3313
cell 214-783-6602




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: using FreeRADIUS SecurID/RSA?

2002-11-14 Thread Alan DeKok
"Gene Parks" <[EMAIL PROTECTED]> wrote:
> What about using the radius server built into the SecurID product and
> let Freeradius proxy to it for that function?

  Sure, that would work.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



RE: using FreeRADIUS SecurID/RSA?

2002-11-13 Thread Gene Parks
What about using the radius server built into the SecurID product and
let Freeradius proxy to it for that function?

Just a thought.

Gene Parks
VIP Direct

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



using FreeRADIUS SecurID/RSA?

2002-11-12 Thread Jamie Dennis
I know this question has been asked in the past but I was wondering if
anyone has ever sucesfully done this.  I've seen the mailing list
archives make mention of using 'exec-program' to fork to an external
script but I would rather avoid that if possible.  Is that my only
choice?  Does anyone on the list have freeradius woking with SecurID/ACE
that can provide some input?  Any support in future releases thought of?

~jamie


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



RE: Anyone running freeradius with SecurID?

2002-10-28 Thread Vincent_Giovannone
Unfortunately, I've actually looked at the radius server built in, and 
it's _really_ scary.  (I'd _almost_ rather run no authentication than that 
radius server!)

It's very similar to their "support" of LDAP They import the whole 
ldap tree once, and wow!  they support LDAP!  No, not really...

Thanks, though.

Vincent Giovannone
Network Infrastructure Group
Information Services Division
Rush - Presbyterian St. Luke's Medical Center

"So for the IT Manager Role, you want someone who's absolute crap, looks 
reasonable on paper, and won't cause too much trouble. ...  Well I don't 
have any MCSEs on my books at the moment, but I could call around."-- 
Simon Travaglia





"Gene Parks" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
10/28/2002 10:15 AM
Please respond to freeradius-users

 
To: <[EMAIL PROTECTED]>
    cc: 
Subject:RE: Anyone running freeradius with SecurID?


SecurID has it's own radius server built in.  You can proxy to it or
just point your clients straight at it.

Gene Parks
VIP Direct


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



RE: Anyone running freeradius with SecurID?

2002-10-28 Thread Gene Parks
SecurID has it's own radius server built in.  You can proxy to it or
just point your clients straight at it.

Gene Parks
VIP Direct


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Anyone running freeradius with SecurID?

2002-10-28 Thread Vincent_Giovannone
I know it's been mentioned before that SecurIDs could be used as an 
external (to freeradius) authenticator.  Is anyone out there currently 
running this kind of config?  (I'd rather not reinvent the wheel if 
someone has gone through the pain.)

Thanks!

Vincent Giovannone
Network Infrastructure Group
Information Services Division
Rush - Presbyterian St. Luke's Medical Center

"So for the IT Manager Role, you want someone who's absolute crap, looks 
reasonable on paper, and won't cause too much trouble. ...  Well I don't 
have any MCSEs on my books at the moment, but I could call around."-- 
Simon Travaglia


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: pam_radius & SecurID

2002-02-22 Thread Frank Cusack

On Fri, Feb 22, 2002 at 03:47:53PM -0500, Utsav Ratti wrote:
> The problem I am trying to solve involves administrative logins to our
> firewalls, which currently run on Redhat Linux 6.2. In order to provide
> administrative accountability, individual accounts have to be created
> on each box for all of the administrators, and their passwords have to
> be maintained. Obviously, this doesn't scale well as we add boxes.

Why not?  You should be automating this.

> We have tried to leverage our existing SecurID authentication system as
> a way of strengthening the authentication model on the firewalls and
> eliminating the need to use host-specific user accounts. However, with
> the current RSA ACE/Agent for Linux, one must still login to the local
> machine before being prompted for the SecurID login. I'm looking for a
> way around that by leveraging pam_radius to talk to our existing Steel
> Belted RADIUS servers, which are already configured to proxy to our
> ACE/Servers.

You are using 'sdshell'?  You could use pam_securid instead.  You'll still
have to login as the user (ACE/Server has to know which token to check
against), but you could tweak the pam_securid module to only use the
username for auth and always login as some specific account.  Although,
I would discourage this.

> The problem is that pam_radius, from what I have been able to gather,
> does not support New PIN Mode, Next Tokencode Mode and other
> ACE-specific messages, which would be needed to properly support ACE
> authentication on an ongoing basis. Is anybody working on this,
> considering to do so, or has any alternative suggestions on how I might
> be able to do this without requiring two logins?

pam_radius fully supports those functions -- as far as it is able.  ie,
pam_radius will pass Access-Challenge's to the user as long as it keeps
receiving them.  You problem is that SBR must not be passing on those
messages correctly.

> Any help would be appreciated.

Try pam_securid.

/fc


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: pam_radius & SecurID

2002-02-22 Thread Alan DeKok

"Utsav Ratti" <[EMAIL PROTECTED]> wrote:
> The problem is that pam_radius, from what I have been able to gather,
> does not support New PIN Mode, Next Tokencode Mode and other
> ACE-specific messages, which would be needed to properly support ACE
> authentication on an ongoing basis. Is anybody working on this,
> considering to do so, or has any alternative suggestions on how I might
> be able to do this without requiring two logins?

  Source code patches.  Post them, and I'll probably add them to the
module.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



pam_radius & SecurID

2002-02-22 Thread Utsav Ratti

Hi all,

The problem I am trying to solve involves administrative logins to our
firewalls, which currently run on Redhat Linux 6.2. In order to provide
administrative accountability, individual accounts have to be created
on each box for all of the administrators, and their passwords have to
be maintained. Obviously, this doesn't scale well as we add boxes.

We have tried to leverage our existing SecurID authentication system as
a way of strengthening the authentication model on the firewalls and
eliminating the need to use host-specific user accounts. However, with
the current RSA ACE/Agent for Linux, one must still login to the local
machine before being prompted for the SecurID login. I'm looking for a
way around that by leveraging pam_radius to talk to our existing Steel
Belted RADIUS servers, which are already configured to proxy to our
ACE/Servers.

The problem is that pam_radius, from what I have been able to gather,
does not support New PIN Mode, Next Tokencode Mode and other
ACE-specific messages, which would be needed to properly support ACE
authentication on an ongoing basis. Is anybody working on this,
considering to do so, or has any alternative suggestions on how I might
be able to do this without requiring two logins?

Any help would be appreciated.

Thanks,
Utsav


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-15 Thread Alan DeKok

"Siddharth Jeevan" <[EMAIL PROTECTED]> wrote:
> I will like to know how we can possibly make this functionality to be
> supported by FreeRadius server without writing an external script. I am
> new to RadiusServer dev and will like to explore/know how to extend the
> functionality of FreeRadius to support this!

  You can add a SecurID module, but it will have to link to the
proprietary SecurID libraries.

  I'm not sure that's allowed under the GPL.

> This is an interesting feature and will like to know what all is
> required to be developed like PAM service module for SecurID/RADIUS
> etc. TIA!  Pointers to any relevant documentation will be extremely
> helpful.

  There is a pam_securid.  Do a search on Google.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Freeradius and RSA SecurID

2002-02-15 Thread Siddharth Jeevan



Greetings!
 
With regards to an earlier question from Cleo and 
then its response from Alan:-
 
Cleo <[EMAIL PROTECTED]> wrote:> Can I configure Free radius 
to us securID?  Nope.  But you can use 
'exec-program' to fork an external script to do 
theauthentication.  Alan DeKok.-
I will like to know how we can possibly make 
this functionality to be supported by FreeRadius server without writing an 
external script. I am new to RadiusServer dev and will like to explore/know how 
to extend the functionality of FreeRadius to support this! This is an 
interesting feature and will like to know what all is required to be 
developed like PAM service module for SecurID/RADIUS etc. TIA!
Pointers to any relevant documentation will be 
extremely helpful.
 
Regards,
Siddharth Jeevan
Niteo Partners, Boston


Re: Freeradius and RSA SecurID

2002-02-12 Thread Alan DeKok

[EMAIL PROTECTED] (Rainer Clasen) wrote:
> And BTW, this list is far better than most commercial support I had to
> struggle with.

  There's a reason for that.  The biggest one is that commercial
"support" usually doesn't include a "users" list, where everyone helps
everyone else.  Even if there WAS such a list, no one would have
incentive to use it.

  Also, most "support" involves people who have little or no
understanding of how things work.  They've been given a sheet of
questions with answers, and they read the answers to the questions.
If something isn't on the sheet, it takes them days to contact
engineering, to find an answer.

  And the engineers aren't allowed to talk to customers, because then
the truth about the products would get out. :)


  With free software, the people writing the software are also usually
doing the front-line support.  This means you get answers quickly, and
that they're usually the correct answers.

  It also means that the answers may not be phrased in a corporate
politically correct way to kiss up to the customer.  But that's life.

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-12 Thread Alan DeKok

"Tim Monaghan" <[EMAIL PROTECTED]> wrote:
> And another thing, I wouldnt mind helping in a documentation effort,
> if one is underway, Im kinda dumb about radius at the moment, but Im
> getting a crash course, and I think a good set of docs would not
> exactly require experts on the case. Is there anything underway at
> the moment?

  Follow the instructions on the web page for doing an anonymous CVS
checkout from cvs.freeradius.org, but check out 'manual' instead of
'radiusd'.

  It's the current in-progess version of the manual.  It could use a
LOT of work.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-12 Thread Cleo

You guys are very responsive. This is one of the most 
instructive mailing list.

Best.

Cleo 
--- Alan DeKok <[EMAIL PROTECTED]> wrote:
> Cleo <[EMAIL PROTECTED]> wrote:
> > Can I configure Free radius to us securID?
> 
>   Nope.
> 
>   But you can use 'exec-program' to fork an external
> script to do the
> authentication.
> 
>   Alan DeKok.
> 
> - 
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


=
=
Cleophas Toe, CISSP | Phone:650-980-3686 
Sr. Info. Security Officer  | Cell: 510-858-9700 
Yodlee, Inc | www.Yodlee.com 
=

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-12 Thread Rainer Clasen

Alan DeKok wrote:
> Cleo <[EMAIL PROTECTED]> wrote:
> > You guys are very responsive. This is one of the most 
> > instructive mailing list.
> 
>   That's nice to hear.

jepp, I have to agree.

And BTW, this list is far better than most commercial support I had to
struggle with.


Rainer

-- 
KeyID=759975BD fingerprint=887A 4BE3 6AB7 EE3C 4AE0  B0E1 0556 E25A 7599 75BD

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-12 Thread Tim Monaghan

> 
>   There's a lot I don't answer, too.  If the response is only
> one-line, I don't mind firing off a quick note.
> 
>   If the response is longer, or there are many, many repeated 1-line
> questions, I generally hit 'd'.
> 

Im also impressed by your patience. I know its hard to be patient in the lists where I 
know alot, (mostly perl, php, mysql, apache, etc) and I think you do a pretty good job!

BTW, My question only had 2 one line questions hint, hint :)

And another thing, I wouldnt mind helping in a documentation effort, if one is 
underway, Im kinda dumb about radius at the moment, but Im getting a crash course, and 
I think a good set of docs would not exactly require experts on the case. Is there 
anything underway at the moment?

Thanks

Tim


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-12 Thread Alan DeKok

Cleo <[EMAIL PROTECTED]> wrote:
> Can I configure Free radius to us securID?

  Nope.

  But you can use 'exec-program' to fork an external script to do the
authentication.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-12 Thread Alan DeKok

Cleo <[EMAIL PROTECTED]> wrote:
> You guys are very responsive. This is one of the most 
> instructive mailing list.

  That's nice to hear.

  Many of my posts are responsive because I'm waiting for a 5-minute
job to finish in another window, and I can fire off a quick reply.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-12 Thread Charlie Watts

On Mon, 11 Feb 2002, Alan DeKok wrote:
>   Many of my posts are responsive because I'm waiting for a 5-minute
> job to finish in another window, and I can fire off a quick reply.

I'm just astonished you still answer the once-a-week FAQs.
You're a saint!

-- 
Charlie Watts
[EMAIL PROTECTED]
Frontier Internet
http://www.frontier.net/


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Freeradius and RSA SecurID

2002-02-12 Thread Cleo

Good day,

Can I configure Free radius to us securID?
If yes, can somebody please give me some configuration
steps.

Thank you

=
=
Cleophas Toe, CISSP | Phone:650-980-3686 
Sr. Info. Security Officer  | Cell: 510-858-9700 
Yodlee, Inc | www.Yodlee.com 
=

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-12 Thread Alan DeKok

Charlie Watts <[EMAIL PROTECTED]> wrote:
> I'm just astonished you still answer the once-a-week FAQs.

  There's a lot I don't answer, too.  If the response is only
one-line, I don't mind firing off a quick note.

  If the response is longer, or there are many, many repeated 1-line
questions, I generally hit 'd'.

> You're a saint!

  No, I've been to Salt Lake City, and I didn't see the need to
convert. 

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Freeradius and RSA SecurID

2002-02-11 Thread Cleo

Thanks for all the help. You rock.

Cleo
--- Alan DeKok <[EMAIL PROTECTED]> wrote:
> Cleo <[EMAIL PROTECTED]> wrote:
> > You guys are very responsive. This is one of the
> most 
> > instructive mailing list.
> 
>   That's nice to hear.
> 
>   Many of my posts are responsive because I'm
> waiting for a 5-minute
> job to finish in another window, and I can fire off
> a quick reply.
> 
>   Alan DeKok.
> 
> - 
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


=
=
Cleophas Toe, CISSP | Phone:650-980-3686 
Sr. Info. Security Officer  | Cell: 510-858-9700 
Yodlee, Inc | www.Yodlee.com 
=

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: SecurID support

2001-10-23 Thread aland

Xj Wang <[EMAIL PROTECTED]> wrote:
> Does the FreeRADIUS support security token products from RSA Inc.
> (SecurID/ACE server) ?

  No, sorry.

  As always, patches are welcome.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



SecurID support

2001-10-23 Thread Xj Wang

Does the FreeRADIUS support security token products from RSA Inc.
(SecurID/ACE server) ?

XJ



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html