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

The name of the pictureThe name of the pictureThe name of the pictureClash 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.










share|improve this question



















  • 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














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.










share|improve this question



















  • 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












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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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












  • 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










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.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    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






























    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.






    share|improve this answer
























      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.






      share|improve this answer






















        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.






        share|improve this answer












        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Sep 8 at 7:21









        Rui F Ribeiro

        36.8k1273117




        36.8k1273117



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            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













































































            Popular posts from this blog

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)