From owner-freebsd-net@FreeBSD.ORG Sun Mar 23 22:23:58 2008 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 26954106564A for ; Sun, 23 Mar 2008 22:23:57 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id BCBE18FC18 for ; Sun, 23 Mar 2008 22:23:57 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2970199waf.3 for ; Sun, 23 Mar 2008 15:23:57 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=RKEYX6Tok6fMkWOdjXUya7WFsWEGDSgeeDFUHE8cdqs=; b=cbpi5/HFkUDYM5dRAY9mZ4X3MtTE4CXx8R38GfXfUrSFbiF4SuelhQIVnLwzorXRdh38oud/T6bYmJFOyVvN84Y4HepH9cZtIZFeC5aiVO6hA/vWBnFZ7P4reCOBe0FVvLSMOKMHSgDhCK+/mRlN3eXHA1TNR3EZGdBQKhSGbhg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Z5FqVQHsRHmWlyIpyJt9DSkEFMw6RLQTA/sUhOKVqxsOZFIUv+WVDh3KynAJaNNZ78UQZYyoP9rDAc+HC7Ha1flRlOW2uZ0KpCX5lwWamktOHKDDi5QQkBrg3u0+0bG60Ugj2qz9QjIoYxYCzhzx/rxVA1ed7INrMBpIV59PrVw= Received: by 10.114.77.1 with SMTP id z1mr10290890waa.123.1206311037440; Sun, 23 Mar 2008 15:23:57 -0700 (PDT) Received: by 10.114.168.6 with HTTP; Sun, 23 Mar 2008 15:23:57 -0700 (PDT) Message-ID: <8f82c35c0803231523i52e55906tfd3cf96b36fe70d7@mail.gmail.com> Date: Sun, 23 Mar 2008 23:23:57 +0100 From: "Jon Theil Nielsen" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: A general purpose LDAP solution? 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: Sun, 23 Mar 2008 22:23:58 -0000 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