Bernhard Erdmann | 22 Mar 2012 09:40
Picon

deleting LDAP entries fails: "VFS not supported for this object."

Hi,

trying to delete a turba (version 3.0.12) contact results in the  
message "VFS not supported for this object." and the object is not  
deleted. The backend is OpenLDAP.

Changing preferences in conf.php from a) to b) does not make a difference.

a)
$conf['documents']['type'] = 'horde';

b)
$conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
$conf['documents']['type'] = 'File';

--

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

Jan Schneider | 26 Mar 2012 10:04
Favicon
Gravatar

Re: deleting LDAP entries fails: "VFS not supported for this object."


Zitat von Bernhard Erdmann <be <at> berdmann.de>:

> Hi,
>
> trying to delete a turba (version 3.0.12) contact results in the  
> message "VFS not supported for this object." and the object is not  
> deleted. The backend is OpenLDAP.
>
> Changing preferences in conf.php from a) to b) does not make a difference.
>
> a)
> $conf['documents']['type'] = 'horde';
>
> b)
> $conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
> $conf['documents']['type'] = 'File';

You need the __uid attribute mapped in your address book configuration  
for VFS to work.

Jan.

-- 
The Horde Project
http://www.horde.org/

--

-- 
turba mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
(Continue reading)

Bernhard Erdmann | 27 Mar 2012 09:39
Picon

Re: deleting LDAP entries fails: "VFS not supported for this object."


Quoting Jan Schneider <jan <at> horde.org> on Mon, 26 Mar 2012 10:04:45 +0200:

> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>
>> Hi,
>>
>> trying to delete a turba (version 3.0.12) contact results in the  
>> message "VFS not supported for this object." and the object is not  
>> deleted. The backend is OpenLDAP.
>>
>> Changing preferences in conf.php from a) to b) does not make a difference.
>>
>> a)
>> $conf['documents']['type'] = 'horde';
>>
>> b)
>> $conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
>> $conf['documents']['type'] = 'File';
>
> You need the __uid attribute mapped in your address book  
> configuration for VFS to work.
>
> Jan.

Hi Jan, the __uid mapping is present in backends.local.php:

<?php
$cfgSources['localsql']['disabled'] = true;

(Continue reading)

Jan Schneider | 27 Mar 2012 10:03
Favicon
Gravatar

Re: deleting LDAP entries fails: "VFS not supported for this object."


Zitat von Bernhard Erdmann <be <at> berdmann.de>:

> Quoting Jan Schneider <jan <at> horde.org> on Mon, 26 Mar 2012 10:04:45 +0200:
>
>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>
>>> Hi,
>>>
>>> trying to delete a turba (version 3.0.12) contact results in the  
>>> message "VFS not supported for this object." and the object is not  
>>> deleted. The backend is OpenLDAP.
>>>
>>> Changing preferences in conf.php from a) to b) does not make a difference.
>>>
>>> a)
>>> $conf['documents']['type'] = 'horde';
>>>
>>> b)
>>> $conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
>>> $conf['documents']['type'] = 'File';
>>
>> You need the __uid attribute mapped in your address book  
>> configuration for VFS to work.
>>
>> Jan.
>
>
> Hi Jan, the __uid mapping is present in backends.local.php:
>
(Continue reading)

Bernhard Erdmann | 27 Mar 2012 10:10
Picon

Re: deleting LDAP entries fails: "VFS not supported for this object."


Quoting Jan Schneider <jan <at> horde.org> on Tue, 27 Mar 2012 10:03:19 +0200:

> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>
>> Quoting Jan Schneider <jan <at> horde.org> on Mon, 26 Mar 2012 10:04:45 +0200:
>>
>>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>>
>>>> Hi,
>>>>
>>>> trying to delete a turba (version 3.0.12) contact results in the  
>>>> message "VFS not supported for this object." and the object is  
>>>> not deleted. The backend is OpenLDAP.
>>>>
>>>> Changing preferences in conf.php from a) to b) does not make a difference.
>>>>
>>>> a)
>>>> $conf['documents']['type'] = 'horde';
>>>>
>>>> b)
>>>> $conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
>>>> $conf['documents']['type'] = 'File';
>>>
>>> You need the __uid attribute mapped in your address book  
>>> configuration for VFS to work.
>>>
>>> Jan.
>>
>>
(Continue reading)

Jan Schneider | 27 Mar 2012 10:33
Favicon
Gravatar

Re: deleting LDAP entries fails: "VFS not supported for this object."


Zitat von Bernhard Erdmann <be <at> berdmann.de>:

