The Authenticator does not affect notebook storage. This is governed by the single-user server started after authentication. The easiest way to do this is if you can mount whatever storage you want to use on the filesystem, and then set that as the notebook_dir for the users. Alternatively, you would have to write a custom ContentsManager that implements storage on your storage service.
-Min On Tue, Aug 16, 2016 at 7:24 PM, Brian Novogradac < [email protected]> wrote: > I am using the LDAp auth plugin (https://github.com/ > jupyterhub/ldapauthenticator), > quick question > > Can i assign a new location to store notebooks using ldapauth as > authentication? I know using PAM it stores it in the users home dir. > > > > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/53e308d4-1fb8-4d52-bf3b-40bedef5ff58%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/53e308d4-1fb8-4d52-bf3b-40bedef5ff58%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHNn8BXXRh45Go%2Ba1ZmcDBw_o3hWOBsvhPT_V_he69yMqnGhQg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
