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

Hello PIN length and offline fixes #243

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Commits on Oct 11, 2024

  1. Add hello_pin_min_length conf option

    This allows a custom minimum length to be set for
    the Hello PIN. There is a hard 6 character min
    that cannot be overridden.
    
    BUG: #225
    
    Signed-off-by: David Mulder <dmulder@samba.org>
    dmulder committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5f62cf6 View commit details
    Browse the repository at this point in the history
  2. Allow the graph to start w/out network

    BUG: #241
    
    If we've already enrolled the host, we don't need
    network connectivity to get the tenant id and
    authority host.
    
    Signed-off-by: David Mulder <dmulder@samba.org>
    dmulder committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2b13f42 View commit details
    Browse the repository at this point in the history