Merge pull request #20 from desolat/patch-1

removed duplicate verb, corrected SMB class name
This commit is contained in:
Lukas Reschke
2013-01-10 12:13:27 -08:00

View File

@@ -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')
)
)