Displaying 2 results from an estimated 2 matches for "agrotera".
2007 Feb 08
2
pdbedit: '-G rid' doesn't seem to have any effect
On my Samba PDC, using tdbpass:
'pdbedit -Lv agrotera$' produces:
Unix username: agrotera$
NT username:
Account Flags: [W ]
User SID: S-1-5-21-4211105910-4270789338-3787013593-1414
Primary Group SID: S-1-5-21-4211105910-4270789338-3787013593-513
.....
'getent passwd agrotera$' gives:
a...
2007 Jul 13
0
pdbedit -U -- recreating a set of Domain users...
...iles, including passdb.tdb and
secrets.tdb.
I have set up a new secrets.tdb with the original domain SID.
I have restored all the group mappings.
I cannot restore the user and machine accounts with the previous SID/RID
values. For the first account to be restored I do:
pdbedit -am -U 1414 -u agrotera$
but pdbedit seems to ignore the -U parameter and gives a RID -1000.
I can do:
pdbedit -r -U 1414 -u agrotera$
which fixes the RID, but pdbedit then complains about not being able to
find RID_00000586 key.
AFAIKS the passdb.tdb contains RID to UNIX name as well as UNIX name to
SID translatio...