Skip to content

Conversation

@mbettini-ox
Copy link
Contributor

No description provided.

values: setting_types.STRING,
default: {
value: 'PLAIN',
value: 'CRYPT',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you sure about this? isn't it only for passwd and passwd-file?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, there are many different defaults. We currently have a bit kludgy way of specifying that. See for example mail_attachment_detection_options. Also see how mail_cache_fields specifies the default change.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although looking at the change, it changes the global default_password_scheme to CRYPT. And then all of the defaults are CRYPT. So this part of the change is correct.

| ------- | ----------------- | ----------------- |
| [[setting,lazy_expunge_only_last_instance]] | `no` | `yes` |
| [[setting,mail_access_groups]] | | [[setting,default_internal_group]] |
| [[setting,passdb_default_password_scheme]] | `PLAIN` | `CRYPT` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could say in some way which passdbs are actually changed, since default wasn't PLAIN for all of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants