From owner-freebsd-questions@FreeBSD.ORG Fri Apr 16 13:40:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA7E16A4CE for ; Fri, 16 Apr 2004 13:40:53 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABE943D48 for ; Fri, 16 Apr 2004 13:40:52 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BEa8p-0004Ar-00 for ; Fri, 16 Apr 2004 22:40:51 +0200 Received: from 213-203-244-156.kunde.vdserver.de ([213.203.244.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Apr 2004 22:40:51 +0200 Received: from kai by 213-203-244-156.kunde.vdserver.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Apr 2004 22:40:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Kai Grossjohann Date: Fri, 16 Apr 2004 22:34:23 +0200 Lines: 15 Message-ID: <87llkv3bn4.fsf@emptyhost.emptydomain.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:tROiioFHS8CRL6dFOGBgtnp3WnE= Sender: news Subject: Re: freeradius + 800 users :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 20:40:53 -0000 Mipam writes: > That is, the machines acts as radius server. Another machine will file a > radius authentication request to the server to give access to certain > users. But 800 users is a lot and sometimes users will be removed and be > added etc. Does anybody have suggestions how to maintain such a system > and a mechanism to remove and add users? I guess most people have their home-grown mechanisms for provisioning. AFAIK, FreeRadius can authenticate against LDAP or a MySQL database, and there are frontends for, well, at least for MySQL, and I'd be very surprised if there wasn't something better than ldapsearch for LDAP... Kai