mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Allow primary keys to use different type than unicode.
Also return list of primary keys instead of a single unicode CSV value from LDAPDelete-based commands. This introduces a new capability 'primary_key_types' for backward compatibility with old clients. Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
committed by
Petr Viktorin
parent
c644b47492
commit
4314d02fbf
@@ -45,6 +45,9 @@ capabilities = dict(
|
||||
# permissions2: Reworked permission system
|
||||
# http://www.freeipa.org/page/V3/Permissions_V2
|
||||
permissions2=u'2.69',
|
||||
|
||||
# primary_key_types: Non-unicode primary keys in command output
|
||||
primary_key_types=u'2.83',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user