Listen to 9878 if kca is turned on.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19552 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -156,6 +156,11 @@ add_standard_ports (krb5_context context,
|
|||||||
}
|
}
|
||||||
if (config->enable_kaserver)
|
if (config->enable_kaserver)
|
||||||
add_port_service(context, family, "afs3-kaserver", 7004, "udp");
|
add_port_service(context, family, "afs3-kaserver", 7004, "udp");
|
||||||
|
if(config->enable_kx509) {
|
||||||
|
add_port_service(context, family, "kca_service", 9878, "udp");
|
||||||
|
add_port_service(context, family, "kca_service", 9878, "tcp");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user