diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-10-29 18:16:59 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-03 10:16:38 -0500 |
commit | a79b644d178fcfbde0fe0b13a31fb13bbfc80004 (patch) | |
tree | 70ae8086c753ad9c1fa08234afed21727c5b1f8a /server/config | |
parent | e308325dd002f92d893185f7f655be79afa28be2 (diff) | |
download | sssd-a79b644d178fcfbde0fe0b13a31fb13bbfc80004.tar.gz sssd-a79b644d178fcfbde0fe0b13a31fb13bbfc80004.tar.xz sssd-a79b644d178fcfbde0fe0b13a31fb13bbfc80004.zip |
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.
Diffstat (limited to 'server/config')
-rw-r--r-- | server/config/etc/sssd.api.d/sssd-ldap.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |