Skip to content
Snippets Groups Projects
Commit 043909e4 authored by 10sr's avatar 10sr Committed by GitHub
Browse files

Fix typo in README: kadm.get_princ > kadm.getprinc

parent f4bc1dba
Branches
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ It is advised that kadmin_local is used for rapid unpacked iteration, other task ...@@ -107,7 +107,7 @@ It is advised that kadmin_local is used for rapid unpacked iteration, other task
###Change a password: ###Change a password:
```python ```python
princ = kadm.get_princ("user@EXAMPLE.COM") princ = kadm.getprinc("user@EXAMPLE.COM")
princ.change_password("correcthorsebatterystaple") princ.change_password("correcthorsebatterystaple")
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment