mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Merge pull request #20 from desolat/patch-1
removed duplicate verb, corrected SMB class name
This commit is contained in:
@@ -14,8 +14,7 @@ syntax:
|
||||
)
|
||||
)
|
||||
|
||||
Currently the “External user support” (user_external) app supports the
|
||||
provides the following user backends:
|
||||
Currently the “External user support” (user_external) app provides the following user backends:
|
||||
|
||||
IMAP
|
||||
~~~~
|
||||
@@ -50,7 +49,7 @@ Provides authentication against Samba servers
|
||||
|
||||
'user_backends'=>array(
|
||||
array(
|
||||
'class'=>'OC_User_SMP',
|
||||
'class'=>'OC_User_SMB',
|
||||
'arguments'=>array('localhost')
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user