Skip to content

Commit 2352a7c

Browse files
author
tedezed
committed
Simple readme
1 parent 2a458b8 commit 2352a7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ Example Delete:
4242
blksmanager -m delete -l [HOST LDAP] -a (ADMIN_LDAP) -w (ADMIN_PASS_LDAP) -u (USER) -d (DOMAIN) -k [KEYTAB FILE]
4343
```
4444

45-
**Add User:**
45+
**Add user simple:**
4646

4747
```
4848
blksmanager -m add -a admin -w admin_pass -u user3 -p user3 -g 5000 -d example.com
4949
```
5050

51-
**Add User with password [expire time](https://web.mit.edu/kerberos/krb5-1.12/doc/basic/date_format.html#getdate):**
51+
**Add user with password [expire time](https://web.mit.edu/kerberos/krb5-1.12/doc/basic/date_format.html#getdate):**
5252

5353
```
5454
blksmanager -m add -a admin -w admin_pass -u user3 -p user3 -g 5000 -e "300 sec" -d example.com
5555
```
5656

57-
**Delete User:**
57+
**Delete user:**
5858

5959
```
6060
blksmanager -m delete -a admin -w admin_pass -u user3 -d example.com
@@ -158,4 +158,4 @@ ansible-playbook -i inventory/local/hosts.ini --become --become-user=root ansibl
158158
## Authors
159159

160160
- [Juan Manuel Torres](https://github.com/tedezed)
161-
- [Juan José López](https://github.com/juanjoselopezroldan)
161+
- [Juan José López](https://github.com/juanjoselopezroldan)

0 commit comments

Comments
 (0)