We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm using crudini v0.9.4 from Ubuntu 24.04 and it seems it cannot parse /etc/krb5.conf :
crudini
/etc/krb5.conf
$ crudini --get /etc/krb5.conf libdefaults Source contains parsing errors: '<???>' [line 2]: default_realm = myDOMAIN.LAN $ echo $? 1 $
The text was updated successfully, but these errors were encountered:
It seems it was because of indents, adding this --ini-options=ignoreindent option solved my problem.
--ini-options=ignoreindent
Related : #104 (comment)
Sorry, something went wrong.
Also tangentially related: #45
No branches or pull requests
Hi, I'm using
crudini
v0.9.4 from Ubuntu 24.04 and it seems it cannot parse/etc/krb5.conf
:The text was updated successfully, but these errors were encountered: