From owner-freebsd-questions@FreeBSD.ORG Fri Jul 30 21:47:12 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 10E9116A4CE for ; Fri, 30 Jul 2004 21:47:12 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFF543D60 for ; Fri, 30 Jul 2004 21:47:11 +0000 (GMT) (envelope-from eccmqv@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so58671rnl for ; Fri, 30 Jul 2004 14:46:56 -0700 (PDT) Received: by 10.38.92.31 with SMTP id p31mr62528rnb; Fri, 30 Jul 2004 14:46:56 -0700 (PDT) Message-ID: <65006f5e0407301446275a085f@mail.gmail.com> Date: Fri, 30 Jul 2004 17:46:56 -0400 From: Dew Ediho To: freebsd-questions@freebsd.org In-Reply-To: <20040730205102.BBC6416A4CF@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040730205102.BBC6416A4CF@hub.freebsd.org> Subject: Automated Account & Principle Creation 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, 30 Jul 2004 21:47:12 -0000 I need to automate user account creation (useradd) in FreeBSD, I have a list of user information in comma seperated file. I also need to automate kerberos principle creation with the same set of information. any suggestions? I have considered autoexpect and perl, but is there a script out there that already achieves the same goal? Thanks.