Open UlrichB22 opened 1 day ago
And in case it is needed in the future, have a look at https://github.com/nextcloud/user_external/blob/master/lib/SMB.php
I vaguely remember using SMB to share files under MS DOS in the 1980's, haven't used it since. My vote would be to delete it, maybe add an enhancement issue (or just label this issue as an enhancement) in case a user of SMB appears.
@RogerHaase SMB or more recently called CIFS is the usual way windows machines share files, so it is not just DOS. :-)
The idea of that auth method was that a (windows) user has configured all users on some windows machine and wants to re-use these user accounts/passwords also for the (intranet) wiki.
Not sure if anybody uses it like that though.
The first issue when running code analysis with 'bandit' as mentioned in #318 against moin is
According to the comment in the header of auth/smb_mount.py the code is not complete. In the configure.rst docs there is a TODO
'check if SMBMount still works as documented'
.Is this module still needed? If it is a draft we should remove it, it can still be found in the git history.