Heimdal 7.1 and the sqlite backend

Harald Barth <[email protected]>
Newsgroups gmane.comp.encryption.kerberos.heimdal.general
Message-ID <[email protected]>
I have "limited" (read "so far no") success in running heimdal with
the sqlite db backend.

I'm trying to get the sqlite backend to work lik this in
/etc/krb5.conf and /var/heimdal/kdc.conf:

[kadmin]
 database = {
    dbname = sqlite:/var/heimdal/heimdal.sqlite
    realm = TEST
 }
 require_preauth = true
[kdc]
 database = {
    dbname = sqlite:/var/heimdal/heimdal.sqlite
    realm = TEST
 }
 require_preauth = true

Which resulted in a file named /var/heimdal/heimdal.sqlite that looks
like an sqlite database and an error when doing the init with kadmin -l:

# kadmin -l
kadmin> init TEST
kadmin: hdb_open: dbopen (/var/heimdal/heimdal): Inappropriate file type or format
kadmin> 

So somethiung I'm missing here, help or pointers to documentation how
to set this up appreciated.

Or what alternate backend do think is solid and stable and why? ;-)
I am not planning to use ldap =;-)

Harald.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.