Skip to content
Snippets Groups Projects
Commit b4e6729e authored by Russell Jancewicz's avatar Russell Jancewicz
Browse files

Merge pull request #23 from jaseg/patch-1

README.md: Fixed typo
parents 7678b913 98ef2897
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