diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-02-25 12:49:18 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-02-25 16:09:28 -0500 |
commit | 3997bda452cb4c970f88673a8876bfdc8ad74665 (patch) | |
tree | 694dd6f9dc830df7a84313f5ea1a7282b6981c15 /server/infopipe | |
parent | 4f1e7fedc4b252158863429de7a844a4243dfb6b (diff) | |
download | sssd-3997bda452cb4c970f88673a8876bfdc8ad74665.tar.gz sssd-3997bda452cb4c970f88673a8876bfdc8ad74665.tar.bz2 sssd-3997bda452cb4c970f88673a8876bfdc8ad74665.zip |
Adding InfoPipe entry to config.ldif example
Also updating the .gitignore file to not ignore config.ldif
Signed-off-by: Simo Sorce <ssorce@redhat.com>
Diffstat (limited to 'server/infopipe')
-rw-r--r-- | server/infopipe/infopipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/infopipe/infopipe.h b/server/infopipe/infopipe.h index 6e6b7583..7a127eb4 100644 --- a/server/infopipe/infopipe.h +++ b/server/infopipe/infopipe.h @@ -31,7 +31,7 @@ #define INFOPIPE_INTERFACE "org.freeipa.sssd.infopipe1" #define INFOPIPE_PATH "/org/freeipa/sssd/infopipe1" #define INFOPIPE_VERSION 0x0001 -#define INFOPIPE_SERVICE_NAME "infp" +#define INFOPIPE_SERVICE_NAME "info" /* InfoPipe Methods * NOTE: Any changes to the method names and arguments for these calls |