[Samba] FW: [Bug 11241] different ids even when idmap.ldb copied. not abug..
L.P.H. van Belle
belle at bazuin.nl
Thu Apr 30 00:09:49 MDT 2015
Please read the reported bug and bjorn answer.. which does not help any to a solution of fix, or explenation.
But the big question now is, does someone somewhere know what bjorn is talking about.
i did search for "gencache" but no go here..
just from old documentation.
https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/tdb.html
gencache.tdb Generic caching database.
Greetz,
Louis
-----Oorspronkelijk bericht-----
Van: samba-bugs at samba.org [mailto:samba-bugs at samba.org]
Verzonden: woensdag 29 april 2015 17:51
Aan: L.P.H. van Belle
Onderwerp: [Bug 11241] different ids even when idmap.ldb copied.
https://bugzilla.samba.org/show_bug.cgi?id=11241
Björn Jacke <bj at sernet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Björn Jacke <bj at sernet.de> ---
this is not a supported thing to do, so this is not a valid bug. winbindd has a
different way of caching (investigate gencache for example) entries and this is
probably what makes that hack stop working for you with winbindd.
--
You are receiving this mail because:
You reported the bug.
REPORTED BUG..
Louis 2015-04-29 08:51:03 UTC
Hai. getting same ids on 2 DC's does not work anymore on samba 4.2.1
with in smb.conf
server services = -dns +winbindd -winbind
Of i set it to
server services = -dns -winbindd +winbind
it does work again.
with 4.1.17 the solution was simple.. we stop samba on both servers.
scp /var/lib/samba/private/idmap.ldb root at 192.168.0.2:/var/lib/samba/private/
started samba on both servers and
id administrator gave the same id's for all groups.
Now on 4.2.1
DC1: id administrator
uid=0(root) gid=100(users) groups=0(root),100(users),
3000004(group policy creator owners),
3000006(enterprise admins),
3000008(domain admins),
3000007(schema admins),
3000005(denied rodc password replication group),
3000009(BUILTIN\users),
3000000(BUILTIN\administrators)
id administrator
uid=0(root) gid=100(users) groups=0(root),100(users),
3000011(group policy creator owners),
3000010(enterprise admins),
3000007(domain admins),
3000009(schema admins),
3000008(denied rodc password replication group),
3000001(BUILTIN\users),
3000000(BUILTIN\administrators)
More information about the samba
mailing list