mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Clarify error message about IPv6 socket creation in ipa-cldap plugin
https://fedorahosted.org/freeipa/ticket/4056
This commit is contained in:
parent
a1f32fa936
commit
2348e0fab7
@ -147,7 +147,8 @@ static int ipa_cldap_init_service(Slapi_PBlock *pb,
|
||||
|
||||
ctx->sd = socket(PF_INET6, SOCK_DGRAM, 0);
|
||||
if (ctx->sd == -1) {
|
||||
LOG_FATAL("Failed to create socket\n");
|
||||
LOG_FATAL("Failed to create IPv6 socket: IPv6 support in kernel "
|
||||
"is required\n");
|
||||
ret = EIO;
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user