Skip to content

Commit 8408fe4

Browse files
authored
Update sql-server-linux-ad-auth-adutil-tutorial.md
1 parent fe96993 commit 8408fe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/sql-server-linux-ad-auth-adutil-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ adutil keytab createauto -k /var/opt/mssql/secrets/mssql.keytab -p 1433 -H myubu
181181
> - `-p`: The port to use for generating SPNs. If not specified, SPNs will be generated without a port.
182182
> - `-H`: The hostname to use for generating SPNs. If not specified, the local host's FQDN will be used. In this case, the host name is `myubuntu` and the FQDN is `myubuntu.contoso.com`.
183183
> - `-s`: The service name to use for generating SPNs. In this case, it is for SQL Server service, and hence the service name is `MSSQLSvc`.
184-
> `--password`: This is the password of the privileged AD user account that was created earlier.
185-
> `-e` or `--enctype`: Encryption types for the keytab entry. Use a comma-separated list of values. If not specified, an interactive prompt will be presented.
184+
> - `--password`: This is the password of the privileged AD user account that was created earlier.
185+
> - `-e` or `--enctype`: Encryption types for the keytab entry. Use a comma-separated list of values. If not specified, an interactive prompt will be presented.
186186
187187
When given a choice to choose the encryption types, you can choose more than one. For this example, we chose `aes256-cts-hmac-sha1-96` and `arcfour-hmac`. Ensure you choose the encryption type that is supported by the host and domain.
188188

0 commit comments

Comments
 (0)