Francesc Guasch

Results 93 comments of Francesc Guasch

@thiagomdr27 the deb package still has not the AD feature. You must install from source cloning the git repo ``` $ git clone https://github.com/UPC/ravada.git $ git checkout 392_ad ``` I'm...

@thiagomdr27 there is no need to install, please review this doc I'll keep it up with your suggestions http://ravada.readthedocs.io/en/latest/docs/INSTALL_devel.html ``` $ git checkout 392_ad fatal: Not a git repository (or...

@jlopezramos , thank you for your collaboration > 3- Extra packages needed for the next step (maybe could be added to the docs? Not sure 100% if python-dev is needed):...

Last commit was to the wrong issue, my bad

@thiagomdr27 we are struggling with this here too. It looks we have to set the AD parameters in /etc/ravada.conf: ``` ActiveDirectory: host: ip.address port: 389 domain: the.domain. principal: ? ```...

At a glance it looks like most of the code is there, it just needs a little testing. This is the github branch for it: https://github.com/UPC/ravada/tree/392_ad merged with current develop

I am going to need some help getting the libvirt messages in russian. I tried setting the locales to *ru_RU* and now I get `LANG=ru_RU.UTF-8`. I also set the default...

Anyway, I could reproduce adding an user in the CLI and it shows wrong in the web. I am working on it.

I have managed to render cyrillic text forcing a decode utf8 in some strings. I will work on it and hopefully this will be fixed properly.

Well, this has been a pretty interesting request. I tried creating virtual machines with UTF8 names. That is possible in theory, but creates all kind of havok. I am toying...