Skip to content

Commit

Permalink
Fixes #580 - Added password reset step
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 authored Dec 3, 2024
1 parent 144e7ac commit 936d5c8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions appendix/single-sign-on.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,14 @@ Admin privileges are not required; a normal user account will do.
Select “This account supports Kerberos AES 256 bit encryption” under
**Properties > Account > Account options**.

1b. Register an SPN for Zammad
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1b. Reset Password
^^^^^^^^^^^^^^^^^^

Reset service account password after enabling the "This account supports
Kerberos AES 256 bit encryption".

1c. Register a SPN for Zammad
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Replace the following placeholders in the command below:

Expand All @@ -146,7 +152,7 @@ Below command will prompt for the users password:
/target <master-domain-controller> \
/out zammad.keytab
1c. Note the secret key and version number
1d. Note the secret key and version number
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The output of the command above contains important data for Step 2e below:
Expand Down

0 comments on commit 936d5c8

Please sign in to comment.