Changes

Jump to navigation Jump to search
491 bytes added ,  15:31, 8 July 2013
Line 145: Line 145:  
* If your IMAP server allows alternative username syntax, owncloud will create a separate account for each username format that allows successful authentication. That is, if your IMAP server allows users to optionally include or omit the domain name, you might create a user account entry for "xyzuser@mail.yourdomain.com", then find that the user always logs in using simply "xyzuser", which succeeds during the IMAP authentication, but is a different account within owncloud.
 
* If your IMAP server allows alternative username syntax, owncloud will create a separate account for each username format that allows successful authentication. That is, if your IMAP server allows users to optionally include or omit the domain name, you might create a user account entry for "xyzuser@mail.yourdomain.com", then find that the user always logs in using simply "xyzuser", which succeeds during the IMAP authentication, but is a different account within owncloud.
    +
=====Sync Issues (Turning off magic quotes in php)=====
 +
I had issues when deleting files in my client. Turing off magic quotes fixed the problem. Edit your php.ini using custom templates.
 +
* See http://wiki.contribs.org/PHP
 +
* cd /etc/e-smith/templates-custom/etc/php.ini
 +
* Edit template-begin file
 +
* Add the following and save file:
 +
php_value magic_quotes_gpc = Off
 +
php_value magic_quotes_runtime = Off
 +
php_value magic_quotes_sybase = Off
 +
* expand-template /etc/php.ini
 +
* sv t httpd-e-smith
    
=====Allow Sharing with IMAP Users=====
 
=====Allow Sharing with IMAP Users=====

Navigation menu