Displaying 1 result from an estimated 1 matches for "update_present".
2013 Feb 20
1
samba_upgradeprovision and msDS-SupportedEncryptionTypes / msDS-NcType
...domain, allow full replication to take place and then transferred all
the roles to the samba 4.0.0 dc. Finally I removed the Windows DC from
the domain.
Everything has been working well. Today I upgraded from samba 4.0.0 to
4.0.3 and ran samba_upgradeprovision --full. Initially this was
failing in update_present throwing an exception when attempting to
modify msDS-NcType and msDS-SupportedEncryptionTypes attributes which
didn't exist. I was able to get the upgradeprovision to run to
completion by removing these from the deltas
i.e.,
delta.remove('msDS-SupportedEncryptionTypes')...