Problem with service AD join

Hi RockStor

Im having difficulties joining my AD realm - screen shot and paste follows…

        Traceback (most recent call last):

File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 41, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/smart_manager/views/active_directory.py”, line 227, in post
self._join_domain(config, method=method)
File “/opt/rockstor/src/rockstor/smart_manager/views/active_directory.py”, line 78, in _join_domain
return run_command(cmd, input=(‘%s\n’ % config.get(‘password’)))
File “/opt/rockstor/src/rockstor/system/osi.py”, line 115, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/net ads join -U adm_nvfreema. rc = 255. stdout = [“Enter adm_nvfreema’s password:”, ‘Failed to join domain: Invalid configuration (“workgroup” set to 'WORKGROUP', should be 'AD') and configuration modification was not requested’, ‘’]. stderr = [‘’]