ansible-sssd-ldap
ansible-sssd-ldap copied to clipboard
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ansible](https://ansible.com/) ([source](https://togithub.com/ansible/ansible)) | minor | `==2.8.8` -> `==2.10.0` | By merging this PR, the below...
Bumps [ansible](https://github.com/ansible/ansible) from 2.8.8 to 2.10.0. Commits a6ed955 New release v2.10.0 ae9c116 [2.10] Docs Backportapalooza 7 (#71261) 6e3271a [stable-2.10] Revert default mode changes (#71260) 006a21e Remove porting guide entry related...
Adding the following variables: ldap_tls_cacert I also included a new file to make the role work in Debian. This can however not automatically be tested, as molecule only supports CentOS...
Adding the following variables: * ldap_user_gecos * override_shell * override_homedir * ldap_schema * cache_credentials * ldap_pwdlockout_dn * ldap_access_filter This change is backward compatible, in that there is no change to...
root@il-k8s-ubuntu:/data/ansible-sssd-ldap# ansible-playbook join-domain.yml -v Using /etc/ansible/ansible.cfg as config file [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions....
**What is this PR about?** • For general version updates of 3rd-party libraries irrespective of security vulnerabilities • Base configuration for dependabot version update **Why are we doing this?** •...
After adding sudo schema: ```ldif attributetype ( 1.3.6.1.4.1.15953.9.1.1 NAME 'sudoUser' DESC 'User(s) who may run sudo' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.15953.9.1.2 NAME ‘sudoHost’ DESC ‘Host(s)...
Add the ability to set `cache_credentials` and `ldap_schema` in [sssd.conf](https://linux.die.net/man/5/sssd.conf)