I have a problem with Samba: I want to make trust between two Samba domains. I have setup the trust on the DOMAINB server then on the Samba DOMAINA server "net rpc trustdom establish DOMAINB" I then get the following: Password: [entered password] Could not connect to server SERVERB [this is the PDC for the DOMAINB domain] Trust to domain DOMAINB established When I then try to logon to the DOMAINB domain from XP computers in DOMAINA domain, I always get a fail with bad password. Please can someone help me. Sopik Brona
I have a problem with Samba: I want to make trust between two Samba domains. I have setup the trust on the DOMAINB server then on the Samba DOMAINA server "net rpc trustdom establish DOMAINB" I then get the following: Password: [entered password] Could not connect to server SERVERB [this is the PDC for the DOMAINB domain] Trust to domain DOMAINB established When I then try to logon to the DOMAINB domain from XP computers in DOMAINA domain, I always get a fail with bad password. Please can someone help me. Sopik Brona
?op?k Bronislav wrote:>I have a problem with Samba: > >I want to make trust between two Samba domains. I have setup the trust on the >DOMAINB server then on the Samba DOMAINA server "net rpc >trustdom establish DOMAINB" I then get the following: > >Password: [entered password] >Could not connect to server SERVERB [this is the PDC for the DOMAINB domain] >Trust to domain DOMAINB established > >When I then try to logon to the DOMAINB domain from XP computers in DOMAINA >domain, I always get a fail with bad password. > >Please can someone help me. > >Sopik Brona > >I wish I could offer something to try but I am obviously doing something wrong too because I have the same exact problem. I've checked faqs and mailings lists and even had other people email directly to see if I ever fixed it. So, just in case no one else replies, I just wanted to let you know you're not the only one with this problem. Thanks, Doug
?op?k Bronislav schrieb:> I have a problem with Samba: > > I want to make trust between two Samba domains. I have setup the trust on the > DOMAINB server then on the Samba DOMAINA server "net rpc > trustdom establish DOMAINB" I then get the following: > > Password: [entered password] > Could not connect to server SERVERB [this is the PDC for the DOMAINB domain] > Trust to domain DOMAINB established > > When I then try to logon to the DOMAINB domain from XP computers in DOMAINA > domain, I always get a fail with bad password. > > Please can someone help me. > > Sopik Bronahi, this normally is a network problem for establish the trust a good connection and wins browsing must work but there may be also some other issues which bug your trust, what are the log talking of? Regards
Hi, it is my project in the school, I need to create this trust between two domains. My smb.conf are follow: In servera: [global] workgroup = DOMAINA netbios name = SERVERA security = DOMAIN encrypt passwords = yes local master = yes domain logons = yes os level = 33 domain master = yes preferred master = yes dns proxy = no log level = 3 allow trusted domains = yes [netlogon] comment = Network Logon Service path = /home/samba/netlogon guest ok = yes serverb> [global] workgroup = DOMAINB netbios name = SERVERB security = DOMAIN encrypt passwords = yes local master = yes domain logons = yes os level = 33 domain master = yes preferred master = yes dns proxy = no log level = 3 allow trusted domains = yes [netlogon] comment = Network Logon Service path = /home/samba/netlogon guest ok = yes IPaddresses are: servera 192.168.100.10 serverb 192.168.100.11 If can someone help my, I will be very happy. Thank you. Best regards Citace z emailu od rruegner <robert@ruegner.org>:> ?op?k Bronislav schrieb: > > I have a problem with Samba: > > > > I want to make trust between two Samba domains. I have setup the trust on > the > > DOMAINB server then on the Samba DOMAINA server "net rpc > > trustdom establish DOMAINB" I then get the following: > > > > Password: [entered password] > > Could not connect to server SERVERB [this is the PDC for the DOMAINB > domain] > > Trust to domain DOMAINB established > > > > When I then try to logon to the DOMAINB domain from XP computers in > DOMAINA > > domain, I always get a fail with bad password. > > > > Please can someone help me. > > > > Sopik Brona > hi, > this normally is a network problem for establish the trust > a good connection and wins browsing must work > but there may be also some other issues which bug your trust, what are > the log talking of? > Regards >
"security = DOMAIN" means that server is a member of a domain and not a PDC. To set servera as a PDC you will need to use "security = USER" (which is the default). Please, read Samba-HOWTO. Igor ?op?k Bronislav wrote:> Hi, > > it is my project in the school, I need to create this trust between two domains. > My smb.conf are follow: > In servera: > [global] > workgroup = DOMAINA > netbios name = SERVERA > security = DOMAIN > encrypt passwords = yes > local master = yes > domain logons = yes > os level = 33 > domain master = yes > preferred master = yes > dns proxy = no > log level = 3 > allow trusted domains = yes > > [netlogon] > comment = Network Logon Service > path = /home/samba/netlogon > guest ok = yes > > serverb> > [global] > workgroup = DOMAINB > netbios name = SERVERB > security = DOMAIN > encrypt passwords = yes > local master = yes > domain logons = yes > os level = 33 > domain master = yes > preferred master = yes > dns proxy = no > log level = 3 > allow trusted domains = yes > > [netlogon] > comment = Network Logon Service > path = /home/samba/netlogon > guest ok = yes > > IPaddresses are: > servera 192.168.100.10 > serverb 192.168.100.11 > > If can someone help my, I will be very happy. > Thank you. > > Best regards > > > Citace z emailu od rruegner <robert@ruegner.org>: > > >>?op?k Bronislav schrieb: >> >>>I have a problem with Samba: >>> >>>I want to make trust between two Samba domains. I have setup the trust on >> >>the >> >>>DOMAINB server then on the Samba DOMAINA server "net rpc >>>trustdom establish DOMAINB" I then get the following: >>> >>>Password: [entered password] >>>Could not connect to server SERVERB [this is the PDC for the DOMAINB >> >>domain] >> >>>Trust to domain DOMAINB established >>> >>>When I then try to logon to the DOMAINB domain from XP computers in >> >>DOMAINA >> >>>domain, I always get a fail with bad password. >>> >>>Please can someone help me. >>> >>>Sopik Brona >> >>hi, >>this normally is a network problem for establish the trust >>a good connection and wins browsing must work >>but there may be also some other issues which bug your trust, what are >>the log talking of? >>Regards >> > > > >