Bug 8890 - Machine password timeout with security=ADS
Summary: Machine password timeout with security=ADS
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Winbind (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Michael Adam
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 09:19 UTC by Cedric Bellegarde
Modified: 2022-01-06 16:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cedric Bellegarde 2012-04-24 09:19:07 UTC
Samba password update do not works when security=ADS...

It's a known bug:
http://lists.samba.org/archive/samba-technical/2005-April/040396.html

It's always true with Samba 3.6:

void attempt_machine_password_change(void)
{
        unsigned char trust_passwd_hash[16];
        time_t lct;
        void *lock;

        if (!global_machine_password_needs_changing) {
                return;
        }

        if (lp_security() != SEC_DOMAIN) {
                return;
        }
......
......
}
Comment 1 Björn Jacke 2022-01-06 16:07:47 UTC
this isn't a problem in any recent samba version.