Active Directory Config Not Prompting For Password

Bug #2065109 reported by Tony Schellenberg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
subiquity
New
Undecided
Unassigned

Bug Description

This might come down to simply user error or a misunderstanding on my part and please let me know if that's the case. I am trying to create an autoinstall configuration that sets up Active Directory integration as well as creates a basic user. Here is a sanitized sample config that I have tried:

==========
autoinstall:
        version: 1
        identity:
                username: test
                password: 'someHashedPassword'
                hostname: testhostname
        refresh-installer:
                update: true
        updates: all
        active-directory:
                domain-name: 'mydomain.com'
                admin-name: 'mynamepromptatinstalltime'
        interactive-sections:
                - 'identity'
                - 'active-directory'
==========

What I expected to happen:
- I would get prompted with the identity page and be able to change the hostname there
- I would click next and get prompted for my active directory password on the next screen

What actually happened:
- I get the identity page to come up but the password is not filled in so I can't just replace the hostname and click 'Next'
- The 'Use Active Directory' check box is not checked
- If I fill in the password and select 'Use Active Directory', I am not taken to the page to enter my AD registration password
- If I let the installation finish, I'm never prompted for my AD registration password

What I would like it to do differently:
- The password filled out on the identity page when I provided it in the autoinstall configuration
- The 'Use Active Directory' box to be checked on the identity page
- The active directory configuration page (or some alternative) to prompt me for my AD registration password

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.