Re: aaa authentication enable on cisco

2005-03-29 Thread Jason Frisvold
On Tue, 29 Mar 2005 10:06:06 -0600, Matthew Opoka <[EMAIL PROTECTED]> wrote:
> If so is there a command the encrypts the text password in the users file?
> How do I get an encrypted password?

Well, our billing system does this for us, but it should be simple
enough to put together a quick perl program to encrypt whatever you
need...

-- 
Jason 'XenoPhage' Frisvold
[EMAIL PROTECTED]

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


RE: aaa authentication enable on cisco

2005-03-29 Thread Matthew Opoka
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Jason Frisvold
> Sent: Tuesday, March 29, 2005 9:59 AM
> To: freeradius-users@lists.freeradius.org
> Subject: Re: aaa authentication enable on cisco
> 
> On Tue, 29 Mar 2005 09:54:42 -0600, Matthew Opoka 
> <[EMAIL PROTECTED]> wrote:
> > Cisco sends "$enable15$" as a user name to radius for enable 
> > authentications is there a way not to store the password in 
> > etc/raddb/users?  I don't think linux will allow a username 
> to start 
> > with a "$".  Or can I encrypt the password some how in the 
> users files?
> 
> I believe you can put the password in the users file as an 
> md5 encrypted password.  Then surround the username in the 
> users file with quotes...

If so is there a command the encrypts the text password in the users file?
How do I get an encrypted password?

> 
> Someone check me on that..  :)
>  
> > Thanks,
> > 
> > Matthew
> > 
> > 
> 
> 
> --
> Jason 'XenoPhage' Frisvold
> [EMAIL PROTECTED]
> 
> -
> 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: aaa authentication enable on cisco

2005-03-29 Thread Jason Frisvold
On Tue, 29 Mar 2005 09:54:42 -0600, Matthew Opoka <[EMAIL PROTECTED]> wrote:
> Cisco sends "$enable15$" as a user name to radius for enable authentications
> is there a way not to store the password in etc/raddb/users?  I don't think
> linux will allow a username to start with a "$".  Or can I encrypt the
> password some how in the users files?

I believe you can put the password in the users file as an md5
encrypted password.  Then surround the username in the users file with
quotes...

Someone check me on that..  :)
 
> Thanks,
> 
> Matthew
> 
> 


-- 
Jason 'XenoPhage' Frisvold
[EMAIL PROTECTED]

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


aaa authentication enable on cisco

2005-03-29 Thread Matthew Opoka
Cisco sends "$enable15$" as a user name to radius for enable authentications
is there a way not to store the password in etc/raddb/users?  I don't think
linux will allow a username to start with a "$".  Or can I encrypt the
password some how in the users files?
 
Thanks,
 
Matthew