Displaying 2 results from an estimated 2 matches for "domain_b_us".
Did you mean:
domain_b_user
2004 Oct 29
0
Re: Trusting and trusted domain (home mapping) problem
...ly as I don want to post it
on the lists.
The /var/log/samba/Domain_A_PDC from Domain_B_PDC will be sent to you too.
My view on the logs
---------------------
I believe by reading it, it will hold the key why it did not work. I
believe during authentication, Domain_A_PDC got the information of
Domain_B_user from Domain_B_PDC properly. But it cannot find
Domain_B\Domain_B_user in the Get_Pwnam_internals function. It can only
find Domain_B_user in the Get_Pwnam_internals function! Now because it
finds Domain_B_user and not Domain_B\Domain_B_user, Domain_A_PDC will
NOT use the data that it has g...
2004 Nov 06
0
Re: Trusting and trusted domain (home mapping) problem
...;> -DomainAPDC and DomainBPDC has winbind in nsswitch
>> -wbinfo all works.
>> -"getent group" and "getent passwd" shows ldap entries of local domain
>> and winbind entries of the remote domain.
>> -However I still cannot map the home directory of the Domain_B_user
>> when I log into Domain_B on Domain_A_XP computer.
>> - smbclient //domain_A_PDC/shared -U domain_B/domain_B_user is working.
>>
>> The command I run on the command prompt (which will work) if I am
>> Domain_A_user into Domain_A on Domain_A_XP_computer is "n...