Skip to content

Commit

Permalink
Fix typo in instructions for setting new user password (Closes #901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Jul 21, 2020
1 parent 5bca4b9 commit 4893821
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions adoc/admin-security-ldap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Use `/usr/sbin/slappasswd` to generate the SSHA hash.
----
Use `/usr/bin/pwdhash` to generate the SSHA hash.
----
/usr/bin/pwdhash -s SSHA $ <USER_PASSWORD>
/usr/bin/pwdhash -s SSHA <USER_PASSWORD>
----
Example LDIF configuration to create user `user-regular2` using an LDAP command:
====
Expand Down Expand Up @@ -195,7 +195,7 @@ Use `/usr/sbin/slappasswd` to generate the SSHA hash.
----
Use `/usr/bin/pwdhash` to generate the SSHA hash.
----
/usr/bin/pwdhash -s SSHA $ <USER_PASSWORD>
/usr/bin/pwdhash -s SSHA <USER_PASSWORD>
----
Example LDIF configuration to create user `user-admin` using an LDAP command:
====
Expand Down Expand Up @@ -224,7 +224,7 @@ Use `/usr/sbin/slappasswd` to generate the SSHA hash.
----
Use `/usr/bin/pwdhash` to generate the SSHA hash.
----
/usr/bin/pwdhash -s SSHA $ <USER_PASSWORD>
/usr/bin/pwdhash -s SSHA <USER_PASSWORD>
----
Example LDIF configuration to create group `k8s-users` using an LDAP command:
====
Expand Down
8 changes: 4 additions & 4 deletions adoc/admin-security-user-group-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ mail: E-MAIL_ADDRESS
+
* USERID: User ID (UID) of the new user. This value must be a unique number.
* OU_NAME: organizational unit name
* PASSWORD_HASH: The user's hashed password.SSHA_PASSWORD: The user's new hashed password.
* PASSWORD_HASH: The user's hashed password.SSHA_PASSWORD: The user's new hashed password.
+
Use `/usr/sbin/slappasswd` to generate the SSHA hash.
+
Expand All @@ -138,7 +138,7 @@ Use `/usr/sbin/slappasswd` to generate the SSHA hash.
Use `/usr/bin/pwdhash` to generate the SSHA hash.
+
----
/usr/bin/pwdhash -s SSHA $ <USER_PASSWORD>
/usr/bin/pwdhash -s SSHA <USER_PASSWORD>
----
* FIRST_NAME: The user's first name
* SURNAME: The user's last name
Expand Down Expand Up @@ -204,7 +204,7 @@ Use `/usr/sbin/slappasswd` to generate the SSHA hash.
Use `/usr/bin/pwdhash` to generate the SSHA hash.
+
----
/usr/bin/pwdhash -s SSHA $ <USER_PASSWORD>
/usr/bin/pwdhash -s SSHA <USER_PASSWORD>
----
. Create an LDIF file (`modify_user.ldif`), which contains the change to the LDAP server:
+
Expand All @@ -228,7 +228,7 @@ Use `/usr/sbin/slappasswd` to generate the SSHA hash.
Use `/usr/bin/pwdhash` to generate the SSHA hash.
+
----
/usr/bin/pwdhash -s SSHA $ <USER_PASSWORD>
/usr/bin/pwdhash -s SSHA <USER_PASSWORD>
----
. Add the user to the `Administrators` group:
+
Expand Down

0 comments on commit 4893821

Please sign in to comment.