search for: baltini

Displaying 13 results from an estimated 13 matches for "baltini".

Did you mean: baldini
2024 Jun 30
1
Looking for Python docs/examples to modify DNS via keytab
On Sun, 30 Jun 2024 00:22:57 -0700 christian baltini <christian.baltini at gmail.com> wrote: > > This is the output I get: > > (venv) root at ubu1:~/py_krb# samba-tool dns zonelist localhost > --use-krb5-ccache=/tmp/krb5cc_0 Failed to bind to uuid > 50abc2a4-574d-40b3-9d66-ee4fd5fba076 for > ncacn_ip_tcp:127.0.0.1[49153,s...
2024 Jun 30
1
Looking for Python docs/examples to modify DNS via keytab
> On Jun 30, 2024, at 12:11?AM, Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Sat, 29 Jun 2024 22:10:12 -0700 > christian baltini <christian.baltini at gmail.com> wrote: > >> Hello Rowland, I see that and an trying to recreate the script logic >> line-by line in the terminal as a proof of understanding, but I am >> having some trouble. >> >> Here is what I am trying: >> >>...
2024 Jun 30
1
Looking for Python docs/examples to modify DNS via keytab
On Sat, 29 Jun 2024 22:10:12 -0700 christian baltini <christian.baltini at gmail.com> wrote: > Hello Rowland, I see that and an trying to recreate the script logic > line-by line in the terminal as a proof of understanding, but I am > having some trouble. > > Here is what I am trying: > > ?kinit administrator? - I then p...
2024 Jun 30
1
Looking for Python docs/examples to modify DNS via keytab
...ut the ?use-krb5-ccache and supplying username and password does work As for your question, I have not gotten that far yet : ) Thank you. > On Jun 29, 2024, at 1:29?AM, Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Fri, 28 Jun 2024 13:07:06 -0700 > christian baltini via samba <samba at lists.samba.org> wrote: > >> Hello all, >> >> I am looking to rewrite the shell script here >> (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) >> in Python. > > Basically most of that script is written to ch...
2018 Dec 20
3
Samba-created files with POSIX ACLs gaining execute bit
Hello Marco, I am speaking about POSIX ACLs, yes. When I create a file via shell I get a 660 file. When I create a file via Samba I get a 770 file. I don’t understand why they would be different. Without ACLs shell / Samba created files get consistent permissions. Christian > On Dec 20, 2018, at 12:29 AM, Marco Gaiarin via samba <samba at lists.samba.org> wrote: > > Mandi!
2024 Jun 29
1
Looking for Python docs/examples to modify DNS via keytab
On Fri, 28 Jun 2024 13:07:06 -0700 christian baltini via samba <samba at lists.samba.org> wrote: > Hello all, > > I am looking to rewrite the shell script here > (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) > in Python. Basically most of that script is written to check if a kerberos ticket exists and...
2024 Jun 28
2
Looking for Python docs/examples to modify DNS via keytab
Hello all, I am looking to rewrite the shell script here (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) in Python. Is anyone aware of any resources (docs, existing code, etc.) that may be useful in doing so? I?m not finding any introductory docs or simple code examples that show things like instantiating a DNS server connection with a keytab. Thanks, CB
2024 Jun 29
1
Looking for Python docs/examples to modify DNS via keytab
On 6/28/24 10:07 PM, christian baltini via samba wrote: > Hello all, > > I am looking to rewrite the shell script here (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) in Python. > > Is anyone aware of any resources (docs, existing code, etc.) that may be useful in doing so? I?m not finding any int...
2018 Dec 20
0
Samba-created files with POSIX ACLs gaining execute bit
On Thu, 20 Dec 2018 01:32:16 -0800 christian russell <christian.baltini at gmail.com> wrote: > Hi Rowland, I see the typo now too — I retyped it from scratch … oops. > > Here it is. > > [global] > workgroup = HOME > netbios name = IPA > realm = HOME.FRAPLIN.FUN > kerberos method = dedicated keytab > dedicated keyt...
2018 Dec 18
0
Samba-created files with POSIX ACLs gaining execute bit
...ing_Protocol.pdf https://sambaxp.org/archive_data/media/05-Andreas-Gruenbacher_-_Linux_Samba_and_ACLs.pdf These might help you a bit in understanding that what you want is not always possible.. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: christian russell [mailto:christian.baltini at gmail.com] > Verzonden: dinsdag 18 december 2018 9:02 > Aan: L.P.H. van Belle > CC: samba at lists.samba.org > Onderwerp: Re: [Samba] Samba-created files with POSIX ACLs > gaining execute bit > > Hi Louis, > > Those were the docs I initially followed. I don’t see...
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
Hai, The docs shown are a bit old, yes, i suggest start reading these. https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs https://wiki.samba.org/index.php/Setting_up_a_Share_Using_POSIX_ACLs Look at the smb.conf man and search for acl ( or exec ) Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens
2018 Dec 20
2
Samba-created files with POSIX ACLs gaining execute bit
...ia/05-Andreas-Gruenbacher_-_Linux_Samba_and_ACLs.pdf > > These might help you a bit in understanding that what you want is not always possible.. > > Greetz, > > Louis > > > >> -----Oorspronkelijk bericht----- >> Van: christian russell [mailto:christian.baltini at gmail.com] >> Verzonden: dinsdag 18 december 2018 9:02 >> Aan: L.P.H. van Belle >> CC: samba at lists.samba.org >> Onderwerp: Re: [Samba] Samba-created files with POSIX ACLs >> gaining execute bit >> >> Hi Louis, >> >> Those were the docs...
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
Hi all, I have a Samba share set up using POSIX ACLs as the permissions backend. I am seeing an issue where files created via the Samba get execute permissions whereas files created via shell do not. Here’s my demonstration using “share2” as the root of my share: [root at samba srv]# ls -l total 0 drwxrwx---+ 2 root root 65 Dec 17 18:40 share2 [root at samba srv]# getfacl share2/ # file: