-
Notifications
You must be signed in to change notification settings - Fork 34
Update AD users list for PR-CI. #534
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,3 +94,33 @@ | |
| AccountExpirationDate: (Get-Date).AddDays(-1) | ||
| Enabled: $true | ||
| OtherAttributes: "@{'uidNumber'='10149'; 'gidNumber'='10147'; 'loginShell'='/bin/sh'; 'homeDirectory'='/home/subexpiredaduser'; 'unixHomeDirectory'='/home/subexpiredaduser'; 'gecos'='Expired AD User'}" | ||
|
|
||
| - name: AD child user with CannotChangePassword | ||
| include_role: | ||
| name: windows/ipa-ad-data | ||
| tasks_from: user.yml | ||
| vars: | ||
| options: | ||
| Name: subcantchgpwduser | ||
| GivenName: SubCannotChangePwd | ||
| Surname: User | ||
| AccountPassword: Secret123 | ||
| PasswordNeverExpires: $true | ||
| CannotChangePassword: $true | ||
| Enabled: $true | ||
| OtherAttributes: "@{'uidNumber'='10150'; 'gidNumber'='10147'; 'loginShell'='/bin/sh'; 'homeDirectory'='/home/subcantchgpwduser'; 'unixHomeDirectory'='/home/subcantchgpwduser'; 'gecos'='Sub Cannot Change Password User'}" | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - name: AD child user with ChangePasswordAtLogon (must change password at next logon) | ||
| include_role: | ||
| name: windows/ipa-ad-data | ||
| tasks_from: user.yml | ||
| vars: | ||
| options: | ||
| Name: submustchgpwduser | ||
| GivenName: SubChangePwdAtLogon | ||
| Surname: User | ||
| AccountPassword: Secret123 | ||
| ChangePasswordAtLogon: $true | ||
| PasswordNeverExpires: $false | ||
| Enabled: $true | ||
| OtherAttributes: "@{'uidNumber'='10151'; 'gidNumber'='10147'; 'loginShell'='/bin/sh'; 'homeDirectory'='/home/submustchgpwduser'; 'unixHomeDirectory'='/home/submustchgpwduser'; 'gecos'='Sub Change Password At Logon User'}" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -187,3 +187,33 @@ | |
| AccountExpirationDate: (Get-Date).AddDays(-1) | ||
| Enabled: $true | ||
| OtherAttributes: "@{'uidNumber'='10059'; 'gidNumber'='10047'; 'loginShell'='/bin/sh'; 'homeDirectory'='/home/expiredaduser'; 'unixHomeDirectory'='/home/expiredaduser'; 'gecos'='Expired AD User'}" | ||
|
|
||
| - name: AD user with CannotChangePassword | ||
| include_role: | ||
| name: windows/ipa-ad-data | ||
| tasks_from: user.yml | ||
| vars: | ||
| options: | ||
| Name: cannotchangepwduser | ||
| GivenName: CannotChangePwd | ||
| Surname: User | ||
| AccountPassword: Secret123 | ||
| PasswordNeverExpires: $true | ||
| CannotChangePassword: $true | ||
| Enabled: $true | ||
| OtherAttributes: "@{'uidNumber'='10061'; 'gidNumber'='10047'; 'loginShell'='/bin/sh'; 'homeDirectory'='/home/cannotchangepwduser'; 'unixHomeDirectory'='/home/cannotchangepwduser'; 'gecos'='Cannot Change Password User'}" | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - name: AD user with ChangePasswordAtLogon (must change password at next logon) | ||
| include_role: | ||
| name: windows/ipa-ad-data | ||
| tasks_from: user.yml | ||
| vars: | ||
| options: | ||
| Name: changepwdatlogonuser | ||
| GivenName: ChangePwdAtLogon | ||
| Surname: User | ||
| AccountPassword: Secret123 | ||
| ChangePasswordAtLogon: $true | ||
| PasswordNeverExpires: $false | ||
| Enabled: $true | ||
| OtherAttributes: "@{'uidNumber'='10062'; 'gidNumber'='10047'; 'loginShell'='/bin/sh'; 'homeDirectory'='/home/changepwdatlogonuser'; 'unixHomeDirectory'='/home/changepwdatlogonuser'; 'gecos'='Change Password At Logon User'}" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||




Uh oh!
There was an error while loading. Please reload this page.