Skip to content
Snippets Groups Projects
Commit 98ef2897 authored by jaseg's avatar jaseg
Browse files

README.md: Fixed typo

parent a2c43fb6
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import kadmin
kadm = kadmin.init_with_keytab("user/admin@EXAMPLE.COM", "/path/to/keytab")
kadm = kadmin.init_with_ccache("user/admin@EXAMPLE.COM", "/path/to/krb5cc")
kadm = kadmin.init_wiht_password("user/admin@EXAMPLE.COM", "aStrongPassword")
kadm = kadmin.init_with_password("user/admin@EXAMPLE.COM", "aStrongPassword")
```
### kadmin_local
used for direct database access as local root account.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment