[horde] Listing of users - authentication backend reg.

ANANT S ATHAVALE asa at isac.gov.in
Thu May 7 11:45:22 UTC 2015


----- Message from Jan Schneider <jan at horde.org> ---------
    Date: Thu, 07 May 2015 13:06:32 +0200
    From: Jan Schneider <jan at horde.org>
Subject: Re: [horde] Listing of users - authentication backend reg.
      To: horde at lists.horde.org


> Zitat von ANANT S ATHAVALE <asa at isac.gov.in>:
>
>> Dear List,
>>
>> Based on the feedback received through mailing list, I managed to  
>> change authentication driver from IMP/IMAP to LDAP Authentication.
>>
>> Now, Whups, Kronolith etc are listing users.  So, problem is solved  
>> partially.
>>
>> Most of the things seem to work fine.  But, Sharing of folders in  
>> IMP is still not working (even before changing authentication  
>> driver, it was not working).  I am getting the following error,  
>> when I click on Sharing.
>>
>> "Could not authenticate as admin user to obtain ACLs. Perhaps your  
>> admin configuration is incorrect in config/backends.local.php?"
>>
>> Following is my backends.local.php
>>
>> <?php
>> $servers['imap']['disabled'] = true;
>> $servers['advanced']['disabled'] = false;
>> $servers['advanced']['secure'] = false;
>> $servers['advanced']['maildomain'] = 'isac.gov.in';
>> $servers['advanced']['hordeauth'] = true;
>> $servers['advanced']['admin']['password'] = 'adminpasswordhere';
>> $servers['advanced']['special_mboxes']['IMP_Mailbox::MBOX_DRAFTS']  
>> = 'Drafts';
>> $servers['advanced']['special_mboxes']['IMP_Mailbox::MBOX_SENT'] = 'Sent';
>> $servers['advanced']['special_mboxes']['IMP_Mailbox::MBOX_SPAM'] = 'Spam';
>> $servers['advanced']['special_mboxes']['IMP_Mailbox::MBOX_TEMPLATES'] =  
>> 'Templates';
>> $servers['advanced']['special_mboxes']['IMP_Mailbox::MBOX_TRASH'] = 'Trash';
>> $servers['advanced']['special_mboxes']['IMP_Mailbox::MBOX_TRASH'] = 'Trash';
>> $servers['advanced']['autocreate_special'] = true;
>>
>> Is this now issue of TLS?
>
> No, your 'admin' entry is incomplete.
>
> -- 
> Jan Schneider
> The Horde Project
> http://www.horde.org/
> https://www.facebook.com/hordeproject
>
> -- 
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org


----- End message from Jan Schneider <jan at horde.org> -----

adding the following two lines to backends.local.php solved the problem.

$servers['advanced']['admin']['user'] = 'cyrus';
$servers['advanced']['admin']['userhierarchy'] = 'user.';

But, they are the same as in backends.php and I assumed that only  
changes have to be placed in backends.local.php and hence got into  
this problem. Thanks again.


-- 
      सादर धन्यवाद/ Thanks & Regards
           अनंत / Anant
------------------------------------------------------------------------------
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
------------------------------------------------------------------------------



More information about the horde mailing list