From owner-freebsd-net@FreeBSD.ORG Tue Feb 21 08:19:37 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106E5106566C for ; Tue, 21 Feb 2012 08:19:37 +0000 (UTC) (envelope-from saeedeh.motlagh@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9588FC16 for ; Tue, 21 Feb 2012 08:19:36 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so6960572bkc.13 for ; Tue, 21 Feb 2012 00:19:35 -0800 (PST) Received-SPF: pass (google.com: domain of saeedeh.motlagh@gmail.com designates 10.204.143.145 as permitted sender) client-ip=10.204.143.145; Authentication-Results: mr.google.com; spf=pass (google.com: domain of saeedeh.motlagh@gmail.com designates 10.204.143.145 as permitted sender) smtp.mail=saeedeh.motlagh@gmail.com; dkim=pass header.i=saeedeh.motlagh@gmail.com Received: from mr.google.com ([10.204.143.145]) by 10.204.143.145 with SMTP id v17mr13155326bku.20.1329812375552 (num_hops = 1); Tue, 21 Feb 2012 00:19:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=eerehN9b8O9wArxcwQZzLfb6aJ+g1J/mq/94QTwguoA=; b=jNhVYkV0wA8ps9lg7YEhrNZ++Io+4zEOMrWZO1F7B3GdSqzymryXUf91C76BrmydZ6 E59yt5+jzWeHOS7M/mUMvgEwigVPn4skKQnS6/8cjoX25wZaf3zIQ1AQ/WULL/ipSh68 0zVM8NQL2bnMv/Wq2RaTSaotfDXADENMksCh0= MIME-Version: 1.0 Received: by 10.204.143.145 with SMTP id v17mr10576761bku.20.1329810843881; Mon, 20 Feb 2012 23:54:03 -0800 (PST) Received: by 10.204.201.67 with HTTP; Mon, 20 Feb 2012 23:54:03 -0800 (PST) Date: Tue, 21 Feb 2012 11:24:03 +0330 Message-ID: From: saeedeh motlagh To: freebsd-net Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Tue, 21 Feb 2012 12:30:22 +0000 Subject: must define username in radius client??? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 08:19:37 -0000 hello guys, i wanna have authentication via radius server. in my local network, one system is radius server and the others are clients. the server is running well. when a client login, it sends an access-request to the server. if the user name and password are defined in the server, the server sends back the access-accept to client. if the user name is defined in the client, the login is successful but if this user name is not defined in the client, the login failed and say "login incorrect" although the client receives access-accept from the server. i wanna know if there is any way to have authentication successfully without defining any user name in the client system? yours,