Truenas 22.12 doesn't work with AD

sybreeder

Explorer
Joined
Aug 15, 2013
Messages
75
So i've upgraded to 22.12 from 22.02 and after some tinketing pools and apps are working
my issue is now with AD
One error is keep showing
1672311163583.png

1672311175009.png

Connection to AD servers seems to be looking fine.

when i type local credentials i can access shares.
Any ideas ?
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
Please send me a debug file (system->advanced->save debug) via private message. I helped a person who had a problematic migration (related to a DB entry being deleted) and need to see whether this is the same issue.
 

sybreeder

Explorer
Joined
Aug 15, 2013
Messages
75
Unfortunately AD still doesn't work with 22.12

pool.dataset.permission​

Error: 'NoneType' object is not subscriptable
close

View attachment 62943
Is there any way to make AD work with 22.12?
View attachment 62944
Code:
Error: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 181, in call_method
    result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self)
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1255, in _call
    return await methodobj(*prepared_call.args)
  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1284, in nf
    return await func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1152, in nf
    res = await f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/filesystem_/acl_template.py", line 300, in by_path
    await self.append_builtins(t)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/filesystem_/acl_template.py", line 219, in append_builtins
    await self.append_builtins_internal((du['id'], da['id']), data)
TypeError: 'NoneType' object is not subscriptable
 
Top