Displaying 1 result from an estimated 1 matches for "1121user".
Did you mean:
011user
2011 Mar 17
0
idmap allocation does not work Samba 3.4.7 on FC11
...main users
that do not match the unix uid's- but at least that would indicate that
uid's were being allocated by the idmap functionality. But no luck.
I even tried manually allocating a uid- the tdb file gets updated in the
# wbinfo -n MYDOMAIN\\someuser
S-1-5-21-xxxx-xxxx-xxxx-1121User (1)
# wbinfo --allocate-uid
New uid: 1000001
wbinfo --set-uid-mapping=1000000,S-1-5-21-xxxx-xxxx-xxxx-1121
uid 1000001 now mapped to sid S-1-5-21- xxxx-xxxx-xxxx -1121
# wbinfo -U 1000001
S-1-5-21-xxxx-xxxx-xxxx-1121
# wbinfo -S S-1-5-21-xxxx-xxxx-xxxx-1121
1000001
# id M...