blob: ab41689bc3b32db0c7fd461764c7b848635baa62 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __SSSD_KRB5_LOCATOR_PLUGIN_H__
#define __SSSD_KRB5_LOCATOR_PLUGIN_H__
#define SSSD_KDC "SSSD_KDC"
#define SSSD_REALM "SSSD_REALM"
#endif /* __SSSD_KRB5_LOCATOR_PLUGIN_H__ */
|