From owner-freebsd-hackers@freebsd.org Thu May 19 13:09:51 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 D8302B40D65 for ; Thu, 19 May 2016 13:09:51 +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 B616616C2 for ; Thu, 19 May 2016 13:09:51 +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 1b3Nhe-0002Hy-EB for freebsd-hackers@freebsd.org; Thu, 19 May 2016 09:09:27 -0400 Received: from localhost (localhost [127.0.0.1]) by csom.calsofthq.com (Postfix) with ESMTP id E469DC050C for ; Thu, 19 May 2016 18:39:52 +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 phUzzxqzwFsD for ; Thu, 19 May 2016 18:39:52 +0530 (IST) Received: from sangeeta.calsofthq.com (unknown [172.17.154.53]) by csom.calsofthq.com (Postfix) with ESMTPSA id 73DE0C031C for ; Thu, 19 May 2016 18:39:52 +0530 (IST) Message-ID: <573DBB14.7060507@calsoftinc.com> Date: Thu, 19 May 2016 18:39:40 +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-Mailman-Approved-At: Thu, 19 May 2016 13:41:02 +0000 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: Thu, 19 May 2016 13:09:51 -0000 Hi, 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