Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
adcli.25819
0037-Fix-for-dont-expire-password-option-and-jo...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0037-Fix-for-dont-expire-password-option-and-join.patch of Package adcli.25819
From fdbd6b474bf4d8cae1eda11576aa0e2615aefadd Mon Sep 17 00:00:00 2001 From: Sumit Bose <sbose@redhat.com> Date: Thu, 3 Jun 2021 15:03:20 +0200 Subject: [PATCH 2/2] Fix for dont-expire-password option and join Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1769644 --- library/adenroll.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/adenroll.c b/library/adenroll.c index f0297e1..479a1bc 100644 --- a/library/adenroll.c +++ b/library/adenroll.c @@ -733,7 +733,8 @@ create_computer_account (adcli_enroll *enroll, uac |= UAC_TRUSTED_FOR_DELEGATION; } - if (!adcli_enroll_get_dont_expire_password (enroll)) { + if (enroll->dont_expire_password_explicit + && !adcli_enroll_get_dont_expire_password (enroll)) { uac &= ~(UAC_DONT_EXPIRE_PASSWORD); } -- 2.33.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor