Displaying 1 result from an estimated 1 matches for "4b6836ef".
Did you mean:
4b663ef
2010 Nov 18
2
Two Windows users with two passwords must map to the same unix user
...ps to unix user joe with uid 1000
I can set up two instances of samba on the same machine with two
sets of config files, tdbs, ....
In instance 1 the smbpasswd file contains the password entry for joe:
joe:1000:xxxxxxxxxxxxPASS1xxxxxxxxxxxxxxxxx:xxxxxxxxxPASS1xxxxxxxxxxxxxxxxxx:[UX ]:LCT-4B6836EF:
In instance 2 the smbpasswd file contains the password entry for jack
(but using joe as unix user):
joe:1000:yyyyyyyyyyyyPASS2yyyyyyyyyyyyyyyyy:yyyyyyyyyyPASS2yyyyyyyyyyyyyyyyy:[UX ]:LCT-4B6836EF:
and a user.map file containing
joe = jack
This should work but I hope there is a simpler...