Homepage: https://c-i-d.sourceforge.io  
Documentation: https://cid-doc.github.io  
Donations: https://sourceforge.net/p/c-i-d/donate  
License: GPL-3+  
Copyright (C) 2012-2021 Eduardo Moraes <emoraes25@gmail.com>


DESCRIPTION
------------
CID (Closed In Directory) is a set of bash scripts for inserting and managing
Linux computers in Active Directory domains. Modifications made to the system
allow Linux to behave like a Windows computer within AD.


FEATURES
---------
- Run logon scripts
- Automatically mount network shares (files and printers)
- Offline logon (Credential cache)
- Easily grant privileges to domain users (eg: access to the `sudo` command)
- Manage Samba shares (files and printers) through a graphical interface
- Apply disk quota per shared directory (such as Windows Server)


REQUIREMENTS
-------------
- acl (= any)
- attr (= any)
- awk (= any)
- bash (>= 4)
- cifs-utils (>= 6.4)
- CUPS (= any)
- {diff,find,core}utils (= any)
- grep (= any)
- gzip (= any)
- hostname (= any)
- iproute[2] (= any)
- Kerberos V5 (>= 1.13)
- keyutils (= any)
- mount (= any)
- pam_mount (>= 2.14)
- passwd (= any)
- ping (= any)
- pkexec (= any)
- Samba (>= 4.3.11)
- sed (= any)
- sudo (= any)
- systemd (= any)
- xhost (= any)
- zenity (>= 3.18.1)

Installation of requirements on some Linux distros
---------------------------------------------------
- Debian:
	apt install acl attr cifs-utils cups-client cups-daemon \
	iproute2 iputils-ping keyutils krb5-user libnss-winbind \
	libpam-mount libpam-winbind passwd policykit-1 samba \
	samba-common-bin samba-dsdb-modules samba-vfs-modules \
	smbclient sudo systemd x11-xserver-utils zenity

- Fedora:
	dnf install acl attr cifs-utils cups cups-client gvfs-smb \
	iproute iputils keyutils krb5-workstation pam_mount samba \
	samba-client samba-winbind samba-winbind-clients shadow-utils \
	sudo systemd xhost zenity

- OpenSUSE:
	zypper install acl attr cifs-utils cups cups-client \
	gvfs-backend-samba iproute2 iputils keyutils krb5-client \
	pam_mount samba samba-client samba-dsdb-modules samba-winbind \
	sudo systemd xhost zenity


INSTALLATION
-------------
- Ubuntu and its derivations:
	sudo add-apt-repository ppa:emoraes25/cid
	sudo apt update
	sudo apt install cid cid-gtk

- Other distros:
	wget http://downloads.sf.net/c-i-d/cid-1.1.5.tar.gz
	tar -xzf cid-1.1.5.tar.gz
	cd cid-1.1.5
	sudo ./INSTALL.sh

> Note:
	Run `sudo ./INSTALL.sh uninstall` to uninstall the program files
 	from the same version of the package.
