From owner-freebsd-questions@FreeBSD.ORG Mon Mar 24 22:40:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6F71106566B for ; Mon, 24 Mar 2008 22:40:59 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.freebsd.org (Postfix) with ESMTP id 821768FC23 for ; Mon, 24 Mar 2008 22:40:59 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so2005803wra.13 for ; Mon, 24 Mar 2008 15:40:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=xhCwTOQUzM4KF3DpdkQbUxFM8h2fqeeTn3lMRG7n+rQ=; b=JiPXRGLafJhbuRoT2x5oY4vr6okl5qX9fY5Wkq5dOUZkHVthIvffTm8G88Fji56D8iBIqxvEAm9w6OpHGqDXlKjd12KF1AG82IAwwyEVUhcvDC1w69jgLrW05OSGucQBd5TKoPEj8foAvgNwgzZzkAB0xwRJyMz3Na8uxDFKlE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=smbipMax5kLhXC/8gxlVsAL16DKujgDzFVZPW9FMgThs2aUMEByfN/dwsVo0kG9rzHwaY7stadXzc5EcK5f1HoSuYXCzmDJ9jYx8onL96CUSk9kgrJRqZWexJmLyVUUnkO7S4X/RpcxXQ+TL35jKiTAgaKmy/4RcousZNbXOVUw= Received: by 10.114.153.18 with SMTP id a18mr12830380wae.127.1206398457669; Mon, 24 Mar 2008 15:40:57 -0700 (PDT) Received: by 10.114.168.6 with HTTP; Mon, 24 Mar 2008 15:40:57 -0700 (PDT) Message-ID: <8f82c35c0803241540k36c8d551tfcfd172d6a4a7f9b@mail.gmail.com> Date: Mon, 24 Mar 2008 23:40:57 +0100 From: "Jon Theil Nielsen" To: freebsd-questions@freebsd.org In-Reply-To: <8f82c35c0803231526n5a429cb5t1c81a7f98dfb19ea@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8f82c35c0803231523i52e55906tfd3cf96b36fe70d7@mail.gmail.com> <8f82c35c0803231526n5a429cb5t1c81a7f98dfb19ea@mail.gmail.com> Subject: A general purpose LDAP solution? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 22:40:59 -0000 I asked this on freebsd-net@ but got no replies. So now I ask the same question here. > Hi list! > > I have speculated a lot about implementation of (Open)LDAP on my > sever. By I haven't yet found the right (and logical) way to do it. > I'm running FreeBSD 7.0-Release with some different server applications > - Samba PDC > - Virtual mail server (Postfix, MySQL, Courier-IMAP) > - VPN (currently with mpd4) > - Apache-2.2.8 web server (with PHP and MySQL) > I would like to implement LDAP for: > - authentication of UNIX/login users > - authentication of Samba users > - authentication/authorization of virtual mail users > For the first part, I got useful information from a previsous thread > (http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2008-02/msg01047.html) > and for the second part, i guess there is sufficient howtos to make it > work. > My biggest question right now is if is possible to combine all three > things in one data structure. And which in which order I should make > the different implimentions. > Excuse my total lack of understanding, but is it possible to have a > structure with a superior unit such as OU= which > could contain several virtual domains and the actual doamin for my > PDC? > > -- > Jon Theil Nielsen Oh, i forgot one more thing: I would also like to be able to authenticate VPN users the same way. -- Jon Theil Nielsen