From af5a58fc3811af8521721f731d8234d983042cea Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Fri, 3 Feb 2012 22:29:47 +0100 Subject: LDAP: Add support for SSH user public keys --- src/man/Makefile.am | 5 ++++- src/man/sssd-ldap.5.xml | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'src/man') diff --git a/src/man/Makefile.am b/src/man/Makefile.am index f0faf690..31b5652f 100644 --- a/src/man/Makefile.am +++ b/src/man/Makefile.am @@ -15,7 +15,10 @@ endif if BUILD_AUTOFS AUTOFS_CONDS = ;with_autofs endif -CONDS = with_false$(SUDO_CONDS)$(AUTOFS_CONDS) +if BUILD_SSH +SSH_CONDS = ;with_ssh +endif +CONDS = with_false$(SUDO_CONDS)$(AUTOFS_CONDS)$(SSH_CONDS) #Special Rules: diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index a145e388..8e1f35e4 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -578,6 +578,16 @@ + + ldap_user_ssh_public_key (string) + + + The LDAP attribute that contains the user's SSH + public keys. + + + + ldap_force_upper_case_realm (boolean) -- cgit