From a79b644d178fcfbde0fe0b13a31fb13bbfc80004 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 29 Oct 2009 18:16:59 -0400 Subject: Rename sdap_id_map to sdap_attr_map Also start adding some infrastructure to use the USN counter when available. In particular add a place to add generic attrs mapping, ie attributes that are neither user nor group specific. --- server/config/etc/sssd.api.d/sssd-ldap.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/config/etc') diff --git a/server/config/etc/sssd.api.d/sssd-ldap.conf b/server/config/etc/sssd.api.d/sssd-ldap.conf index 1c094f6d2..af1e66cfd 100644 --- a/server/config/etc/sssd.api.d/sssd-ldap.conf +++ b/server/config/etc/sssd.api.d/sssd-ldap.conf @@ -16,6 +16,8 @@ krb5_kdcip = str, None krb5_realm = str, None ldap_krb5_keytab = str, None ldap_krb5_init_creds = bool, None +ldap_entry_usn = str, None +ldap_rootdse_last_usn = str, None [provider/ldap/id] ldap_search_timeout = int, None -- cgit