Is there a display manager that allows setup of wifi connection before logging in?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm working on a pam_ldap solution for laptop users, but of course it won't work unless wifi is connected. I won't know ahead of time what wifi network users will be on.
I want to emulate how chromebooks work, where you can connect to wifi before actually logging in.
Current distro is GalliumOS (Xubuntu variant) using lxdm.
wifi xorg networkmanager ldap lxdm
 |Â
show 1 more comment
up vote
0
down vote
favorite
I'm working on a pam_ldap solution for laptop users, but of course it won't work unless wifi is connected. I won't know ahead of time what wifi network users will be on.
I want to emulate how chromebooks work, where you can connect to wifi before actually logging in.
Current distro is GalliumOS (Xubuntu variant) using lxdm.
wifi xorg networkmanager ldap lxdm
1
Pleae add distro.
â Rui F Ribeiro
Sep 7 at 18:58
Using Ubuntu, but I'd still be curious if any other distros have a solution.
â Ben Davis
Sep 8 at 0:57
Network services should be able to that, like Network Manger with proper settings, enabled as system service.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 1:12
Link? Would that allow the user to select the wifi network before login?
â Ben Davis
Sep 8 at 1:13
I don't know of any display managers that do that, but you can generally set your system up to automatically connect to the internet on bootup, i.e. you'd be connected before you'd even get to the display manager... Granted they have to login to the network once before it can be automated like that.
â Cestarian
Sep 8 at 6:23
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm working on a pam_ldap solution for laptop users, but of course it won't work unless wifi is connected. I won't know ahead of time what wifi network users will be on.
I want to emulate how chromebooks work, where you can connect to wifi before actually logging in.
Current distro is GalliumOS (Xubuntu variant) using lxdm.
wifi xorg networkmanager ldap lxdm
I'm working on a pam_ldap solution for laptop users, but of course it won't work unless wifi is connected. I won't know ahead of time what wifi network users will be on.
I want to emulate how chromebooks work, where you can connect to wifi before actually logging in.
Current distro is GalliumOS (Xubuntu variant) using lxdm.
wifi xorg networkmanager ldap lxdm
wifi xorg networkmanager ldap lxdm
edited Sep 8 at 4:11
asked Sep 7 at 18:38
Ben Davis
999713
999713
1
Pleae add distro.
â Rui F Ribeiro
Sep 7 at 18:58
Using Ubuntu, but I'd still be curious if any other distros have a solution.
â Ben Davis
Sep 8 at 0:57
Network services should be able to that, like Network Manger with proper settings, enabled as system service.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 1:12
Link? Would that allow the user to select the wifi network before login?
â Ben Davis
Sep 8 at 1:13
I don't know of any display managers that do that, but you can generally set your system up to automatically connect to the internet on bootup, i.e. you'd be connected before you'd even get to the display manager... Granted they have to login to the network once before it can be automated like that.
â Cestarian
Sep 8 at 6:23
 |Â
show 1 more comment
1
Pleae add distro.
â Rui F Ribeiro
Sep 7 at 18:58
Using Ubuntu, but I'd still be curious if any other distros have a solution.
â Ben Davis
Sep 8 at 0:57
Network services should be able to that, like Network Manger with proper settings, enabled as system service.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 1:12
Link? Would that allow the user to select the wifi network before login?
â Ben Davis
Sep 8 at 1:13
I don't know of any display managers that do that, but you can generally set your system up to automatically connect to the internet on bootup, i.e. you'd be connected before you'd even get to the display manager... Granted they have to login to the network once before it can be automated like that.
â Cestarian
Sep 8 at 6:23
1
1
Pleae add distro.
â Rui F Ribeiro
Sep 7 at 18:58
Pleae add distro.
â Rui F Ribeiro
Sep 7 at 18:58
Using Ubuntu, but I'd still be curious if any other distros have a solution.
â Ben Davis
Sep 8 at 0:57
Using Ubuntu, but I'd still be curious if any other distros have a solution.
â Ben Davis
Sep 8 at 0:57
Network services should be able to that, like Network Manger with proper settings, enabled as system service.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 1:12
Network services should be able to that, like Network Manger with proper settings, enabled as system service.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 1:12
Link? Would that allow the user to select the wifi network before login?
â Ben Davis
Sep 8 at 1:13
Link? Would that allow the user to select the wifi network before login?
â Ben Davis
Sep 8 at 1:13
I don't know of any display managers that do that, but you can generally set your system up to automatically connect to the internet on bootup, i.e. you'd be connected before you'd even get to the display manager... Granted they have to login to the network once before it can be automated like that.
â Cestarian
Sep 8 at 6:23
I don't know of any display managers that do that, but you can generally set your system up to automatically connect to the internet on bootup, i.e. you'd be connected before you'd even get to the display manager... Granted they have to login to the network once before it can be automated like that.
â Cestarian
Sep 8 at 6:23
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
1
down vote
Credentials can be cached on PAM.
A possible solution is requiring the users to login once in a while, in a non-authenticated network, and setup auto-login in the machines in an area in the office wifi network/via ethernet so credentials can be cached.
PS. This also requires the helpdesk office to have a couple of non-authenticathed network ethernet points to debug problems.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Credentials can be cached on PAM.
A possible solution is requiring the users to login once in a while, in a non-authenticated network, and setup auto-login in the machines in an area in the office wifi network/via ethernet so credentials can be cached.
PS. This also requires the helpdesk office to have a couple of non-authenticathed network ethernet points to debug problems.
add a comment |Â
up vote
1
down vote
Credentials can be cached on PAM.
A possible solution is requiring the users to login once in a while, in a non-authenticated network, and setup auto-login in the machines in an area in the office wifi network/via ethernet so credentials can be cached.
PS. This also requires the helpdesk office to have a couple of non-authenticathed network ethernet points to debug problems.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Credentials can be cached on PAM.
A possible solution is requiring the users to login once in a while, in a non-authenticated network, and setup auto-login in the machines in an area in the office wifi network/via ethernet so credentials can be cached.
PS. This also requires the helpdesk office to have a couple of non-authenticathed network ethernet points to debug problems.
Credentials can be cached on PAM.
A possible solution is requiring the users to login once in a while, in a non-authenticated network, and setup auto-login in the machines in an area in the office wifi network/via ethernet so credentials can be cached.
PS. This also requires the helpdesk office to have a couple of non-authenticathed network ethernet points to debug problems.
answered Sep 8 at 7:21
Rui F Ribeiro
36.8k1273117
36.8k1273117
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f467603%2fis-there-a-display-manager-that-allows-setup-of-wifi-connection-before-logging-i%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Pleae add distro.
â Rui F Ribeiro
Sep 7 at 18:58
Using Ubuntu, but I'd still be curious if any other distros have a solution.
â Ben Davis
Sep 8 at 0:57
Network services should be able to that, like Network Manger with proper settings, enabled as system service.
â ç¥Âç§Âå¾·éÂÂå Â
Sep 8 at 1:12
Link? Would that allow the user to select the wifi network before login?
â Ben Davis
Sep 8 at 1:13
I don't know of any display managers that do that, but you can generally set your system up to automatically connect to the internet on bootup, i.e. you'd be connected before you'd even get to the display manager... Granted they have to login to the network once before it can be automated like that.
â Cestarian
Sep 8 at 6:23