Modifying a contact

Marco Pirovano marco.pirovano@uni-bocconi.it
Fri, 07 Sep 2001 14:56:34 +0200


Hello,
I'm trying to use the last turba from CVS.
All seems to work properly, I can add a contact, search,
but I can't modify it.
If I click on the name, it show me all the attributes of the contact,
not in a popup window, ma no one is editable.
I look in the MySQl db, in the turba_objects table, and all the data
are stored well.

Any suggestion ?
Thank you very much.
Ciao,
Marco


* Marco Pirovano
* Universita' Bocconi, Area Sistemi Informatici e Telematici
* Piazza Sraffa, 15 20136 Milano - Italy
* Phone: +39 02 5836.3173  Fax: +39 02 5836.3160



>From eculp@EnContacto.Net Date: Fri,  7 Sep 2001 07:22:38 -0700
Return-Path: <eculp@EnContacto.Net>
Mailing-List: contact turba-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list turba@lists.horde.org
Received: (qmail 93480 invoked from network); 7 Sep 2001 14:22:41 -0000
Received: from adsl-64-173-182-158.dsl.mtry01.pacbell.net (HELO EnContacto.Net) (64.173.182.158)
  by horde.org with SMTP; 7 Sep 2001 14:22:41 -0000
Received: (from root@localhost)
	by EnContacto.Net (8.11.6/8.11.4) id f87EMcR03272;
	Fri, 7 Sep 2001 07:22:38 -0700 (PDT)
	(envelope-from eculp@EnContacto.Net)
Received: from 24.20.19.75 ( [24.20.19.75])
	as user eculp@Mail.SavvyWorld.Net by Mail.SavvyWorld.Net with HTTP;
	Fri,  7 Sep 2001 07:22:38 -0700
Message-ID: <999872558.3b98d82eace51@Mail.SavvyWorld.Net>
Date: Fri,  7 Sep 2001 07:22:38 -0700
From: Edwin Culp <eculp@EnContacto.Net>
To: turba@lists.horde.org, Steve Neuharth <steveneu@tiny.net>
References: <001b01c13687$51fbb5e0$0201000a@miniguys.com> <000d01c136c9$3d554790$0201000a@miniguys.com> <999812754.3b97ee924c435@marina.horde.org> <001d01c13731$99e8caa0$0201000a@miniguys.com> <999825738.3b98214a96d99@Mail.SavvyWorld.Net> <002701c13759$2f842150$0201000a@miniguys.com>
In-Reply-To: <002701c13759$2f842150$0201000a@miniguys.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 24.20.19.75
Subject: Re: [turba] trouble writing to LDAP.... Undefined index:  dn in /usr/local/horde/turba/lib/Driver/ldap.php on line 285

Steve, AFAIK, you need an acl to be able to change as the general one I sent
for openldap in the previous message.  Please correct me if I'm wrong but I 
think slapd does not give write privileges by default.

ed

Quoting Steve Neuharth <steveneu@tiny.net>:

|   no, I have no aci's at all. I'm logging in as the root account....
| stupid,
| I know but I'm only testing.
| public and readonly are set correctly...
|   I think I'm getting closer but it's definitely time for bed.... If only I
| could go without sleep, I'd probably get it working.
| 
| ----- Original Message -----
| From: "Edwin Culp" <eculp@EnContacto.Net>
| To: <turba@lists.horde.org>
| Sent: Thursday, September 06, 2001 8:22 PM
| Subject: Re: [turba] trouble writing to LDAP.... Undefined index: dn in
| /usr/local/horde/turba/lib/Driver/ldap.php on line 285
| 
| 
| > Do you have an access list in your slapd.conf that may be in
| > conflict with what you are trying to do.  You might try a variant of
| >
| > access to * by * write
| >
| > in your slapd.conf until you work this out.
| >
| > I also assume that you have
| >     'public' => true,
| >     'readonly' => false
| > in your turba/sources.php for testing?
| >
| > What is your acl
| >
| > Quoting Steve Neuharth <steveneu@tiny.net>:
| >
| > |   Thanks for the response. I'm still getting a big ol blank screen when
| I
| > | try to add a user to the directory.. is there any way to dump the bind
| > | status to system variables so I can tell what is going on?
| > |
| > |
| > | > Quoting Steve Neuharth <steveneu@tiny.net>:
| > | >
| > | > >   I changed bind_dn to dn and bind_password to password (duh) now I
| get
| > | no
| > | > > error but I still get a white screen and the add fails.
| > | > >   I also failed to mention that I'm running HEAD outta CVS. (turba
| ver
| > | > > 0.0.3)
| > | >
| > | > bind_dn and bind_password were correct; change that back. dn is an
| array
| > | of
| > | > attributes that should be combined into your dn - for my local ldap
| > | server, I
| > | > just use cn. So:
| > | >
| > | > 'dn' => array('dn'),
| > | >
| > | > Try that...
| > | >
| > | > -chuck
| > | >
| > | > --
| > | > Turba mailing list: http://horde.org/turba/
| > | > Frequently Asked Questions: http://horde.org/faq/
| > | > To unsubscribe, mail: turba-unsubscribe@lists.horde.org
| > | >
| > | >
| > | >
| > |
| > |
| > | --
| > | Turba mailing list: http://horde.org/turba/
| > | Frequently Asked Questions: http://horde.org/faq/
| > | To unsubscribe, mail: turba-unsubscribe@lists.horde.org
| > |
| > |
| >
| >
| >
| >
| > ---
| >
| > --
| > Turba mailing list: http://horde.org/turba/
| > Frequently Asked Questions: http://horde.org/faq/
| > To unsubscribe, mail: turba-unsubscribe@lists.horde.org
| >
| >
| >
| 
| 
| -- 
| Turba mailing list: http://horde.org/turba/
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: turba-unsubscribe@lists.horde.org
| 
| 




---