Proposed paths for Samba 4.0

Volker Lendecke Volker.Lendecke at SerNet.DE
Tue Jun 14 23:39:19 MDT 2011


On Wed, Jun 15, 2011 at 02:52:59PM +1000, Andrew Bartlett wrote:
> >From 9ae583dc97d1c5a592a41cc74c0a32f0e893dee6 Mon Sep 17 00:00:00 2001
> From: Andrew Bartlett <abartlet at samba.org>
> Date: Wed, 15 Jun 2011 14:41:39 +1000
> Subject: [PATCH 3/3] s3-winbind: Move the wibindd privilaged pipe out of
>  'lock dir'
> 
> The lock dir now only contains lock files that can be lost over a
> system restart.  /var/lock may be a ramdisk on some systems, so we
> need to put this in a different directory.
> 
> Andrew Bartlett
> ---
>  source3/winbindd/winbindd.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
> index 3d29e3f..6db58d6 100644
> --- a/source3/winbindd/winbindd.c
> +++ b/source3/winbindd/winbindd.c
> @@ -951,7 +951,7 @@ const char *get_winbind_pipe_dir(void)
>  
>  char *get_winbind_priv_pipe_dir(void)
>  {
> -	return lock_path(WINBINDD_PRIV_SOCKET_SUBDIR);
> +	return lp_parm_const_string(-1, "winbindd", "privilaged socket dir", get_dyn_WINBINDD_PRIVILEGED_SOCKET_DIR());

Is "privilaged" really the right spelling? I've been using
"privileged" for what I believe is the same concept, but I'm
not a native speaker.

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen


More information about the samba-technical mailing list