nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
107 stars 64 forks source link

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

Open Platypuschan opened 3 years ago

Platypuschan commented 3 years ago

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

santifa commented 3 years ago

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.