When I attempt to login to freenas 11.1-U5 it loads the username/password dialog with the AD Domain Account as the username and not root. But when I enter the password it says. Please enter a correct Username and password.
The username is WITHOUT the Realm or WorkGroup.
I am able to login using root or other local accounts.
Im also seeing this in my debug.log. Not sure if its related
The username is WITHOUT the Realm or WorkGroup.
I am able to login using root or other local accounts.
Im also seeing this in my debug.log. Not sure if its related
Code:
Jun 11 19:46:17 freenas uwsgi: [freeadmin.navtree:402] App freenasUI.documentation has no nav.py module, skipping Jun 11 19:46:17 freenas uwsgi: [services.forms:1167] Failed to decrypt DDNS password Traceback (most recent call last): File "./freenasUI/services/models.py", line 1165, in _decrypt_password self.ddns_password = notifier().pwenc_decrypt(self.ddns_password) File "./freenasUI/middleware/notifier.py", line 3862, in pwenc_decrypt encrypted = base64.b64decode(encrypted) File "/usr/local/lib/python3.6/base64.py", line 87, in b64decode return binascii.a2b_base64(s) binascii.Error: Incorrect padding