phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] LDAP configuration


From: Lars Kneschke(priv.)
Subject: Re: [Phpgroupware-users] LDAP configuration
Date: Mon, 18 Nov 2002 07:59:06 +0000

on* Sun, 17 Nov 2002 14:53:32 -0800, you wrote*: 
>Following on within this thread, I haven't had much time this week to
>
>continue to try to see if I can get LDAP working on my Mitel SME
>Server 
>Linux distro.
>
>I tried Lars' suggestion of putting my domain name 
>(dc=douganconsulting,dc=com) into the LDAP accounts context field in
>Setup. 
>However, this had no effect - I still see only the last LDAP database
>entry 
>displayed in the "Modify" option.
Maybe it's better to wait for the next relase(in some days it think), which
will have many ldap fixes.
Is it possible for your to send me your ldap database(as ldif) and your
slapd.conf? Then i could setup a ldap server like you have it, and test it
here localy. Another option would be remote access to your installation.

>Creating TTrack_Managers group and manage_jobs ACL's...
>Database error: Invalid SQL: insert into phpgw_preferences values 
>('10000','a:1:{s:6:"common";a:9:{s:12:"template_set";s:8:"verdilak";s:
>5:"theme";s:4:"blue";s:10:"dateformat";s:5:"d/m/Y";s:10:"timeformat";s
>:2:"24";s:7:"country";s:2:"CA";s:4:"lang";s:2:"en";s:8:"currency";s:1:
>"$";s:9:"maxmatchs";s:2:"30";s:13:"navbar_format";s:5:"icons";}}')
>
>File: /opt/phpgroupware/phpgwapi/inc/class.preferences.inc.php
>Line: 258
>
>Session halted.

Try to paste this sql statement in the mysql apps directly. This will give
you a much better error message.

mysql <phpgroupware databasename>
insert into phpgw_preferences values 
('10000','a:1:{s:6:"common";a:9:{s:12:"template_set";s:8:"verdilak";s:
5:"theme";s:4:"blue";s:10:"dateformat";s:5:"d/m/Y";s:10:"timeformat";s
:2:"24";s:7:"country";s:2:"CA";s:4:"lang";s:2:"en";s:8:"currency";s:1:
"$";s:9:"maxmatchs";s:2:"30";s:13:"navbar_format";s:5:"icons";}}')

Cu
--
Lars Kneschke
http://www.kneschke.de







reply via email to

[Prev in Thread] Current Thread [Next in Thread]