summaryrefslogtreecommitdiffstats
path: root/src/sss_client
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2016-04-25 16:09:48 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-06-09 16:12:25 +0200
commit1a45124f3f300f9afdcb08eab0938e5e7d0534d9 (patch)
tree530838e104849812790801fc964146138a78076a /src/sss_client
parent21513e51a4a2eb08f245333bf8f223713a3d7cb3 (diff)
downloadsssd-1a45124f3f300f9afdcb08eab0938e5e7d0534d9.tar.gz
sssd-1a45124f3f300f9afdcb08eab0938e5e7d0534d9.tar.xz
sssd-1a45124f3f300f9afdcb08eab0938e5e7d0534d9.zip
NSS: add SSS_NSS_GETNAMEBYCERT request
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/sss_client')
-rw-r--r--src/sss_client/sss_cli.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h
index f39ceba5e..17d8e4503 100644
--- a/src/sss_client/sss_cli.h
+++ b/src/sss_client/sss_cli.h
@@ -255,6 +255,11 @@ SSS_NSS_GETORIGBYNAME = 0x0115, /**< Takes a zero terminated fully qualified
second the value. Hence the list should
have an even number of strings, if not
the whole list is invalid. */
+SSS_NSS_GETNAMEBYCERT = 0x0116, /**< Takes the zero terminated string
+ of the base64 encoded DER representation
+ of a X509 certificate and returns the zero
+ terminated fully qualified name of the
+ related object. */
};
/**