Skip to content

Commit

Permalink
Simple readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tedezed committed Apr 1, 2020
1 parent 2a458b8 commit 2352a7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ Example Delete:
blksmanager -m delete -l [HOST LDAP] -a (ADMIN_LDAP) -w (ADMIN_PASS_LDAP) -u (USER) -d (DOMAIN) -k [KEYTAB FILE]
```

**Add User:**
**Add user simple:**

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

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

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

**Delete User:**
**Delete user:**

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

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

0 comments on commit 2352a7c

Please sign in to comment.