Skip to content

Instantly share code, notes, and snippets.

@jpuck
Last active January 9, 2017 04:07
Show Gist options
  • Save jpuck/84818f556a04f6cae591a76fc915efec to your computer and use it in GitHub Desktop.
Save jpuck/84818f556a04f6cae591a76fc915efec to your computer and use it in GitHub Desktop.

https://help.ubuntu.com/lts/serverguide/sssd-ad.html

set default shell in [nss] section of /etc/sssd/sssd.conf

[nss]
default_shell = /bin/bash

note that sudo systemctl start sssd.service will fail until after kinit and sudo net ads join -k

add windows "enterprise admins" group to sudoers in root visudo

%enterprise\ admins ALL=(ALL:ALL) ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment