| | |
| | | classes defined per entry, you can relax schema checking to warn rather |
| | | than reject entries having this issue.</para> |
| | | |
| | | <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password |
| | | <screen>$ dsconfig |
| | | -h `hostname` |
| | | -p 4444 |
| | | -D "cn=Directory Manager" |
| | | -w password |
| | | set-global-configuration-prop |
| | | --set single-structural-objectclass-behavior:warn -X -n</screen> |
| | | --set single-structural-objectclass-behavior:warn |
| | | -X -n</screen> |
| | | |
| | | <para>You can allow attribute values that do not respect the defined syntax |
| | | with the <command>dsconfig</command> command as well.</para> |
| | | |
| | | <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password |
| | | <screen>$ dsconfig |
| | | -h `hostname` |
| | | -p 4444 |
| | | -D "cn=Directory Manager" |
| | | -w password |
| | | set-global-configuration-prop |
| | | --set invalid-attribute-syntax-behavior:warn -X -n</screen> |
| | | --set invalid-attribute-syntax-behavior:warn |
| | | -X -n</screen> |
| | | |
| | | <para>You can even turn off schema checking altogether, although turning |
| | | off schema checking only really makes sense when you are absolutely sure |
| | |
| | | you simply want to turn off schema checking temporarily to speed up import |
| | | processing.</para> |
| | | |
| | | <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password |
| | | set-global-configuration-prop --set check-schema:false -X -n</screen> |
| | | <screen>$ dsconfig |
| | | -h `hostname` |
| | | -p 4444 |
| | | -D "cn=Directory Manager" |
| | | -w password |
| | | set-global-configuration-prop |
| | | --set check-schema:false |
| | | -X -n</screen> |
| | | </section> |
| | | |
| | | <section xml:id="standard-schema"> |