search for: flag_allow_renam

Displaying 2 results from an estimated 2 matches for "flag_allow_renam".

Did you mean: flag_allow_rename
2025 Jan 29
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
...Schema-Updates.md > it matches one in MicrosoftDocs github. > > Sch78 seems to rename "Expiring Group Membership Feature" to > "Privileged Access Management Feature". If I understand it > correctly... > > first, old value is made renamable, it has: > # FLAG_ALLOW_RENAME 0x400000 > systemFlags: 1073741824 > > Although 1073741824 is 0x4000 0000, not 0x40 0000 Setting systemFlags to 1073741824 does allow the object to be renamed, so that is correct. > Then rename is done and then systemFlags is set again to 2348810240 > and that fails with "In...
2025 Jan 30
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
On 29.01.2025 17:07, Rowland Penny via samba wrote: > On Wed, 29 Jan 2025 12:27:31 +0200 > Virgo P?rna via samba <samba at lists.samba.org> wrote: > >> # FLAG_ALLOW_RENAME 0x400000 >> systemFlags: 1073741824 >> >> Although 1073741824 is 0x4000 0000, not 0x40 0000 > > Setting systemFlags to 1073741824 does allow the object to be renamed, > so that is correct. > Yeah, seems to be an error in Microsoft Schema-Updates.md documentation....