Update README.md

This commit is contained in:
PierreGode 2018-09-13 10:07:51 +02:00 committed by GitHub
parent c618a82fe0
commit f93be9033a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,31 @@ If you have issues with slow replies from the domain controller i have added lin
you are sudo user if added to sudoes file, but the account is a standard account. to give full administration priviligies you are sudo user if added to sudoes file, but the account is a standard account. to give full administration priviligies
run in terminal: sudo usermod -a -G sudo user run in terminal: sudo usermod -a -G sudo user
Note. make sure dns works so it can properly find ldap server
If you are using multiple domain servers or have a backup domain server, see example below
[sssd]
services = nss, pam
config_file_version = 2
domains = ad.example.com
[domain/ad.example.com]
id_provider = ad
auth_provider = ad
access_provider = ad
chpass_provider = ad
ad_server = dc1.ad.example.com
ad_backup_server = dc2.ad.example.com
filter_users = root at ad.example.com
filter_groups = root at ad.example.com
ldap_id_mapping = false
dyndns_update = true
dyndns_update_ptr = false
enumerate = true
subdomain_enumerate = all
cache_credentials = true
How to git? How to git?
On linux client install git = sudo apt-get install git -y On linux client install git = sudo apt-get install git -y