r7912: make private_path() recognise a non-relative filename, so we can have
authorAndrew Tridgell <tridge@samba.org>
Sun, 26 Jun 2005 00:12:44 +0000 (00:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:48 +0000 (13:18 -0500)
commitc5bccbc366db144d3e1cb7b21f0e3284d841dd06
treecd042eabe1ead0a4509fd5fe96aeb628e191df8f
parenta7447e25ac203f0ee09ffdf72df1094eb70e7c0c
r7912: make private_path() recognise a non-relative filename, so we can have

  sam database = sam.ldb

and it will know to put it in the private dir, but if you use

  sam database = ldap://server

it knows to use it as-is
source/lib/db_wrap.c
source/lib/tls/tls.c
source/lib/util.c
source/param/loadparm.c