Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-14 | added child timeout handler | Sumit Bose | 2 | -6/+90 | |
2009-09-14 | fix the wrong usage of an offset | Sumit Bose | 1 | -1/+1 | |
2009-09-14 | add krb5ccache_dir and krb5ccname_template option | Sumit Bose | 5 | -50/+356 | |
The configuration options krb5ccache_dir and krb5ccname_template are added to the Kerberos provider to create the user's credential caches the same way as pam_krb5 does. Due to the design of the sssd and the supported ccache types of MIT Kerberos only files are allowed. | |||||
2009-09-14 | Make the offline status backend-global | Simo Sorce | 1 | -4/+13 | |
Add helpers functions to query/set the offline status per backend. Now all providers share the same offline status. | |||||
2009-09-11 | use fork+exec for kerberos helper | Sumit Bose | 3 | -193/+463 | |
2009-09-11 | add change password target to krb5 backend | Sumit Bose | 4 | -207/+447 | |
2009-08-28 | send SSSD_REALM and SSSD_KDCIP environment to the client | Sumit Bose | 1 | -2/+31 | |
Currently the kerberos locator plugin needs these two variables to be set to find a KDC which is configured in sssd but not in /etc/krb5.conf. | |||||
2009-08-24 | some UPN handling fixes | Sumit Bose | 2 | -23/+12 | |
- making the realm part upper case is now optional and done in the LDAP backend - using a username@realm UPN is now optional | |||||
2009-08-21 | use stored upn if available | Sumit Bose | 1 | -20/+101 | |
If a user principle name (upn) can be found in sysdb the krb5 backend will use this otherwise is build as username@realm. It is checked that the realm is upper case only. | |||||
2009-08-11 | Make socket paths a compile-time option | Stephen Gallagher | 1 | -1/+0 | |
Previously, we had hardcoded the paths for the NSS, PAM and private PAM sockets to /var/lib/sss/pipes. With this patch, we will specify the sockets with --with-pipe-path. | |||||
2009-08-05 | Consolidate tevent helpers | Jakub Hrozek | 1 | -16/+0 | |
2009-07-20 | add infrastructure to handle new backend targets | Sumit Bose | 1 | -4/+5 | |
2009-07-10 | let krb5 backend safe valid credentials for offline authentication | Sumit Bose | 1 | -0/+43 | |
2009-07-08 | fix return code of krb5 child to indicate that the kdc is unavailable | Sumit Bose | 1 | -1/+5 | |
2009-07-03 | Cleanup warnings in client and server code | Simo Sorce | 1 | -3/+0 | |
2009-07-02 | added kerberos backend with tevent_req event handling | Sumit Bose | 3 | -0/+837 | |