Le 6/25/13 2:48 PM, [email protected] a écrit : > For this modification, I'm not using any controls. The attributes are not > null either. We set the cn and sn (which are required) to the string 'null' > when the entry is created to have a stub entry.
Which is wrong : cn and sn have a DirectoryString syntax which does need at least one char : DirectoryString = 1*UTF8 So injecting null value sis not allowed. Now, you should get an explicit error, instead of sucha OTHER resultCode. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
