Hi, I setup Cobbler for the first time this week and ran into a problem with the bind management feature.  My bind instance is in a chroot jail which works fine with the named template however doesn't quite work with the zone template.  Cobbler places the forward/reverse zone files in '/var/named/' within manage_bind.py.  I think a bind_chroot flag and bind_chroot_path would be good additions to the settings file and provide a straight forward way to accommodate this bind configuration.  I'm currently working around this by adding the below symlinks, which correspond to to my forward and reverse zone names in /etc/cobbler/settings.

lrwxrwxrwx 1 root  root    38 Feb 19 06:51 foo.com -> /var/named/chroot/var/named/foo.com
lrwxrwxrwx 1 root  root    37 Feb 19 06:51 192.168.2 -> /var/named/chroot/var/named/192.168.2 

As I mentioned, this is my first time using Cobbler.  Let me know if I'm misunderstanding something.

Thanks.

-Joe Wilcoxson