jlesage / docker-firefox

Docker container for Firefox
MIT License
1.68k stars 300 forks source link

Active Directory Integration #6

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi ! Thanks for the Container, it is realy great.

i want to create container with active directory username and password (credentials) and i want same user login to his container from web interface by his active directory username and password(credentials). do u have any idea to achieve these goals?

there are some problems too: 1) maximum range of vnc password depending on RFC buffer. 2) vnc or web ineterface doesnt ask for username (even username that created with user_id variable)

regards,

jlesage commented 6 years ago

The VNC protocol has the ability to only prompt for a password, not a username. And like you said, password is limited to 8 characters.

I would use another approach. The access/authentication should be controlled by another entity. For example, something like https://organizr.app/ acts as a front-end to access a multitude of services.

qy2009 commented 5 years ago

that is an interesting solution, I wonder if you can show me some articles on how to do it? thanks so much!