cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

b212b0e writing Inf file shows SchemaFile = ARRAY(0xhexnum)

Authored and Committed by rmeggins 12 years ago
    writing Inf file shows SchemaFile = ARRAY(0xhexnum)
    
    The Inf file writer was not handling perl arrays correctly - it was
    just doing a string conversion, which by default just prints the internal
    perl address.  The solution is to write each array element as a separate
    directive.  Also removed extra newlines.
    Reviewed by: nkinder (Thanks!)
    
        
file modified
+12 -6