Users outside /etc/raddb/users
Hi. I have a simple question. I want to create more than 400 freeradius users, all of them like this: user@realm Auth-Type := Local, User-Password == . . I want to know if there is some way to have this information OUTSIDE the /etc/raddb/users file, because it would massivly increase the size of this file. If someone knows a way to have several user files, please help me. Thanks in advance, Rui Meireles
I want to create more than 400 freeradius users, all of them like this:
user@realm Auth-Type := Local, User-Password == .
Don't. For last few versions: user@realm Cleartext-Password := ...
I want to know if there is some way to have this information OUTSIDE the /etc/raddb/users file
sql, ldap, kerberos ...
because it would massivly increase the size of this file.
This is a joke, right. Ivan Kalik Kalik Informatika ISP
My problem is solved. Sorry for not posting here earlier. -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of William Sent: sexta-feira, 9 de Novembro de 2007 19:13 To: FreeRadius users mailing list Subject: Re: Users outside /etc/raddb/users Greetings, While this isn't the recommend way to generate such a large suer/password database (Some form of Ldap/SQL is) You can use the $include directive to include a different file for users. Using an older version of freeradius, we do that for a small group that we don't have in our /etc/passwd files. It works quite well for what you are asking. Wm Server Administrator NetOne Communications, Inc. Thanks, this worked fine! -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of tnt@kalik.co.yu Sent: sexta-feira, 9 de Novembro de 2007 19:08 To: FreeRadius users mailing list Subject: Re: Users outside /etc/raddb/users
I want to know if there is some way to have this information OUTSIDE the
/etc/raddb/users file
sql, ldap, kerberos ...
because it would massivly increase the size of this file.
This is a joke, right. Ivan Kalik Kalik Informatika ISP It was not a joke. =D It would massively increase the number of lines of /etc/raddb/users, and it would become annoying to read/edit. I wasn't talking about the size in KB! =D Thanks a lot!
It was not a joke. =D It would massively increase the number of lines of /etc/raddb/users, and it would become annoying to read/edit. I wasn't talking about the size in KB! =D
Size iz not important (or so they say). Any text editor should be capable of finding and replacing text. There is no reason to trawl through hundreds of entries. Ivan Kalik Kalik Informatika ISP
Greetings, While this isn't the recommend way to generate such a large suer/password database (Some form of Ldap/SQL is) You can use the $include directive to include a different file for users. Using an older version of freeradius, we do that for a small group that we don't have in our /etc/passwd files. It works quite well for what you are asking. Wm Server Administrator NetOne Communications, Inc. On Friday 09 November 2007 13:31:58 Rui Meireles wrote:
Hi. I have a simple question.
I want to create more than 400 freeradius users, all of them like this:
user@realm Auth-Type := Local, User-Password == .
.
I want to know if there is some way to have this information OUTSIDE the /etc/raddb/users file, because it would massivly increase the size of this file.
If someone knows a way to have several user files, please help me.
Thanks in advance,
Rui Meireles
participants (3)
-
Rui Meireles -
tnt@kalik.co.yu -
William