search for: member_sid

Displaying 12 results from an estimated 12 matches for "member_sid".

Did you mean: member_id
2016 Mar 19
3
classicupgrade migration issues
...groupmembers[str(g.sid)], logger) File "/usr/local/samba/lib/python2.7/site-packages/samba/upgrade.py", line 317, in add_users_to_group raise ProvisioningError("Could not add member '%s' to group '%s' as either group or user record doesn't exist: %s" % (member_sid, group.sid, emsg)) ============================ I don't think the missing idmap (simply don't have one) database is an issue. But the 3 lines after "Importing groups" having to do with the "Print Operators" group are possible issues. And then the ERROR (uncaught excepti...
2013 Aug 19
1
samba-tool classicupgrade throws uncaught exception
...oupmembers[str(g.sid)], logger) File "/usr/local/samba/lib64/python2.6/site-packages/samba/upgrade.py", line 316, in add_users_to_group raise ProvisioningError("Could not add member '%s' to group '%s' as either group or user record doesn't exist: %s" % (member_sid, group.sid, emsg)) I'm wondering if my winbindd_idmap.tdb is invalid, as ldbdump winbindd_idmap.tdb returns nothing, and the tdb file is only 696 bytes. If this is the issue, can I "rebuild it" on the samba3 server? Here's the global section of my smb.conf: workgrou...
2016 Dec 09
2
Samba on Debian 8; NT4 domain, win10
On Fri, 9 Dec 2016 11:11:56 +0100 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > From: "Stefan G. Weichinger via samba" <samba at lists.samba.org> > To: samba at lists.samba.org > Subject: Re: [Samba] Samba on Debian 8; NT4 domain, win10 > Date: Fri, 9 Dec 2016 11:11:56 +0100 > Reply-To: "Stefan G. Weichinger"
2013 Apr 17
1
user both missing and present
...oupmembers[str(g.sid)], logger) File "/usr/local/samba/lib/python2.6/site-packages/samba/upgrade.py", line 316, in add_users_to_group raise ProvisioningError("Could not add member '%s' to group '%s' as either group or user record doesn't exist: %s" % (member_sid, group.sid, emsg)) I've found that the user -42545 does not exist in my samba3 as a user, but somehow does exist as a member of the -1231 group. I'm using the ldapsam passdb backend, and I don't understand how this situation has occurred. In my LDAP directory the -42545 user looks...
2016 Feb 28
0
Problem with classicupgrade / ProvisioningError
...mdb, g, groupmembers[str(g.sid)], logger) File "/usr/local/lib/python2.7/site-packages/samba/upgrade.py", line 321, in add_users_to_group raise ProvisioningError("Could not add member '%s' to group '%s' as either group or user record doesn't exist: %s" % (member_sid, group.sid, emsg)) ------------------------- Thanks, Scott
2016 Dec 12
0
Samba on Debian 8; NT4 domain, win10
...t.samdb, g, groupmembers[str(g.sid)], logger) File "/usr/lib/python2.7/dist-packages/samba/upgrade.py", line 317, in add_users_to_group raise ProvisioningError("Could not add member '%s' to group '%s' as either group or user record doesn't exist: %s" % (member_sid, group.sid, emsg)) pls advise, thanks
2016 Mar 19
0
classicupgrade migration issues
...)], logger) > File "/usr/local/samba/lib/python2.7/site-packages/samba/upgrade.py", > line 317, in add_users_to_group > raise ProvisioningError("Could not add member '%s' to group '%s' > as either group or user record doesn't exist: %s" % (member_sid, > group.sid, emsg)) > ============================ > > I don't think the missing idmap (simply don't have one) database is an issue. > But the 3 lines after "Importing groups" having to do with the "Print > Operators" group are possible issues. > An...
2016 Dec 12
2
Samba on Debian 8; NT4 domain, win10
...embers[str(g.sid)], > logger) File "/usr/lib/python2.7/dist-packages/samba/upgrade.py", > line 317, in add_users_to_group > raise ProvisioningError("Could not add member '%s' to group '%s' > as either group or user record doesn't exist: %s" % (member_sid, > group.sid, emsg)) > > pls advise, thanks > > > Who is 'S-1-5-21-2777655458-4002997014-749295002-1000' and what is 'S-1-5-21-2777655458-4002997014-749295002-1006' ? Rowland
2016 Dec 09
3
Samba on Debian 8; NT4 domain, win10
Am 2016-12-09 um 11:11 schrieb Stefan G. Weichinger via samba: > Could not add group name=Domain Admins ((68, "samldb: Account name > (sAMAccountName) 'Domain Admins' already in use!")) I think this is my problem (on the old host/pdc): # net groupmap list Domain Admins (S-1-5-21-2777655458-4002997014-749295002-1006) -> root Domain Guests
2016 Mar 18
3
classicupgrade migration issues
On Fri, Mar 18, 2016 at 2:39 PM, Andrew Bartlett <abartlet at samba.org> wrote: > Exactly. Think about it a little - how can it determine the group > membership, if the users/groups do not exist locally on the host doing > the migration? To clarify then: Do I need both the users and groups on the new host as they are on the old host, or just the groups? Is there any constraint
2014 Jun 30
1
Samba 3.6 to 4.1 problem with classicupgrade
...samdb, g, groupmembers[str(g.sid)], logger) File "/usr/lib/python2.7/dist-packages/samba/upgrade.py", line 316, in add_users_to_group raise ProvisioningError("Could not add member '%s' to group '%s' as either group or user record doesn't exist: %s" % (member_sid, group.sid, emsg))
2019 May 14
2
error adding users to Domain Admins group during classicupgrade
...pmembers[str(g.sid)], logger) File "/usr/local/samba/lib64/python2.7/site-packages/samba/upgrade.py", line 322, in add_users_to_group raise ProvisioningError("Could not add member '%s' to group '%s' as either group or user record doesn't exist: %s" % (member_sid, group.sid, emsg)) The user in question does exist and has been successfully imported. It's the group (Domain Admins) that didn't exist. I'd appreciate your help in getting over this. Thanks, --Ruisheng Peng