Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supplying Username and Password? #1

Closed
Adamcina opened this issue Jan 28, 2022 · 5 comments
Closed

Supplying Username and Password? #1

Adamcina opened this issue Jan 28, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@Adamcina
Copy link

Hello,

I was wondering if it's possible somehow to supply username and password credentials so I could map network drives to users' devices?
They are unable to connect to network drives by using their credentials because network drives require some other username&password credentials.

Thanks in advance!

@Weatherlights
Copy link
Owner

Weatherlights commented Jan 28, 2022

Hey technically hat could be implemented... but currently this feature was left out intentionally since the authentication should rely on the build in mechanism (so for example Windows Hello for Business) and it would imply to have a password within the registry. May I ask why this is not an option? Then I can better understand for whom could this be interesting.

@Adamcina
Copy link
Author

Thanks for the answer!
This is the situation that we have in our company - we have a file server (Windows Server 2012R2) that has on itself several local users who have different permissions or precisely - they have access to different folders. For example, User1 has access to Folder1 only, User2 has access to Folder2 only, etc.
Now, we want to map different network drives to different Microsoft365 users, so they could have access to the drive (folder) they need. For example, employee1@contoso.com needs access to Folder2, so we would need to supply User2 credentials in order to map the network drive to Employee1's device.

I hope that I have explained this well enough

@Weatherlights
Copy link
Owner

I can look into the implementation of this :). However I strongly recommend you to use a SmartCard/Certificate based mechanism.

@Weatherlights Weatherlights added the enhancement New feature or request label Jan 31, 2022
@Weatherlights Weatherlights self-assigned this Jan 31, 2022
@Weatherlights
Copy link
Owner

I added the Feature for version 1.1.0.0 and updated the documentation. The update will be released within the next 3-4 hours.

@Adamcina
Copy link
Author

Adamcina commented Feb 7, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants