Hello, I am using AD authentication. When I setup samba on my new server, users could not access shares. However, the following command "fixed" the problem: net join -U XXXXX\\cstankevitz The command returned what appears to be an error: kerberos_kinit_password XXXXX\cstankevitz at XXXXX.CORP failed: Client not found in Kerberos database Failed to join domain: failed to connect to AD: Client not found in Kerberos database ADS join did not work, falling back to RPC... Unable to find a suitable server for domain XXXXX Unable to find a suitable server for domain XXXXX My questions: 1. Is this command returning an error? And if so, why is it that access is now allowed? 2. Will "net unjoin" undo the command? If not, how do I undo it? Thank you, Chris
Hi, On Thu, Feb 5, 2015 at 3:02 AM, Chris Stankevitz <chrisstankevitz at gmail.com> wrote:> Hello, > > I am using AD authentication. When I setup samba on my new server, > users could not access shares. However, the following command "fixed" > the problem: > > net join -U XXXXX\\cstankevitz > > The command returned what appears to be an error: > > kerberos_kinit_password XXXXX\cstankevitz at XXXXX.CORP failed: Client > not found in Kerberos database > Failed to join domain: failed to connect to AD: Client not found in > Kerberos database > ADS join did not work, falling back to RPC... > Unable to find a suitable server for domain XXXXX > Unable to find a suitable server for domain XXXXX > > My questions: > > 1. Is this command returning an error? And if so, why is it that > access is now allowed? > > 2. Will "net unjoin" undo the command? If not, how do I undo it? >
On 04/02/15 21:32, Chris Stankevitz wrote:> Hello, > > I am using AD authentication. When I setup samba on my new server, > users could not access shares. However, the following command "fixed" > the problem: > > net join -U XXXXX\\cstankevitz > > The command returned what appears to be an error: > > kerberos_kinit_password XXXXX\cstankevitz at XXXXX.CORP failed: Client > not found in Kerberos database > Failed to join domain: failed to connect to AD: Client not found in > Kerberos database > ADS join did not work, falling back to RPC... > Unable to find a suitable server for domain XXXXX > Unable to find a suitable server for domain XXXXX > > My questions: > > 1. Is this command returning an error? And if so, why is it that > access is now allowed? > > 2. Will "net unjoin" undo the command? If not, how do I undo it? > > Thank you, > > ChrisMore info needed, What OS, how did you set up samba, what is in your smb.conf Rowland