[Bug 50385] Re: samba does not support private dir option (qemu related)

Thierry Carrez thierry.carrez at ubuntu.com
Mon Oct 12 11:34:13 BST 2009


samba uses two directories:
 * private-dir (/etc/samba/private by default) to hold various "secret" tdbs
 * state-dir (/var/lib/samba by default)
fhs-filespaths.patch ensures that for passdb.tdb, secrets.tdb and schannel_store.tdb, we use state-dir instead of private-dir.

qemu overrides private-dir, but not state-dir.

One fix for this bug would be to set private-dir=/var/lib/samba and drop
the patch, that would allow qemu to happily override it. The potential
regression is about all the other files that use private-dir directly.
The only one I could find in code is idmap2.tdb (code in
winbindd/idmap_tdb2.c). That one could probably live in /var/lib/samba
as well, though it could cause upgrade headaches.

** Changed in: samba (Ubuntu)
       Status: Confirmed => Triaged

-- 
samba does not support private dir option (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.



More information about the Ubuntu-server-bugs mailing list