Forum: Cfengine Help
Subject: Re: File ownership for AD users
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,18029,18031#msg-18031

The Cfengine's output itself is not about finding domain users, it's about 
syntax. The user field is treated as the broken regular expression, this is 
what the warning is about. So, basically you can try to escape a plus sign like 
follows:

perms => system("0400", "DOMAIN\+USER", "sysmgt")

the truth is, problems with domain users still may arise, but you wouldn't know 
until you try.

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

Reply via email to