Forum: CFEngine Help Subject: Re: read password hash from file Author: bbomgardner Link to topic: https://cfengine.com/forum/read.php?3,22971,22972#msg-22972
You may want to reconsider this method, as you will be reading in the file to the array with every call to the edit_line bundle. It may be better to read in your array once in your main bundle. Then you could call set_shadow_values for each user in your list with an additional parameter containing the hash from the array. _______________________________________________ Help-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/help-cfengine
