add SMB protocol level in cif mount form

To access Azure Storage from linux clients the SMB protocol level maybe needed in the actual mount command.

Here is an example from Azure article.

sudo mount -t cifs //myaccountname.file.core.windows.net/mysharename ./mymountpoint -o vers=3.0,username=myaccountname,password=StorageAccountKeyEndingIn==,dir_mode=0777,file_mode=0777

https://docs.microsoft.com/en-us/azure/storage/storage-how-to-use-files-...

Status: 
Closed (fixed)

Comments

Nice idea ... this will be supported in the 1.840 release of Webmin.

Status: Active ยป Fixed