From 6c6c3fa7ccb1415addd9553c68fc21115b7c23da Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 16 Jan 2014 15:07:31 +1300 Subject: samba-tool classicupgrade: Remove unsued reference to samba3sam Signed-off-by: Andrew Bartlett Reviewed-By: Jelmer Vernooij --- python/samba/upgrade.py | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'python') diff --git a/python/samba/upgrade.py b/python/samba/upgrade.py index ff5990c667..67dfe88f93 100644 --- a/python/samba/upgrade.py +++ b/python/samba/upgrade.py @@ -371,22 +371,6 @@ def import_wins(samba4_winsdb, samba3_winsdb): "maxVersion": str(version_id)}) -def enable_samba3sam(samdb, ldapurl): - """Enable Samba 3 LDAP URL database. - - :param samdb: SAM Database. - :param ldapurl: Samba 3 LDAP URL - """ - samdb.modify_ldif(""" -dn: @MODULES -changetype: modify -replace: @LIST -@LIST: samldb,operational,objectguid,rdn_name,samba3sam -""") - - samdb.add({"dn": "@MAP=samba3sam", "@MAP_URL": ldapurl}) - - smbconf_keep = [ "dos charset", "unix charset", -- cgit