File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ Example Delete:
42
42
blksmanager -m delete -l [HOST LDAP] -a (ADMIN_LDAP) -w (ADMIN_PASS_LDAP) -u (USER) -d (DOMAIN) -k [KEYTAB FILE]
43
43
```
44
44
45
- ** Add User :**
45
+ ** Add user simple :**
46
46
47
47
```
48
48
blksmanager -m add -a admin -w admin_pass -u user3 -p user3 -g 5000 -d example.com
49
49
```
50
50
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 ) :**
52
52
53
53
```
54
54
blksmanager -m add -a admin -w admin_pass -u user3 -p user3 -g 5000 -e "300 sec" -d example.com
55
55
```
56
56
57
- ** Delete User :**
57
+ ** Delete user :**
58
58
59
59
```
60
60
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
158
158
## Authors
159
159
160
160
- [ 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 )
You can’t perform that action at this time.
0 commit comments