openssh: Document default Kerberos support
This commit is contained in:
parent
2fb4606f38
commit
478e510ddd
|
@ -111,6 +111,17 @@ following incompatible changes:</para>
|
||||||
<link xlink:href="https://search.nix.gsc.io/?q=stateVersion">here</link>.
|
<link xlink:href="https://search.nix.gsc.io/?q=stateVersion">here</link>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The <literal>openssh</literal> package
|
||||||
|
now includes Kerberos support by default;
|
||||||
|
the <literal>openssh_with_kerberos</literal> package
|
||||||
|
is now a deprecated alias.
|
||||||
|
If you do not want Kerberos support,
|
||||||
|
you can do <literal>openssh.override { withKerboros = false; }</literal>.
|
||||||
|
Note, this also applies to the <literal>openssh_hpn</literal> package.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>cc-wrapper</literal> has been split in two; there is now also a <literal>bintools-wrapper</literal>.
|
<literal>cc-wrapper</literal> has been split in two; there is now also a <literal>bintools-wrapper</literal>.
|
||||||
|
|
Loading…
Reference in New Issue