From owner-freebsd-questions@FreeBSD.ORG Fri Feb 10 13:32:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81E2816A422 for ; Fri, 10 Feb 2006 13:32:07 +0000 (GMT) (envelope-from jancih@zoznam.sk) Received: from be1.mail.zoznam.sk (mail.zoznam.sk [62.65.179.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABDBC43D4C for ; Fri, 10 Feb 2006 13:32:06 +0000 (GMT) (envelope-from jancih@zoznam.sk) X-ExtFilter: Niversoft's DomainKeys Helper DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; d=zoznam.sk; s=mx; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=Dy+MGZsgOtpIMfk/GkVZGUa/K3/EBpTyb2JTRQVH8IRyJBJFHPo6mLzaG/z5cITrqIaqf03DbX3xpvtzgWRDY9D2QU/8XEmTUVpWNf3U2JWis30svKXv3IUS3qKW3S5Kdu953H0l6Y27FNg5NiU1gwT2BTastzFRBw8f1rDZZzo= X-Spam-Status: No, hits=0.0 required=4.0 Received: from [213.160.186.136] (account jancih@zoznam.sk HELO [192.168.1.252]) by be1.mail.zoznam.sk (CommuniGate Pro SMTP 4.2.8) with ESMTP id 77529381; Fri, 10 Feb 2006 14:32:02 +0100 Message-ID: <43EC95BE.8020709@zoznam.sk> Date: Fri, 10 Feb 2006 14:31:42 +0100 From: Jan HREHO User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: LDAP account manager (LAM) does'n work correctly 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: Fri, 10 Feb 2006 13:32:07 -0000 Hi. My system: FreeBSD 6.0 + update ports. OpenLDAP 2.2.30. Samba 3.0.21a Apache 2.0.55_33 PHP 5.1.2_1 LAM 0.5.1 All programs I installed over ports OpenLDAP work's right. I check it over phpldapadmin. My problem: When I create new user over LAM and I go 'Samba 3' site get follow on the screen. *Warning*: getdate() expects parameter 1 to be long, string given in* usr/local/www/lam/lib/modules/sambaSamAccount.inc* on line *767* *Warning*: getdate() expects parameter 1 to be long, string given in */usr/local/www/lam/lib/modules/sambaSamAccount.inc* on line *768* *Warning*: getdate() expects parameter 1 to be long, string given in */usr/local/www/lam/lib/modules/sambaSamAccount.inc* on line *769* Those parameter's are sambaPwdCanChange, sambaPwdMustChange, sambaKickoffTime. I try solution on the web a few day, but without success. Do meet someone with similar problem? Thanks, for your help.