Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this patch, ldap_child is able to obtain kerberos ticket via GSS API instead of using kerberos library. The patch uses environment variable GSS_USE_PROXY to decide whether to use GSS API or kerberos libraries. If this variable is set to any value, GSS API is used. Note that this variable is used by GSS libraries too. Setting this variable to "yes" causes the GSS library to communicate with GSS proxy and therefore GSS proxy must be configured in advance to accept SSSD requests. By setting this variable to (for example) "no" ldap_child still uses the GSS API to get the kerberos ticket, but it is done directly - without communicating with GSS proxy. In such case ldap_child still needs permission to access keytab (i. e. must run as privileged user). If the variable is unset, ldap_child works the old way.
- Loading branch information