Re: Roundcube - kolab_files plugin
Thomas <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <[email protected]> |
Yes, I have this same. I tried to expand search filter to: 'search_filter' => '(&(objectClass=inetOrgPerson)(|(mail=%fu)(uid=%u)))', Not better. I will try replace %dc for the main domain for debuging. But I supose it will stop working for other domains, maybe not only GAL but also login. I will try in the evening an let you know. It is not big deal for me. Just would like to get rid of errors in logs :). Thanks Thomas On 7/17/19 7:18 AM, Mihai Badici wrote: > > I have a running config with something like this (only an extract): > > > 'base_dn' => 'ou=People,%dc', > 'user_specific' => true, > 'bind_dn' => '%dn', > 'bind_pass' => '', > 'search_base_dn' => 'ou=People,%dc', > 'search_bind_dn' => > 'uid=kolab-service,ou=Special Users,dc=machinet', > 'search_bind_pw' => 'pass', > 'search_filter' => > '(&(objectClass=inetOrgPerson)(mail=%fu))', > > I have no idea why %dc is not expanded for you. You can first try > using ou=People,dc=yourfirstfomain,dc=cz to see if you can access the > GAL for first domain > > ( the domain appears in 2 or 3 places as I remeber) > > > On 7/17/19 1:51 AM, Thomas wrote: >> >> Ok, I found the problem of auth 500 error. >> To be correct, the PHP Error 500 occured when changed between tasks >> in roundcube (mail, contacts,notes, etc.). >> It was because of 500 error of chwala. >> I'm using php-fpm and thr php_flags in >> /usr/share/chwala/public_html/.htaccess caused the error. >> After I commeted out this php_flags the 500 error disappered. >> >> I have still LDAP error only when enter Contacts. >> I dont have GAL list so I think it is because this error. >> >> I followed this guide: >> https://docs.kolab.org/howtos/multi-domain.html >> >> I double checked the >> /etc/roundcubemail/config.inc.php >> /etc/roundcubemail/kolab_auth.inc.php >> >> files. It looks like %dc is return only "dc=" for GAL search, because of: >> "ou=People,%dc" in config result in => "ou=People,dc=" in log >> >> Whichc specific config is used for GAL search? >> >> Thanks >> Thomas >> >> On 7/17/19 12:00 AM, Thomas wrote: >>> Hi, >>> >>> I found repeated erros in >>> /var/log/roundcubemail/errors.log file. >>> >>> The errors are from kolab_files roundcube plugin. >>> The errors are shown repeatedly when entering individual folders in >>> any user mailbox. >>> >>> PHP Error: Authenticate error (Status: 500) in >>> /usr/share/roundcubemail/plugins/kolab_files/lib/kolab_files_engine.php >>> on line 1017 >>> PHP Error: Failed to get capabilities. Status: 500 in >>> /usr/share/roundcubemail/plugins/kolab_files/lib/kolab_files_engine.php >>> on line 1050 >>> >>> Sometimes there are two other errors: >>> PHP Error: LDAP: ldap_search failed for dn=ou=People,dc=. No such >>> object >>> LDAP Error: DN not found using LDAP search. >>> >>> I'm using 3 domains in my kolab installation. >>> I followed multidomain setup docs. >>> >>> Despite the errors, it looks like evrything working. >>> But I would like to have no errors, it would be better :). >>> >>> Has someone any idea? >>> Thanks. >>> >>> Thomas >>> _______________________________________________ >>> users mailing list >>> [email protected] >>> https://lists.kolab.org/mailman/listinfo/users >> >> _______________________________________________ >> users mailing list >> [email protected] >> https://lists.kolab.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://lists.kolab.org/mailman/listinfo/users