{
##We may want this later.  However, I'm currently now sure about the relationship 
##between /var/lib/samba/private and /etc/samba as it relates to provisioning
##When you provision and AD DC, Samba first creates the provisions databases in /var/lib/samba/private
##and then copies them over to /etc/samba.  However, if one sets the parameter to /etc/samba prior
##to samba coping the domain controler data files over to /etc/samba, then provisioning will break
##We probably need to research this to understand it better.  For now, I'm going to leave this parameter
##at the default value so that we don't accidentally break a provisioned server

   my $private_dir = $smb{PrivateDir} || '/etc/samba';

   "private dir = $private_dir";
}
