s4:sam.py - assign valid values when performing the special-attributes constraint...
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 3 Nov 2010 17:02:28 +0000 (18:02 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 3 Nov 2010 17:48:18 +0000 (17:48 +0000)
commit53d9d4ee0e6ee889a06c2d1134ddb083be45f91a
treeb6f5f48c8ec2d55b04b2c9addfa377e415372b95
parentb78bf4d72100f9aa8c50ee36b30ba353e2b72eae
s4:sam.py - assign valid values when performing the special-attributes constraint checks

The problem is that s4 per construction does the checks in a different order. It
first checks for validity (pre-operation trigger in samldb LDB module) and then
for the schema (post-operation trigger in objectclass_attrs LDB module).
constraints (post-operation trigger
source4/dsdb/tests/python/sam.py