Skip to content
Snippets Groups Projects
Unverified Commit 94e50ed0 authored by Russell Jancewicz's avatar Russell Jancewicz Committed by GitHub
Browse files

Merge pull request #50 from 10sr/patch-2

Fix typo in README: kadm.get_princ > kadm.getprinc
parents f4bc1dba 043909e4
No related branches found
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
###Change a password:
```python
princ = kadm.get_princ("user@EXAMPLE.COM")
princ = kadm.getprinc("user@EXAMPLE.COM")
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