Linux/ownCloud: Difference between revisions

From Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
* http://cloudlog.de/eigenen-firefox-sync-server-mit-owncloud-nutzen/
* http://cloudlog.de/eigenen-firefox-sync-server-mit-owncloud-nutzen/


== domain authentication ==
<pre>
<pre>
  'user_backends' =>
  'user_backends' =>
Line 15: Line 16:
   ),
   ),
</pre>
</pre>
[[Category:Linux/Webservices]]
[[Category:Linux]]

Latest revision as of 14:10, 1 April 2017

domain authentication

 'user_backends' =>
  array (
    0 =>
    array (
      'class' => 'OC_User_SMB',
      'arguments' =>
      array (
        0 => 'WINDOWSDOMAIN',
      ),
    ),
  ),