From owner-freebsd-questions@FreeBSD.ORG Sat Jul 18 03:11:08 2009 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 EE6C0106564A for ; Sat, 18 Jul 2009 03:11:08 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6B74E8FC0C for ; Sat, 18 Jul 2009 03:11:05 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n6I3AiM6070281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Jul 2009 10:10:44 +0700 (ICT) (envelope-from on@cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id n6I3B063071564; Sat, 18 Jul 2009 10:11:00 +0700 (ICT) (envelope-from on) Date: Sat, 18 Jul 2009 10:11:00 +0700 (ICT) Message-Id: <200907180311.n6I3B063071564@banyan.cs.ait.ac.th> From: Olivier Nicole To: ruel.freebsd@gmail.com In-reply-to: (message from Ruel Luchavez on Sat, 18 Jul 2009 11:02:15 +0800) References: <200907180207.n6I27ZDQ071155@banyan.cs.ait.ac.th> <200907180225.n6I2PaES071268@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Samba PDC with LDAP backend 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: Sat, 18 Jul 2009 03:11:09 -0000 Ruel, > I tried you idea with NO SPACE between each URL but when i restart the LDAP > it does not start anymore...hmmm > what did i mess here!!?? in /etc/rc.conf I have: slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldaps://192.41.170.6/ ldap://192.41.170.6/"' see the specific use of quotes. Olivier