Displaying 2 results from an estimated 2 matches for "1cda3193".
Did you mean:
1cda3003
2004 Aug 18
0
Results of net idmap dump don't match input to net idmap restore
...xed entries. But the output from "net idmap dump" does not match up to the input to a "net idmap restore" command.
Here's an example sequence.
-------------
#
# wc -l /tmp/usermapper.tmp
1218 /tmp/usermapper.tmp
# head -3 /tmp/usermapper.tmp
UID 100001 S-1-5-15-735fc311-1cda3193-320a1743-45e
UID 100002 S-1-5-15-735fc311-1cda3193-320a1743-81a
UID 100003 S-1-5-15-735fc311-1cda3193-320a1743-7825
# rm /usr/local/samba/var/locks/winbindd_idmap.tdb
# cat /tmp/usermapper.tmp | net idmap restore
USER HWM: 100864 GROUP HWM: 100314
# net idmap dump /usr/local/samba/var/locks/winbin...
2004 Aug 23
0
Pre-populating winbind idmap doesn't work.
...This has been tested on both Samba 3.0.2 and 3.0.6, and is completely reproducible. We are running in a native W2K Active Directory environment.
Here's an example sequence.
-------------
# /etc/init.d/winbind status
winbindd is stopped
# head -3 /tmp/usermapper.tmp
GID 100001 S-1-5-15-735fc311-1cda3193-320a1743-4c7
GID 100002 S-1-5-15-735fc311-1cda3193-320a1743-4fe
GID 100003 S-1-5-15-735fc311-1cda3193-320a1743-208
# wc -l /tmp/usermapper.tmp
1218 /tmp/usermapper.tmp
# rm /var/lib/samba/winbindd_*.tdb
# cat /tmp/usermapper.tmp | net -d10 idmap restore > /tmp/restore.log 2>&1
# grep...