Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
-
Night's Watch
-
Customer Feedback
-
Reviewed
-
34399
-
1
-
Needs Assessment
Description
**This is spin-off ticket of PUP-7326.
Steps to reproduce:
- Setup Active Directory with Domain Functional level 2016
- Spin up a Win2012R2 machine and connect to AD
- Create a test user (e.q. testadmin1) in Active Directory
- Add testadmin1 user to local administrators group in Win2012R2
- Delete testadmin1 user in AD
- Run
puppet apply -e "group {'Administrators': members => ['Administrator'], auth_membership => true }"
Or
- Setup Active Directory with Domain Functional level 2012 R2
- Spin up a Win2016 machine and connect to AD
- Create a test user (e.q. testadmin1) in Active Directory
- Add testadmin1 user to local administrators group in Win2016
- Delete testadmin1 user in AD
- Run
puppet apply -e "group {'Administrators': members => ['Administrator'], auth_membership => true }
Puppet apply returns error below
Note the error occurs only on Windows client machine with condition its OS version is different with the AD Domain Functional level. E.q. Client OS Win2012R connected to AD Domain Functional level 2016 or Client OS Win2016 connected to AD Domain Functional level 2012R2.
Attachments
Issue Links
- relates to
-
PUP-7326 Group resource (with auth_membership) fails if local Windows group contains not resolvable Domain accounts
-
- Closed
-