summaryrefslogtreecommitdiff
path: root/nss_client/sss_errno.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-02-24 19:37:42 -0500
committerSimo Sorce <ssorce@redhat.com>2009-02-24 21:01:02 -0500
commitfcef1231eea30ee9cdc75f3f39f4b9207a84ea1d (patch)
tree50525e47d7136efe2c7c746edff0de897a8d2b81 /nss_client/sss_errno.h
parent98531e56318b65eb1bb6883fdfe12e771d8a1efe (diff)
downloadsssd-fcef1231eea30ee9cdc75f3f39f4b9207a84ea1d.tar.gz
sssd-fcef1231eea30ee9cdc75f3f39f4b9207a84ea1d.tar.bz2
sssd-fcef1231eea30ee9cdc75f3f39f4b9207a84ea1d.zip
Add PAM client
Also rename nss_client to sss_client and reuse the same pipe protocol for both the NSS and PAM client libraries. Signed-off-by: Simo Sorce <ssorce@redhat.com>
Diffstat (limited to 'nss_client/sss_errno.h')
-rw-r--r--nss_client/sss_errno.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/nss_client/sss_errno.h b/nss_client/sss_errno.h
deleted file mode 100644
index 365263f2..00000000
--- a/nss_client/sss_errno.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * System Security Services Daemon. NSS Interface
- *
- * Copyright (C) Simo Sorce 2007
- *
- * You can used this header file in any way you see fit provided copyright
- * notices are preserved.
- *
- */
-
-#ifndef _SSSERR_H
-#define _SSSERR_H
-
-#define SSSE_OK 0
-#define SSSE_INTERR -10 /* internal error */
-#define SSSE_BADDB -11 /* bad database */
-
-#endif