This is an old revision of the document!
Closed In Directory CID
CID (Closed In Directory) is a set of bash scripts for inserting and managing Linux computers in Active Directory (AD) domains. Modifications made to the system allow Linux to behave like a Windows computer within AD. You can do things like:
CID consists of four main tools subdivided into two GUI tools (cid-gtk and cid-change-pass-gtk) and two CLI utilities (cid and cid-change-pass). Both pairs contain equivalent features and they all accept the following general options as a argument in the command line:
Option | Description |
---|---|
-v, –version | Show the version |
-h, –help | Show the help |
Requirements
Installation
Open a terminal and digit and install the packages below with this command:
sudo nala install cid cid-base cid-gtk
CID-GTK
The cid-gtk is the tool that contains the main features of the program. Through it you can insert your Linux computer in an AD domain and later manage a series of functions in the system.
The available features are described in the following sections.
Join the domain
This function allows you to join the Linux computer to an AD domain. For that, it is necessary to inform the domain data in the respective fields as shown in the table below:
Field | Description |
---|---|
Domain | Domain name (FQDN). |
Hostname | Name for computer account that will be created in AD. If not specified, the account will be created with the same hostname defined in the system. |