s3-winbind Move winbind privileged socket dir into state_path()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 20 Jun 2011 00:13:09 +0000 (10:13 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Jun 2011 04:05:32 +0000 (14:05 +1000)
commitee90e0103094cd0289c42cc1f25fe4960b3c436b
treed49cacdfc39b2d46de67a9bf1f315c31a691dd7a
parent6c9a78074a429773cefd1a3c798b7e3ad7d4c325
s3-winbind Move winbind privileged socket dir into state_path()

On default installs, this will be the same as the old lock_path(), but
lock_path() is now a directory that can safely be mapped to /var/locks
and removed by the OS on reboot.  It is important that the directory
permissions of this directory be preserved, as they may be customised.

Andrew Bartlett
source3/winbindd/winbindd.c