| | |
| | | // FIXME -- Do we need any special authorization here? |
| | | Entry taskEntry = getTaskEntry(); |
| | | |
| | | AttributeType typeDomainBase; |
| | | AttributeType typeSourceScope; |
| | | |
| | | typeDomainBase = |
| | | getAttributeType(ATTR_TASK_INITIALIZE_DOMAIN_DN, true); |
| | | typeSourceScope = |
| | | getAttributeType(ATTR_TASK_INITIALIZE_SOURCE, true); |
| | | AttributeType typeDomainBase = getAttributeTypeOrDefault(ATTR_TASK_INITIALIZE_DOMAIN_DN); |
| | | AttributeType typeSourceScope = getAttributeTypeOrDefault(ATTR_TASK_INITIALIZE_SOURCE); |
| | | |
| | | List<Attribute> attrList; |
| | | attrList = taskEntry.getAttribute(typeDomainBase); |