From owner-freebsd-questions@FreeBSD.ORG Mon Jul 20 08:35:42 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 956E61065672 for ; Mon, 20 Jul 2009 08:35:42 +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 0D1FD8FC0C for ; Mon, 20 Jul 2009 08:35:41 +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 n6K8ZELL000813 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Jul 2009 15:35:14 +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 n6K8ZZ7D001753; Mon, 20 Jul 2009 15:35:35 +0700 (ICT) (envelope-from on) Date: Mon, 20 Jul 2009 15:35:35 +0700 (ICT) Message-Id: <200907200835.n6K8ZZ7D001753@banyan.cs.ait.ac.th> From: Olivier Nicole To: ruel.freebsd@gmail.com In-reply-to: (message from Ruel Luchavez on Mon, 20 Jul 2009 16:22:22 +0800) References: <200907180225.n6I2PaES071268@banyan.cs.ait.ac.th> <200907180311.n6I3B063071564@banyan.cs.ait.ac.th> <200907180343.n6I3hrCR071833@banyan.cs.ait.ac.th> <20090719112802.GA77843@ei.bzerk.org> <57200BF94E69E54880C9BB1AF714BBCB5DEA71@w2003s01.double-l.local> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: Johan@double-l.nl, 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: Mon, 20 Jul 2009 08:35:42 -0000 > I know this is running > >>slapd_flags='-h \"ldapi://%2fvar%2frun%2fopenldap%2fldapi/ > ldap://0.0.0.0/ ldap://127.0.0.1/\"' > > as is issue a command ps -aux | grep slap, hers whats the box give to me > #ps -aux | grep slap > ldap 1273 0.0 6.6 341992 7816 ?? Is 4:17PM 0:00.14 > /usr/local/libexec/slapd -h ldapi://%2fvar%2frun%2fopenldap%2fldapi/ > ldaps://127.0.0.1/ ldap://192.168.5.200/ -u l I see no ldaps:// in the command, but one in the ps, that is strange! Olivier