s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DC
commit9983ad7a80477d8aaaa16488a93dffc6a32dd1ef
authorAndrew Bartlett <abartlet@samba.org>
Tue, 4 Sep 2012 00:27:50 +0000 (4 10:27 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Sep 2012 02:45:16 +0000 (4 04:45 +0200)
tree97464121bcb8ef06ad31f09074b800b929ba1465
parent68f68d01529e159d965cefa1da497f3472a36972
s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DC

The name samba_dsdb is not ideal, but it matches the primary ldb
module we use, and more importantly it avoids having '4' in the name.
We should slowly avoid using the term samba4 in long-term places like
the smb.conf because it is confusing to users given we are shipping
Samba 4.0 as an AD DC as well as all the other supported roles (domain
member/standalone server/classic DC)

Additionally, samba4 will be an odd name when we eventually release
Samba 5.0!

samba4 remains accepted as an alias to ensure existing smb.conf files
load, but to allow changes here in the future, we set the value during
the smb.conf load, and not during the provision when we are an AD DC.

This simplifies the default smb.conf for the vast majority of our
users and reduces the number of things listed in smb.conf files that
we later have to work around if we wish to change the
name/implementation of the passdb glue module again.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Sep  4 04:45:16 CEST 2012 on sn-devel-104
selftest/target/Samba4.pm
source3/param/loadparm.c
source3/passdb/pdb_samba_dsdb.c [moved from source3/passdb/pdb_samba4.c with 76% similarity]
source3/passdb/wscript_build
source3/wscript
source4/scripting/python/samba/netcmd/ntacl.py
source4/scripting/python/samba/provision/__init__.py