Elias Pereira
2019-May-27 15:07 UTC
[Samba] How to verify connectivity between AD and unix client properly?
> > What is 'C.I.D' ?"CID (Closed In Directory) is a set of scripts for inserting and managing a Linux system in an "Active Directory" domain." https://sourceforge.net/projects/c-i-d/ Define 'remove' , do you mean leave the domain ? I right click on the computer and press delete. :D This could be coming from the winbind cache or your Unix client could> still be joined to the domain, what does 'net ads testjoin' show ?kerberos_kinit_password "computer..." failed: Client not found in kerberos database ... On Mon, May 27, 2019 at 11:57 AM Rowland penny via samba < samba at lists.samba.org> wrote:> On 27/05/2019 15:44, Elias Pereira via samba wrote: > > hello, > > > > We have some computers with ubuntu that are in the domain. They are > > configured through a package called C.I.D because it saves configuration > > time. > What is 'C.I.D' ? > > > > When removing the unix client directly via RSAT, I still get ping via > > wbinfo --ping-dc and also wbinfo -u returns me the users of the domain. > > Define 'remove' , do you mean leave the domain ? > > This could be coming from the winbind cache or your Unix client could > still be joined to the domain, what does 'net ads testjoin' show ? > > Rowland > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >-- Elias Pereira
Rowland penny
2019-May-27 15:21 UTC
[Samba] How to verify connectivity between AD and unix client properly?
On 27/05/2019 16:07, Elias Pereira via samba wrote:>> What is 'C.I.D' ? > > "CID (Closed In Directory) is a set of scripts for inserting and managing a > Linux system in an "Active Directory" domain." > https://sourceforge.net/projects/c-i-d/ > > Define 'remove' , do you mean leave the domain ? > > > I right click on the computer and press delete. :DDon't do that, if you want to remove a Unix client from the domain use 'net ads leave' run on the client that you want to remove from the domain.> > This could be coming from the winbind cache or your Unix client could >> still be joined to the domain, what does 'net ads testjoin' show ? > > kerberos_kinit_password "computer..." failed: Client not found in kerberos > database > ...Not sure why you are getting that, did you run the command as root on the Unix client ? Rowland
Elias Pereira
2019-May-27 15:47 UTC
[Samba] How to verify connectivity between AD and unix client properly?
> > Don't do that, if you want to remove a Unix client from the domain use > 'net ads leave' run on the client that you want to remove from the domain.Ok. 👍 Not sure why you are getting that, did you run the command as root on> the Unix client ?Yes, I run as root. On Mon, May 27, 2019 at 12:22 PM Rowland penny via samba < samba at lists.samba.org> wrote:> On 27/05/2019 16:07, Elias Pereira via samba wrote: > >> What is 'C.I.D' ? > > > > "CID (Closed In Directory) is a set of scripts for inserting and > managing a > > Linux system in an "Active Directory" domain." > > https://sourceforge.net/projects/c-i-d/ > > > > Define 'remove' , do you mean leave the domain ? > > > > > > I right click on the computer and press delete. :D > Don't do that, if you want to remove a Unix client from the domain use > 'net ads leave' run on the client that you want to remove from the domain. > > > > This could be coming from the winbind cache or your Unix client could > >> still be joined to the domain, what does 'net ads testjoin' show ? > > > > kerberos_kinit_password "computer..." failed: Client not found in > kerberos > > database > > ... > Not sure why you are getting that, did you run the command as root on > the Unix client ? > > Rowland > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >-- Elias Pereira