NNS ADix - How to...Set a Boolean Attribute Value
   

This topic describes how to set Boolean attribute values with NNS ADix.

If you want to import attribute values for attributes which syntax must be 'Boolean', you must use
either the values '$True' or '$False' for these attributes.

Examples:

The following example sets the value of the Boolean attribute 'mDBUseDefaults' to 'True':

path;mDBUseDefaults
"LDAP://cn=j.doe,cn=users,dc=dom,dc=com";"$True"

Note:
    In NNS ADix versions prior to v3.3, Boolean values can be imported using the values 'TRUE' or 'FALSE'
    (in upper-case letters!).
    In version 3.3 or later you can also use these values, but we recommend to use
    '$True' or '$False', because these values are not case-sensitive. Further if you are exporting Boolean
    values, these values will be exported as '$True' or '$False'.

 

Copyright © 2008 by NNS - Nigl Network Solutions