Craig White | 1 Aug 2011 04:01

Re: ldap authentication

nevermind - PEBKAC

On Sun, 2011-07-31 at 10:35 -0700, Craig White wrote:
> struggling a bit... I had this worked out for H3 but H4 is throwing me a
> bit.
> 
> Using 'Let a Horde application handle authentication' => Imp
> 
> in turba/config/backends.php
> 
> $_ldap_uid = $GLOBALS['registry']->getAuth('bare');
> $_ldap_passwd = $GLOBALS['registry']->getAuthCredential('password');
> $_ldap_basedn = 'dc=azapple.com,dc=com';
> $cfgSources['localldap'] = array(
>     // Disabled by default
>     'disabled' => false,
>     'title' => _("Shared Directory"),
>     'type' => 'ldap',
>     'params' => array(
>         'server' => 'localhost',
>         'port' => 389,
>         'tls' => false,
>         'root' => 'ou=addressbook,' . $_ldap_basedn,
>         'bind_dn' => 'uid=' . $_ldap_uid . ',ou=People,' .
> $_ldap_basedn,
>         'bind_password' => $_ldap_passwd,
> 
> the 'Shared Directory' doesn't show up. If I comment out the bind_dn &
> bind_password elements of the array, it does show up which tells me that
> the problem is binding (which makes sense because an anonymous bind
(Continue reading)

Jan Schneider | 2 Aug 2011 16:08
Favicon
Gravatar

Turba H4 (3.0.5) (final)

The Horde Team is pleased to announce the final release of the Turba Contact
Manager version H4 (3.0.5).

Turba is the Horde contact management application. Leveraging the Horde
framework to provide seamless integration with IMP and other Horde
applications, it supports storing contacts in SQL, LDAP, Kolab, and IMSP
address books. For more information on Turba, visit
http://www.horde.org/apps/turba.

The major changes compared to the Turba version H4 (3.0.4) are:

     * Small bugfixes.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/d086274ed23a19f790ab50e27e7bc6e8acf04d6b/turba/docs/CHANGES

Have fun!

The Horde Team.
--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Dewi Griffiths | 3 Aug 2011 00:54
Picon

Turba in horde4 ... UTF-8

  I'm trying to migrate our Horde3 install to Horde4 and have been 
following various instructions and tips and I'm stuck on a comment by 
Rlf in his "top 6 ways to mess up" where he indicates you have to 
migrate Turba tables to UTF-8. The seems to be a supplied script to do 
this for the Mnemo install, but is there a script to do this for Turba 
anywhere as part of the release or self-developed?

Cheers,
             Dewi
Attachment (dewi.vcf): text/x-vcard, 314 bytes
--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org
Jan Schneider | 3 Aug 2011 10:30
Favicon
Gravatar

Re: Turba in horde4 ... UTF-8


Zitat von Dewi Griffiths <dewi <at> brentwood.bc.ca>:

> I'm trying to migrate our Horde3 install to Horde4 and have been  
> following various instructions and tips and I'm stuck on a comment  
> by Rlf in his "top 6 ways to mess up" where he indicates you have to  
> migrate Turba tables to UTF-8. The seems to be a supplied script to  
> do this for the Mnemo install, but is there a script to do this for  
> Turba anywhere as part of the release or self-developed?

No, not yet.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Jens Pranaitis | 9 Aug 2011 12:08
Picon
Favicon

Turba claims not to be activated after upgrading to horde4

Hello everybody,
after upgrading horde3 to horde4 (I did a fresh install of horde4 with 
all the applications I used with horde3 and imported the old database). 
Turba stopped working - when I open the configuration page it claims 
"turba is not activated.". I'm running turba 3.0.5 and horde 4.0.8. The 
configfile for turba is attached as well as the backtrace I get when 
opening the page and entries from the horde logfile set to debug. Any 
help on debugging this problem would be really appreciated.

Kind Regards,
Jens Pranaitis
Attachment (conf.php): application/x-php, 374 bytes
Ein schwerer Fehler ist aufgetreten:
turba is not activated.

1. Horde_Config_Form->__construct() /var/www/webmail/horde4/admin/config/config.php:35
2. Horde_Config->readXMLConfig() /usr/share/php/Horde/Config/Form.php:68
3. Horde_Config->_parseLevel() /usr/share/php/Horde/Config.php:200
4. Horde_Config->_parseLevel() /usr/share/php/Horde/Config.php:695
5. Horde_Config->_getEnumValues() /usr/share/php/Horde/Config.php:539
6. Horde_Config->_handleSpecials() /usr/share/php/Horde/Config.php:1494
7. Horde_Registry->callAppMethod() /usr/share/php/Horde/Config.php:1556
8. Horde_Registry->pushApp() /usr/share/php/Horde/Registry.php:1077

Details
Die vollständige Fehlermeldung wurde in Hordes Logdatei geschrieben und für Administratoren
weiter unten ausgegeben. Benutzer, die keine Administratoren sind, bekommen diese Details nicht zu sehen.

(Continue reading)

Jan Schneider | 9 Aug 2011 12:48
Favicon
Gravatar

Re: Turba claims not to be activated after upgrading to horde4


Zitat von Jens Pranaitis <pranaitis <at> phil.hhu.de>:

> Hello everybody,
> after upgrading horde3 to horde4 (I did a fresh install of horde4  
> with all the applications I used with horde3 and imported the old  
> database). Turba stopped working - when I open the configuration  
> page it claims "turba is not activated.". I'm running turba 3.0.5  
> and horde 4.0.8. The configfile for turba is attached as well as the  
> backtrace I get when opening the page and entries from the horde  
> logfile set to debug. Any help on debugging this problem would be  
> really appreciated.

This is the problem:

2011-08-09T12:02:40+02:00 ERR: HORDE Nicht gefunden [pid 6717 on line  
869 of "/usr/share/php/Horde/Ldap.php"]
2011-08-09T12:02:40+02:00 DEBUG:  1. Horde_Registry::appInit()  
/var/www/webmail/horde4/admin/config/config.php:13
  2. Horde_Registry->__construct() /usr/share/php/Horde/Registry.php:238
  3. Horde_Injector->getInstance() /usr/share/php/Horde/Registry.php:449
  4. Horde_Injector->createInstance() /usr/share/php/Horde/Injector.php:248
  5. Horde_Injector_Binder_Factory->create()  
/usr/share/php/Horde/Injector.php:213
  6. Horde_Core_Factory_Notification->create()  
/usr/share/php/Horde/Injector/Binder/Factory.php:111
  7. Horde_Registry->callAppMethod()  
/usr/share/php/Horde/Core/Factory/Notification.php:30
  8. Horde_Registry->pushApp() /usr/share/php/Horde/Registry.php:1077
  9. Horde_Registry->callAppMethod() /usr/share/php/Horde/Registry.php:1350
(Continue reading)

Jens Pranaitis | 9 Aug 2011 13:08
Picon
Favicon

Re: Turba claims not to be activated after upgrading to horde4

> You are using an LDAP address book, but the user DN cannot be found.

Thanks for the quick reply. AFAIK I haven't configured a LDAP address 
book. conf.php is set to use localsql and all ldap backends in 
backends.php are disabled. Any idea what I could be missing?

> Jan.
>

Regards,
Jens Pranaitis
--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Jan Schneider | 9 Aug 2011 13:44
Favicon
Gravatar

Re: Turba claims not to be activated after upgrading to horde4


Zitat von Jens Pranaitis <pranaitis <at> phil.hhu.de>:

>> You are using an LDAP address book, but the user DN cannot be found.
>
> Thanks for the quick reply. AFAIK I haven't configured a LDAP  
> address book. conf.php is set to use localsql and all ldap backends  
> in backends.php are disabled. Any idea what I could be missing?

Something *is* using LDAP. Looking at the error again, this seems to  
be the groups backend.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Jens Pranaitis | 9 Aug 2011 13:56
Picon
Favicon

Re: Turba claims not to be activated after upgrading to horde4

On 09.08.2011 13:44, Jan Schneider wrote:
>
> Zitat von Jens Pranaitis <pranaitis <at> phil.hhu.de>:
>
>>> You are using an LDAP address book, but the user DN cannot be found.
>>
>> Thanks for the quick reply. AFAIK I haven't configured a LDAP address
>> book. conf.php is set to use localsql and all ldap backends in
>> backends.php are disabled. Any idea what I could be missing?
>
> Something *is* using LDAP. Looking at the error again, this seems to be
> the groups backend.

Thanks! I hadn't configured the groups backend, setting the correct 
options for my LDAP server fixed the error. Thanks a lot for pointing me 
in the right direction.

> Jan.
>

Kind Regards,
Jens Pranaitis

--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Sven Roellig | 12 Aug 2011 18:09
Picon
Favicon

additional external addressbook

hello, how i can use a additional external addressbook in turba 
backends??

the new styel in backends is used a mysqlsocket, but i need a
tcp connection to additional external mysql server with a
old addressbook.

is this possible to use that??

Sven

--

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org


Gmane