Forum: CFEngine Help
Subject: Re: Strange "Overriding incorrect link"
Author: loopx
Link to topic: https://cfengine.com/forum/read.php?3,26754,26756#msg-26756

It seems to be a bug (or bad usage ...) ... I updated promise to use absolute 
link instead of relative link :

                        "/etc/pam.d/password-auth"
                                link_from               => 
ln_s("/etc/pam.d/password-auth-ad"),
                                move_obstructions       => "true",
                                comment                 => "Switch 
authentication to Winbind";


... now, it just works fine as it should ...


If I use "./password-auth-ad", it works too. If only presise the filename of 
the link without any directory, it will fail.

May be it's a normal behavior ..

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to