Displaying 2 results from an estimated 2 matches for "behavios".
Did you mean:
  behavior
  
2005 Aug 22
1
Problem with security = ads
...ads ?
The configuration itself works nearly right.
When i try to access the samba server via windows is see in
the log file:
Username SIV.DE/regner is invalid on this system
When i login as user 'regner' (without domain prefix) and
password the login works successful ! I?ve tested this
behavios with several account. All work successful without
domain prefix.
Can anybody help ??
-- 
Mit freundlichen Gr??en
Ronny Egner
SIV.AG
Konrad-Zuse-Stra?e 1
18184 Roggentin
Telefon: +49 (0)3 81 / 25 24 422
Telefax: +49 (0)3 81 / 25 24 399
mailto:ronny.egner@siv.de
http://www.siv.de
*********...
2013 Feb 11
2
file resource, multiple owner values
With Puppet 2.7.20, it seems that when I write
    file { ''/tmp/bla'':
        owner => [''root'', ''jared'']
    }
then if the owner of /tmp/bla is either root or jared, nothing happens,
and if not, the owner is changed to root. More generically speaking, my
reading of the code suggests that if the owner of the file is in the
given list (the