a4ed96afc1
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dovecot#29ed947aaea4a89dbadcab2fd9c843ae48a7d156
14 lines
398 B
Diff
14 lines
398 B
Diff
diff --git a/src/auth/mech-gssapi.c b/src/auth/mech-gssapi.c
|
|
index f29e48da88..966273d388 100644
|
|
--- a/src/auth/mech-gssapi.c
|
|
+++ b/src/auth/mech-gssapi.c
|
|
@@ -735,7 +735,7 @@ mech_gssapi_auth_free(struct auth_request *request)
|
|
const struct mech_module mech_gssapi = {
|
|
"GSSAPI",
|
|
|
|
- .flags = 0,
|
|
+ .flags = MECH_SEC_ALLOW_NULS,
|
|
.passdb_need = MECH_PASSDB_NEED_NOTHING,
|
|
|
|
mech_gssapi_auth_new,
|