Complete
Details
Assignee
Andrew WalkerAndrew WalkerReporter
JustinJustinLabels
Impact
HighComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Andrew Walker
Andrew WalkerReporter
Justin
JustinLabels
Impact
High
Components
Fix versions
Affects versions
Priority
More fields
More fields
More fields
Katalon Platform
Katalon Platform
Katalon Platform
Created January 19, 2021 at 4:18 PM
Updated July 1, 2022 at 5:14 PM
Resolved January 29, 2021 at 6:27 PM
Okay, so I have created my groups with my validated permissions and now am half way through my list of 45+ users. Very simply, all I am entering is their full name, truncated username, support email, and adding their corresponding group to the primary group selection. Now as I am halfway through entering the users I can no longer add any more. It gives this error error after submitting, so I press back look at the list and see the user still listed their. Thinking on my feet, I try deleting the user record, then re-adding, still the same thing. So maybe I got to trick it by deleting that record and trying to add a different truncated name, go back in and edit it to the correct name. Nope, same error message. It's literally.... driving.... me .....batty especially when I'm at a stand still on this. Is this a known issue of sorts that I am unaware of? Also there are no special characters being used.
[EFAULT] Failed to set NT password for mrsamerica: Username not found!
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 137, in call_method
result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self,
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1195, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.8/site-packages/middlewared/service.py", line 455, in create
rv = await self.middleware._call(
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1195, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 973, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/account.py", line 316, in do_create
await self.__set_smbpasswd(data['username'])
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/account.py", line 857, in __set_smbpasswd
await self.middleware.call('smb.update_passdb_user', username)
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1238, in call
return await self._call(
File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1195, in _call
return await methodobj(*prepared_call.args)