DAV Authentication form error

Hi, II have configured the dav on a virtual server and everything works fine :-)

When i try to save the form "DAV Authentication" I always get the same error

"Domain does not exist!"

Thanks in advance Regards Faustino

Status: 
Active

Comments

Thanks for pointing this out - this is a bug in Virtualmin.

The quick fix till the next release is to edit the file /usr/share/webmin/virtualmin-dav/index.cgi and change line 26 to :

print &ui_hidden("dom", $d->{'id'});

Jamie,

Now works fine

Thanks in advance

Regards Faustino

Automatically closed -- issue fixed for 2 weeks with no activity.

PatrickLambooy's picture
Submitted by PatrickLambooy on Thu, 10/10/2013 - 14:45 Pro Licensee

Jamie,

I have had the same problem and i can say the bug is back :-(

changed : /usr/libexec/webmin/virtualmin-dav/index.cgi with above suggestion and it works again. Running virtualmin 3.99

This is still an issue in version 4.03.

For those running CentOS the file is located in: /usr/libexec/webmin/virtualmin-dav/index.cgi

Quick and Dirty fix CentOS:

nano +26 /usr/libexec/webmin/virtualmin-dav/index.cgi Nano should open to the line in question which reads: "print &ui_hidden("dom", $d->{'dom'});" Replace the line with the following and do a CTRL-x and save changes when done: print &ui_hidden("dom", $d->{'id'});