diff options
author | Jan Cholasta <jcholast@redhat.com> | 2012-02-03 22:29:47 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-02-07 00:26:57 +0100 |
commit | af5a58fc3811af8521721f731d8234d983042cea (patch) | |
tree | 612316c32255519ee2145e71f5bca8f259ebe34b /src/providers/ldap/sdap.h | |
parent | 34c78b745eb349eef2b0f13ef2b722632aebe619 (diff) | |
download | sssd-af5a58fc3811af8521721f731d8234d983042cea.tar.gz sssd-af5a58fc3811af8521721f731d8234d983042cea.tar.xz sssd-af5a58fc3811af8521721f731d8234d983042cea.zip |
LDAP: Add support for SSH user public keys
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r-- | src/providers/ldap/sdap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index 2a63ea830..5d4238466 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -256,6 +256,7 @@ enum sdap_user_attrs { SDAP_AT_NDS_LOGIN_DISABLED, SDAP_AT_NDS_LOGIN_EXPIRATION_TIME, SDAP_AT_NDS_LOGIN_ALLOWED_TIME_MAP, + SDAP_AT_USER_SSH_PUBLIC_KEY, SDAP_OPTS_USER /* attrs counter */ }; |