From owner-freebsd-hackers@freebsd.org Mon May 23 09:07:40 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CEB8B46E08 for ; Mon, 23 May 2016 09:07:40 +0000 (UTC) (envelope-from sangeeta.manikonda@calsoftinc.com) Received: from mailrelay.nyi.net (mailrelay.nyi.net [64.90.175.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AFA41F67 for ; Mon, 23 May 2016 09:07:39 +0000 (UTC) (envelope-from sangeeta.manikonda@calsoftinc.com) Received: from [114.143.187.14] (helo=csom.calsofthq.com) by mailrelay.nyi.net with smtp (Exim 4.63) (envelope-from ) id 1b4lpT-0004sn-Mj for freebsd-hackers@freebsd.org; Mon, 23 May 2016 05:07:15 -0400 Received: from localhost (localhost [127.0.0.1]) by csom.calsofthq.com (Postfix) with ESMTP id CA8673A7F2 for ; Mon, 23 May 2016 14:37:41 +0530 (IST) X-Virus-Scanned: Debian amavisd-new at csom2.calsoft.org Received: from csom.calsofthq.com ([127.0.0.1]) by localhost (csom.calsofthq.com [127.0.0.1]) (amavisd-new, port 10024) with SMTP id ylHgXNwN1-7d for ; Mon, 23 May 2016 14:37:37 +0530 (IST) Received: from sangeeta.calsofthq.com (unknown [172.17.154.53]) by csom.calsofthq.com (Postfix) with ESMTPSA id 908C341C62 for ; Mon, 23 May 2016 14:37:16 +0530 (IST) Message-ID: <5742C836.3050303@calsoftinc.com> Date: Mon, 23 May 2016 14:37:02 +0530 From: sangeeta Manikonda User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: FreeBSD CIFS share authentication using FreeIPA Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 09:07:40 -0000 Hi, I'm resending this mail, sorry that I posted without subscribing to the mailing list. I'm trying to configure FreeBSD to authenticate CIFS using LDAP + Kerberos exposed by FreeIPA. To achieve it, I started with configuration of FreeIPA client on FreeBSD 9.3, added it as a host on the freeIPA server on CentOS6. Second step was creating a CIFS share on FreeBSD and related configuration on FreeBSD. I'm stuck at this point and need some help to achieve it. Thanks. Sangeeta