Changes

Jump to navigation Jump to search
8 bytes added ,  14:29, 7 December 2012
brackets to indicate user-supplied data
Line 83: Line 83:  
To allow sharing with your IMAP users, you need to manually add the each IMAP user account to the oc_users table using commands like those below at a shell prompt on your SME server:
 
To allow sharing with your IMAP users, you need to manually add the each IMAP user account to the oc_users table using commands like those below at a shell prompt on your SME server:
 
  mysql owncloud
 
  mysql owncloud
  insert into oc_users (uid,password) values ('xyzuser@mail.mydomain.tld','*');
+
  insert into oc_users (uid,password) values ('[xyzuser@mail.yourdomain.com]','*');
 
* '''owncloud''': replace with the name of the database you created for owncloud
 
* '''owncloud''': replace with the name of the database you created for owncloud
* '''xyzuser@mail.mydomain.tld''': replace with the exact login string used by the user when they login
+
* '''[xyzuser@mail.yourdomain.com]''': replace with the exact login string used by the user when they login
    
=====Using the Owncloud Client=====
 
=====Using the Owncloud Client=====

Navigation menu