Difference between revisions of "Ubuntu Active Directory"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# 20.04 /etc/sssd/sssd.conf needs the following entry. ``` [domain/your.domain] ad_gpo_access_control = permissive ``` sudo systemctl restart sssd")
 
Line 1: Line 1:
 
# 20.04
 
# 20.04
 +
```
 +
ssh-copy-id -i .ssh/id_ed25519 'busk@exampel.org'@10.x.x.x
 +
ssh 'busk@extendhealth.com'@10.x.x.x
 +
realm permit busk@example.org
 +
realm permit -x jebusk@example.org
 +
realm permit -g 'Domain Users@example.org'
 +
 +
ssh 10.250.6.180
 +
```
 +
 +
# or for all
 +
# echo "ad_gpo_access_control = permissive" >> /etc/sssd/sssd.conf
 +
# sudo systemctl restart sssd
 +
 +
  
 
/etc/sssd/sssd.conf needs the following entry.
 
/etc/sssd/sssd.conf needs the following entry.

Revision as of 00:58, 24 June 2020

20.04

ssh-copy-id -i .ssh/id_ed25519 'busk@exampel.org'@10.x.x.x
ssh 'busk@extendhealth.com'@10.x.x.x
realm permit busk@example.org
realm permit -x jebusk@example.org
realm permit -g 'Domain Users@example.org'

ssh 10.250.6.180

or for all

echo "ad_gpo_access_control = permissive" >> /etc/sssd/sssd.conf

sudo systemctl restart sssd

/etc/sssd/sssd.conf needs the following entry.

[domain/your.domain]
ad_gpo_access_control = permissive

sudo systemctl restart sssd