> Quoting Jan Schneider <jan <at> horde.org> on Tue, 27 Mar 2012 10:03:19 +0200:
>
>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>
>>> Quoting Jan Schneider <jan <at> horde.org> on Mon, 26 Mar 2012 10:04:45 +0200:
>>>
>>>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>>>
>>>>> Hi,
>>>>>
>>>>> trying to delete a turba (version 3.0.12) contact results in the  
>>>>> message "VFS not supported for this object." and the object is  
>>>>> not deleted. The backend is OpenLDAP.
>>>>>
>>>>> Changing preferences in conf.php from a) to b) does not make a  
>>>>> difference.
>>>>>
>>>>> a)
>>>>> $conf['documents']['type'] = 'horde';
>>>>>
>>>>> b)
>>>>> $conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
>>>>> $conf['documents']['type'] = 'File';
>>>>
>>>> You need the __uid attribute mapped in your address book  
>>>> configuration for VFS to work.
>>>>
(Continue reading)

Bernhard Erdmann | 27 Mar 2012 10:40
Picon

Re: deleting LDAP entries fails: "VFS not supported for this object."


Quoting Jan Schneider <jan <at> horde.org> on Tue, 27 Mar 2012 10:33:31 +0200:

> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>
>> Quoting Jan Schneider <jan <at> horde.org> on Tue, 27 Mar 2012 10:03:19 +0200:
>>
>>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>>
>>>> Quoting Jan Schneider <jan <at> horde.org> on Mon, 26 Mar 2012 10:04:45 +0200:
>>>>
>>>>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> trying to delete a turba (version 3.0.12) contact results in  
>>>>>> the message "VFS not supported for this object." and the object  
>>>>>> is not deleted. The backend is OpenLDAP.
>>>>>>
>>>>>> Changing preferences in conf.php from a) to b) does not make a  
>>>>>> difference.
>>>>>>
>>>>>> a)
>>>>>> $conf['documents']['type'] = 'horde';
>>>>>>
>>>>>> b)
>>>>>> $conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
>>>>>> $conf['documents']['type'] = 'File';
>>>>>
>>>>> You need the __uid attribute mapped in your address book  
(Continue reading)

Jan Schneider | 27 Mar 2012 10:49
Favicon
Gravatar

Re: deleting LDAP entries fails: "VFS not supported for this object."


Zitat von Bernhard Erdmann <be <at> berdmann.de>:

> Quoting Jan Schneider <jan <at> horde.org> on Tue, 27 Mar 2012 10:33:31 +0200:
>
>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>
>>> Quoting Jan Schneider <jan <at> horde.org> on Tue, 27 Mar 2012 10:03:19 +0200:
>>>
>>>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>>>
>>>>> Quoting Jan Schneider <jan <at> horde.org> on Mon, 26 Mar 2012 10:04:45 +0200:
>>>>>
>>>>>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> trying to delete a turba (version 3.0.12) contact results in  
>>>>>>> the message "VFS not supported for this object." and the  
>>>>>>> object is not deleted. The backend is OpenLDAP.
>>>>>>>
>>>>>>> Changing preferences in conf.php from a) to b) does not make a  
>>>>>>> difference.
>>>>>>>
>>>>>>> a)
>>>>>>> $conf['documents']['type'] = 'horde';
>>>>>>>
>>>>>>> b)
>>>>>>> $conf['documents']['params']['vfsroot'] = '/var/lib/horde4';
>>>>>>> $conf['documents']['type'] = 'File';
(Continue reading)

Bernhard Erdmann | 27 Mar 2012 11:18
Picon

Re: deleting LDAP entries fails: "VFS not supported for this object."


Quoting Jan Schneider <jan <at> horde.org> on Tue, 27 Mar 2012 10:49:34 +0200:

> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>
>> Quoting Jan Schneider <jan <at> horde.org> on Tue, 27 Mar 2012 10:33:31 +0200:
>>
>>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>>
>>>> Quoting Jan Schneider <jan <at> horde.org> on Tue, 27 Mar 2012 10:03:19 +0200:
>>>>
>>>>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>>>>
>>>>>> Quoting Jan Schneider <jan <at> horde.org> on Mon, 26 Mar 2012  
>>>>>> 10:04:45 +0200:
>>>>>>
>>>>>>> Zitat von Bernhard Erdmann <be <at> berdmann.de>:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> trying to delete a turba (version 3.0.12) contact results in  
>>>>>>>> the message "VFS not supported for this object." and the  
>>>>>>>> object is not deleted. The backend is OpenLDAP.
>>>>>>>>
>>>>>>>> Changing preferences in conf.php from a) to b) does not make  
>>>>>>>> a difference.
>>>>>>>>
>>>>>>>> a)
>>>>>>>> $conf['documents']['type'] = 'horde';
>>>>>>>>
(Continue reading)


Gmane