Index: Makefile =================================================================== --- Makefile (revision 523599) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= ${SAMBA4_BASENAME}410 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} Index: files/patch-python-provision-uidgid_fix =================================================================== --- files/patch-python-provision-uidgid_fix (nonexistent) +++ files/patch-python-provision-uidgid_fix (working copy) @@ -0,0 +1,17 @@ +diff --git a/python/samba/provision/__init__.py b/python/samba/provision/__init__.py +index d95f46a..b63ef2e 100644 +--- a/python/samba/provision/__init__.py ++++ python/samba/provision/__init__.py +@@ -786,8 +786,10 @@ def setup_name_mappings(idmap, sid, root_uid, nobody_uid, + """ + idmap.setup_name_mapping("S-1-5-7", idmap.TYPE_UID, nobody_uid) + +- idmap.setup_name_mapping(sid + "-500", idmap.TYPE_UID, root_uid) +- idmap.setup_name_mapping(sid + "-513", idmap.TYPE_GID, users_gid) ++ # we should not mess with local uid/gid numbers (especially not root's ++ # and the domain mappings, see bug 9837. ++ #idmap.setup_name_mapping(sid + "-500", idmap.TYPE_UID, root_uid) ++ #idmap.setup_name_mapping(sid + "-513", idmap.TYPE_GID, users_gid) + + + def setup_samdb_partitions(samdb_path, logger, lp, session_info, Property changes on: files/patch-python-provision-uidgid_fix ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property