ubccr / mokey

FreeIPA self-service account management portal
BSD 3-Clause "New" or "Revised" License
189 stars 45 forks source link

Add username to edit in mokey.yaml (README) #46

Closed Quoding closed 4 years ago

Quoding commented 4 years ago

This is a suggestion to modify the README.

This section:

dsn: "user:pass@/dbname?parseTime=true"
keytab: "/etc/mokey/keytab/mokeyapp.keytab"
auth_key: "32 or 64 bytes random key"
enc_key: "16, 24, or 32 byte random key"
[ edit to taste ]

should have the username to edit, since we created the mokeyapp user in ipa. Default is username, which throws an error in Kerberos saying the principal is unknown.

gah242s commented 4 years ago

PR #49 should address this ticket.