Linux/ownCloud: Difference between revisions
Appearance
< Linux
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
* http://www.crucial.com.au/blog/2013/04/11/setting-up-the-new-owncloud-5-0-with-nginx-and-mysql/ | * http://www.crucial.com.au/blog/2013/04/11/setting-up-the-new-owncloud-5-0-with-nginx-and-mysql/ | ||
* http://cloudlog.de/eigenen-firefox-sync-server-mit-owncloud-nutzen/ | * http://cloudlog.de/eigenen-firefox-sync-server-mit-owncloud-nutzen/ | ||
<pre> | |||
'user_backends' => | |||
array ( | |||
0 => | |||
array ( | |||
'class' => 'OC_User_SMB', | |||
'arguments' => | |||
array ( | |||
0 => 'WINDOWSDOMAIN', | |||
), | |||
), | |||
), | |||
</pre> | |||
Revision as of 01:48, 6 December 2016
- http://www.crucial.com.au/blog/2013/04/11/setting-up-the-new-owncloud-5-0-with-nginx-and-mysql/
- http://cloudlog.de/eigenen-firefox-sync-server-mit-owncloud-nutzen/
'user_backends' =>
array (
0 =>
array (
'class' => 'OC_User_SMB',
'arguments' =>
array (
0 => 'WINDOWSDOMAIN',
),
),
),