From: Pavel Filipenský Date: Fri, 31 Jan 2025 09:43:34 +0000 (+0100) Subject: docs-xml:manpages: Fix doc for 'net ads enctypes' X-Git-Tag: tdb-1.4.13~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb2cb8137dfd8a885198539f97749e5ee3f7194;p=thirdparty%2Fsamba.git docs-xml:manpages: Fix doc for 'net ads enctypes' Signed-off-by: Pavel Filipenský Reviewed-by: Andreas Schneider --- diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index 111349b92a8..2a7c1487fc9 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -1765,6 +1765,8 @@ the following entry types; 0x00000004 RC4-HMAC 0x00000008 AES128-CTS-HMAC-SHA1-96 0x00000010 AES256-CTS-HMAC-SHA1-96 +0x00000020 AES256-CTS-HMAC-SHA1-96-SK +0x00080000 RESOURCE-SID-COMPRESSION-DISABLED @@ -1772,10 +1774,10 @@ the following entry types; ADS ENCTYPES LIST <replaceable><ACCOUNTNAME></replaceable> - List the value of the "msDS-SupportedEncryptionTypes" attribute of a given account. + List the value of the "msDS-SupportedEncryptionTypes" attribute of a given account. Computer account needs '$' at the end. -Example: net ads enctypes list Computername +Example: net ads enctypes list Computername$ --machine-pass @@ -1783,10 +1785,10 @@ the following entry types; ADS ENCTYPES SET <replaceable><ACCOUNTNAME></replaceable> <replaceable>[enctypes]</replaceable> - Set the value of the "msDS-SupportedEncryptionTypes" attribute of the LDAP object of ACCOUNTNAME to a given value. If the value is omitted, the value is set to 31 which enables all the currently supported encryption types. + Set the value of the "msDS-SupportedEncryptionTypes" attribute of the LDAP object of ACCOUNTNAME to a given value. If the value is omitted, the value is set to 28 which enables RC4-HMAC, AES128-CTS-HMAC-SHA1-96 and AES256-CTS-HMAC-SHA1-96 encryption types. -Example: net ads enctypes set Computername 24 +Example: net ads enctypes set Computername$ 24 --machine-pass @@ -1797,7 +1799,7 @@ the following entry types; Deletes the "msDS-SupportedEncryptionTypes" attribute of the LDAP object of ACCOUNTNAME. -Example: net ads enctypes set Computername 24 +Example: net ads enctypes delete Computername$ --machine-pass