Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #580 - Added password reset step #589

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading