Skip to content

Commit 33bf976

Browse files
authored
Merge pull request #61 from ShaneDugas/zstick
Minor changes
2 parents d69e047 + 59181bf commit 33bf976

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/u3lab.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To simplify some of the typing in this lab, there is a file located at
120120

121121
```bash
122122
[root@hammer1 ~]# cp /lab_work/identity_and_access_management.tar.gz .
123-
[root@hammer1 ~]# tar -xzvf identity_and_access_management.tar
123+
[root@hammer1 ~]# tar -xzvf identity_and_access_management.tar.gz
124124
```
125125

126126
### Install and configure OpenLDAP
@@ -165,9 +165,7 @@ Entry for hammer1 for example:
165165
[root@hammer1 ~]# firewall-cmd --list-all
166166
```
167167

168-
#### 6. Generate a password (Our example uses `testpassword`) This will return a salted SSHA password.
169-
170-
**Save this password and stalted hash for later input**
168+
#### 6. Generate a password (Our example uses `testpassword`) This will return a salted SSHA password. *Save this password and salted hash for later input*
171169

172170
```bash
173171
[root@hammer1 ~]# slappasswd
@@ -540,3 +538,4 @@ Congratulations! Look at you, doing all the Linux.
540538

541539
```bash
542540
[root@hammer1 ~]# reboot
541+
```

0 commit comments

Comments
 (0)