7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina Pavel Březina <pbrezina@redhat.com>
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina Copyright (C) 2016 Red Hat
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina This program is free software; you can redistribute it and/or modify
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina it under the terms of the GNU General Public License as published by
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina the Free Software Foundation; either version 3 of the License, or
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina (at your option) any later version.
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina This program is distributed in the hope that it will be useful,
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina but WITHOUT ANY WARRANTY; without even the implied warranty of
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina GNU General Public License for more details.
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina You should have received a copy of the GNU General Public License
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina along with this program. If not, see <http://www.gnu.org/licenses/>.
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina#define IFP_PATH "/org/freedesktop/sssd/infopipe"
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina#define IFP_PATH_DOMAINS_TREE IFP_PATH_DOMAINS SBUS_SUBTREE_SUFFIX
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina#define IFP_PATH_COMPONENTS IFP_PATH "/Components"
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina#define IFP_PATH_COMPONENTS_TREE IFP_PATH_COMPONENTS SBUS_SUBTREE_SUFFIX
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina#define IFP_PATH_GROUPS_TREE IFP_PATH_GROUPS SBUS_SUBTREE_SUFFIX
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina#define IFP_PATH_USERS_TREE IFP_PATH_USERS SBUS_SUBTREE_SUFFIX
7f0b01bf0a8f5c5b3ef145e81511b6db2cb4f98fPavel Březina#endif /* _IFP_IFACE_H_ */