Displaying 4 results from an estimated 4 matches for "shell_fallback".
2019 Jun 11
2
Sharing directory via Samba using AD credentials
...= ad
cache_credentials = True
ad_access_filter = (uidNumber=*)
ldap_id_mapping = False
ldap_sudo_search_base = OU=Linux,DC=domain,DC=com
debug_level = 8
[sssd]
domains = ad_domain
services = nss, sudo, pam
config_file_version = 2
[nss]
homedir_substring = /home
vetoed_shells = /usr/local/bin/bash
shell_fallback = /usr/bin/bash
cat /etc/krb5.conf
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
dns_lookup_realm = true
dns_lookup_kdc = true
ticket_lifetime = 24h
renew_lifetime = 7d
forwardable = true
rdns = false
default_...
2016 Jun 15
2
AD authentication on samba server using sssd
....html
Any pointers would be appreciated. thanks :)
OS: Centos: 7.2.1511 (Core)
Samba version: 4.2.10
sssd version: 1.13.0
Below are the files
sssd.conf
------------------
[sssd]
services = nss, pam, pac
config_file_version = 2
domains = xx.xxx.com
[nss]
allowed_shells = /bin/bash, /bin/hgcsh
shell_fallback = /bin/bash
default_shell = /bin/bash
[domain/corp.endurance.com]
ad_domain = xx.xxx.com
krb5_realm = XX.XXX.COM
id_provider = ad
auth_provider = ad
chpass_provider = ad
access_provider = ad
krb5_store_password_if_offline = True
override_homedir = /home/%u
smb.conf
------------------
[global]...
2019 Jun 11
0
Sharing directory via Samba using AD credentials
...> ldap_id_mapping = False
> ldap_sudo_search_base = OU=Linux,DC=domain,DC=com
> debug_level = 8
>
> [sssd]
> domains = ad_domain
> services = nss, sudo, pam
> config_file_version = 2
>
> [nss]
> homedir_substring = /home
> vetoed_shells = /usr/local/bin/bash
> shell_fallback = /usr/bin/bash
>
> cat /etc/krb5.conf
> [logging]
> default = FILE:/var/log/krb5libs.log
> kdc = FILE:/var/log/krb5kdc.log
> admin_server = FILE:/var/log/kadmind.log
>
> [libdefaults]
> dns_lookup_realm = true
> dns_lookup_kdc = true
> ticket_lifetime = 24h
> re...
2019 Jun 11
1
Sharing directory via Samba using AD credentials
...= OU=Linux,DC=domain,DC=com
> > debug_level = 8
> >
> > [sssd]
> > domains = ad_domain
> > services = nss, sudo, pam
> > config_file_version = 2
> >
> > [nss]
> > homedir_substring = /home
> > vetoed_shells = /usr/local/bin/bash
> > shell_fallback = /usr/bin/bash
> >
> > cat /etc/krb5.conf
> > [logging]
> > default = FILE:/var/log/krb5libs.log
> > kdc = FILE:/var/log/krb5kdc.log
> > admin_server = FILE:/var/log/kadmind.log
> >
> > [libdefaults]
> > dns_lookup_realm = true
> > dns_lo...