search for: setfact

Displaying 6 results from an estimated 6 matches for "setfact".

Did you mean: setfacl
2012 Nov 08
1
sudo issue error with securing commands
..., sorry thats all your allowed to do ... but thus far I can't get the syntax correct for the sudoers file line 115| greg ALL = /bin/chmod -R o+rx /opt line 116| greg ALL = /bin/chmod -R ug+rwx /opt line 117| greg ALL = /bin/chown -R root:root /opt line 118| greg ALL = /usr/bin/setfact -R -m u:greg.reeve:rwx /opt line 119| greg ALL = /usr/bin/setfact -d -R -m u:greg.reeve:rwx /opt visudo gives me the following : >>> /etc/sudoers: syntax error near line 116 <<< >>> /etc/sudoers: syntax error near line 117 <<< >>> /etc/sudoers: syn...
2014 Feb 08
1
Samba 3 to 4 AD migration - extensive permissions problems
...ng to set any permissions to the files or directories fails with "Access denied". I have tried all manner of unix modes on the files/directories to no avail. I made a new directory for redirected folders and that one can be used properly. So I tried to copy the acls (getfacl /home/redir | setfact --set=- /home) but that fails with setfacl: Option -s: Invalid argument near character 1. The permissions problems exist across all my file shares. I did grant SeDiskOperatorPrivilege to domain\Administrators, then also domain\Administrator and domain\root just in case. Both Administrator and root...
2019 Nov 14
2
Sometimes Roaming Profile loose rights to restart shutdown...
Hi, sometimes my Roaming Profile gets buggy and i cant use the Reboot Shutdown ... function all other works. When i make a new users.v6 folder the Profile works again very well. I tried all GPOs i found for energy settings but nothing helps if the Profile is broken. Only delete and make a new one works Samba 4.11.2 Win10 1803-1903 any ideas? or Workarounds? Ren? Mit freundlichen Gr??en,
2008 Mar 07
1
How to give user access to only 1 directory on a share?
Hello, Is there a way to give a single user access to a single directory on a given share, and yet prevent that user from accessing the rest of the data on that share? All users on the system are within the *same* group, and if possible, I'd like to keep it this way. Would I have to go with ACLs to implement this? Any and all suggestions are appreciated! Thanks, Matt
2008 Jan 04
3
Facts not being updated when using storeconfigs
...e | fact_name_id | host_id | updated_at | +--------+----+-------+--------------+---------+---------------------+ | kernel | 54 | Linux | 87 | 1 | 2008-01-04 10:34:27 | +--------+----+-------+--------------+---------+---------------------+ It looks like Puppet::Rails::Host::setfacts only gets run the first time that a client connects during a puppetmasterd run. Or is there some sort of limit on how often puppetmasterd will update the database? I haven''t looked into this very closely yet, but is my expectation of how puppet should behave here the correct one? cheer...
2005 Jan 16
1
Dovecot + Xmail Setup Howto
...jects/phpxmail 6. Give Dovecot permission to the domains dir under MailRoot I used acls to do this so that Xmail can still run as root and Dovecot could still run as a non-root user. (if you rather not do this your other option is tp run xmail as the same user a dovecot See non-Acls below) CODE setfact -R -m d:u:dovecot:rwx,d:g:dovecot:rwx;d:o:---,d:m:rwx /var/MailRoot/domains setfacl -R -m u:dovecot:rwx,g:dovecot:rwx;o:---,m:rwx /var/MailRoot/domains 7. Set Xmail to listen on another port then 110 for pop3. Add "-Pp 20110 " to xmail startup options. 8. Setup User Accounts. As of 99...