[Bug 309738] [NEW] kadmind uses wrong path for kadmind.acl

squiggleslash squiggleslash at yahoo.com
Fri Dec 19 15:26:11 UTC 2008


Public bug reported:

In Ubuntu 8.04, Heimdal's kadmind daemon is compiled to look for
kadmind.acl in /var/lib/heimdal-kdc/kadmind.acl, but documentation and
the sample file locates it in /etc/heimdal-kdc/kadmind.acl

Location was verified using strace:

open("/var/lib/heimdal-kdc/kadmind.acl", O_RDONLY|O_LARGEFILE) = 5

For other users finding this bug, you can easily fix it either by
editing the file in /var/lib/heimdal-kdc/kadmind.acl, or by setting up a
softlink as follows:

sudo  ln -s /etc/heimdal-kdc/kadmind.acl /var/lib/heimdal-
kdc/kadmind.acl

But presumably the long term fix is to either fix the man page, or
change the compiled-in default. Or, if you must, add the above softlink
as part of the install.

** Affects: heimdal (Ubuntu)
     Importance: Undecided
         Status: New

-- 
kadmind uses wrong path for kadmind.acl
https://bugs.launchpad.net/bugs/309738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list