search for: haveset

Displaying 3 results from an estimated 3 matches for "haveset".

Did you mean: waveset
2020 Nov 03
1
Group with RWX acl cannot delete as file/dir owned by user with RWX
...file/dir owned by user with RWX Date: Tue, 3 Nov 2020 14:08:27 +0000 On 03/11/2020 12:26, G33k pHr33k via samba wrote: > Thank you for any help with this:Using xattr so that I can manage a > domain joined Samba server sharewith AD permissions. The underlying > OS file perms are 777 and I haveset the share with -R a+w to make > sure that permissions for owner andgroup are the same. Getfacl > returns: Try reading this: https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs Rowland
2004 Aug 27
0
Updated app_mysql.c, enabling use of INSERT and UPDATE
...ort for queries that don't return a result like UPDATE or INSERT. Here's an updated app_mysql.c which introduces the Execute command. Sample: exten => s,300,MYSQL(Connect connid ${HOST} ${USER} ${PASSWORD} ${DATABSE}) exten => s,301,MYSQL(Execute resultid ${connid} UPDATE table SET haveSetting = 1 WHERE dnid=\'${CALLERIDNUM}\') exten => s,302,MYSQL(Disconnect ${connid}) This somewhat mimics the way the Borland implements this type of queries in their products like Delphi. It is a quick hack, but we've been using it for a couple of days now and have not seen any iss...
2020 Nov 03
2
Group with RWX acl cannot delete as file/dir owned by user with RWX
Thank you for any help with this: Using xattr so that I can manage a domain joined Samba server share with AD permissions. The underlying OS file perms are 777 and I have set the share with -R a+w to make sure that permissions for owner and group are the same. Getfacl returns: # file: deleteme.txt # owner: root # group: group_access user::rwx group::rwx group:group_access:rwx mask::rwx