search for: havesetting

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

2020 Nov 03
1
Group with RWX acl cannot delete as file/dir owned by user with RWX
I have read through that and that's where I'm at now. I cannot understand why I have permissions fighting and the group permissions are being trumped by the owner. Regards Karl -----Original Message----- From: Rowland penny via samba <samba at lists.samba.org> Reply-To: Rowland penny <rpenny at samba.org> To: samba at lists.samba.org Subject: Re: [Samba] Group with RWX acl
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 issues...
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