summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/dsinstance.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-04-29 15:38:51 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-11-18 16:54:21 +0100
commita1eb71768c1b319a16645ac54169b7f0e4c4d411 (patch)
tree6716bee16bcf001084f1278d1ee18edab3b5d091 /ipaserver/install/dsinstance.py
parent6381d766ceeebdb8ba8e83539a90167d86c7f3ce (diff)
downloadfreeipa-a1eb71768c1b319a16645ac54169b7f0e4c4d411.tar.gz
freeipa-a1eb71768c1b319a16645ac54169b7f0e4c4d411.tar.xz
freeipa-a1eb71768c1b319a16645ac54169b7f0e4c4d411.zip
Make schema files conform to new updater
The new schema updater only compares textual representations of schema elements, as formatted by python-ldap. This works well, but it is too strict for the current schema files in two ways: - For attribute names in MAY and MUST, the correct letter case must be used - AttributeTypes must specify explicit EQUALITY and SYNTAX fields even if they are the same as its supertype's. When these restrictions are not followed, the updater will always overwrite the schema element. This is harmless but it fills up the log unnecessarily. Modify the schema files to conform to these restrictions. Part of the work for https://fedorahosted.org/freeipa/ticket/3454 Note: git's --word-diff option is recommended for viewing these changes
Diffstat (limited to 'ipaserver/install/dsinstance.py')
0 files changed, 0 insertions, 0 deletions