mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
Merge pull request #34518 from aneeshusa/document-default-kerberos-in-openssh
openssh: Document default Kerberos support
This commit is contained in:
commit
c6bd88155e
@ -133,6 +133,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
Block a user