user_external icon indicating copy to clipboard operation
user_external copied to clipboard

Is it possible to strip the domain/workgroup name when using the smb-backend?

Open Platypuschan opened this issue 5 years ago • 1 comments

Is it possible to stip the workgroup/domain name of a samba user to log in? Login with "testnet\user1" works, "user1" doesn´t.

Platypuschan avatar Oct 29 '20 21:10 Platypuschan

Well, I have the same setup and tested your case, because I use the same setup with smb as authentication method. The problem might be deeper. I can use booth ways to authenticate <network>\<user> and <user> but they're referencing different entities. Maybe this is interlinked with #167 , where I get a massive load of type conversion errors from php while the authentication process.

santifa avatar Jan 28 '21 13:01 santifa