similar to: Samba-AD in Docker

Displaying 20 results from an estimated 2000 matches similar to: "Samba-AD in Docker"

2023 Aug 07
1
Samba-AD in Docker
On Monday, August 7, 2023 6:05:03 AM EDT Andrew Bartlett via samba wrote: > https://github.com/samba-in-kubernetes > Andrew, thanks a bunch for pointing people to our org! I really appreciate it. More below... > On Mon, 2023-08-07 at 11:08 +0200, Joachim Lindenberg via samba wrote: > > Hello Anantha, Michael, > > IIRC this is somewhat optimistic or a secret sausage. For
2017 May 11
1
Upgrading BIND DNS Backend
Hello Marc, Upgrade DNS worked properly as you can see below. --------- samba_upgradedns --dns-backend=BIND9_DLZ Reading domain information DNS accounts already exist No zone file /usr/local/samba/private/dns/EXZA.LOCAL.zone # is this the culprit? DNS records will be automatically created DNS partitions already exist dns-dc account already exists See
2017 May 11
1
Global Catalogue
Hello Rowland, ldap search command throws error as below. I am unable to search ldap. ------- ldap_initialize( ldap://dc.exza.local:3268 ) ldap_start_tls: Can't contact LDAP server (-1) Enter LDAP Password: ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1) ---------- I am using BIND_DLZ dns back end. and server is listening on 3268 and 3269 -- Thanks & Regards, Anantha
2019 Jun 17
3
RPC Server Unavailable - Error
Hi, We were running Samba-AD - Version 4.7.6 for over 2 years without any errors. We have 4 Domain Controllers in our setup and DNS is BIND_DLZ (BIND 9.9.4). Off late (since 8th June 2019) we upgraded the Samba-AD version to 4.10.4 and all of sudden we started receiving the error "RPC Server not available" when we are trying to join the new PCs to domain. After multiple attempts
2020 Jun 25
4
Update on docker Python:3 and adding R:4.x
My dockerfile: FROM python:3 WORKDIR /usr/src/app COPY requirements.txt ./ COPY languageserver-master ./ COPY radian-master ./ RUN pip3 install --no-cache-dir -r requirements.txt EXPOSE 8080 RUN apt-key adv --keyserver keys.gnupg.net --recv-key 'E19F5F87128899B192B1A2C2AD5F960A256A04AF' RUN echo "deb http://cloud.r-project.org/bin/linux/debian buster-cran40/" >>
2020 Jun 24
2
Update on docker Python:3 and adding R:4.x
I continue to receive an error installing R via dockerfile on a buster image python:3. E: The value 'buster-cran40' is invalid for APT::Default-Release as such a release is not available in the sources My starting point is the debian buster based Python:3 image adding a couple of python specific configurations and then using the commands in the R project documentation for installing R on
2020 Mar 04
2
Running CentOS 6 in a Docker container on a non-CentOS host
I have to support a legacy build that runs on CentOS 6. I?m new to Docker and would like to use the official CentOS 6.10 image (https://github.com/CentOS/sig-cloud-instance-images/blob/da050e2fc6c28d8d72d8bf78c49537247b5ddf76/docker/Dockerfile <https://github.com/CentOS/sig-cloud-instance-images/blob/da050e2fc6c28d8d72d8bf78c49537247b5ddf76/docker/Dockerfile>) as a Docker container on
2023 Apr 10
1
NT_STATUS_TOO_MANY_OPENED_FILES
Hi, We upgraded from Samba version 4.15.9 to 4.18.1 on last Saturday. We are running AD-DC Service. Our upgrade process was nothing but a fresh compile & installation and add the samba instance to AD-DC cluster as a Domain Controller and demote and remove the old one. Of 5 server, there are no issues. 2 of them experiencing slowness and in the logs we are seeing
2023 Aug 15
1
Domain Level and Forest Level raise
Hi, Setting up a test environment for 4.19 rc2. However, can't we raise the lowest functional level higher than 2008 R2 in 4.18.x? Thanks & Regards, Anantha Raghava H A DISCLAIMER: This e-mail communication and any attachments may be privileged and confidential to Exzatech Consulting And Services Pvt. Ltd., Bangalore, and are intended only for the use of the recipients named above
2023 Aug 11
2
GPO not getting updated on Windows 10
Hi, Our Domain controller environment is working for over 6 years without a break. It started with Samba Version 4.6.5 and today running 4.18.5. We have only Windows 10 clients across our organisation. Off late, we have observed that GPOs are not getting updated when we change some GPOs and link them to some specific OUs. For example, previously, we had not allowed one specific network path
2017 Jun 08
0
Fwd: RE: Problems in applying GPO and DNS domain name resolution issues
Hello, Apart from the issues related to DC DB corruption we have observed few other issues: a. Domain User profile including domain password gets cached on the client PC and does not refresh itself. i. Administrator account used while joining Windows 7 or Windows XP Workstation to Domain. The Workstation joins the domain properly. The Administrator password is changed over a period of
2023 Aug 22
1
Upgrade samba 4.17.10 to samba 4.19
I know but would be the changes in installation and upgrade Daniel Von: Anantha Raghava H A [mailto:raghav at exzatech.net] Gesendet: Dienstag, 22. August 2023 08:46 An: Daniel M?ller <mueller at tropenklinik.de>; samba samba <samba at lists.samba.org> Betreff: Re: [Samba] Upgrade samba 4.17.10 to samba 4.19 Hi, Samba version 4.19 is still in rc3 stage. Not ready for
2023 Aug 15
1
Domain Level and Forest Level raise
Hi, We have a test environment with Samba Version 4.18.5 which is set to Forest, Domain and lowest function Level of 2008 R2. I am trying to raise the forest and domain levels. However, when I try to raise the domain level, I get an error - "ERROR: Domain function level can't be higher than the lowest function level of a DC!" and when I try to raise the forest level I get an
2016 Jan 29
1
Re: Write content to file from Dockerfile and/or any other method
On Fri, 29 Jan 2016 06:31, Keith Keller <kkeller at ...> wrote: > On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote: >> >> I am building a Dockerfile and I am setting up MariaDB repos as follow: > > This question is probably way offtopic for a CentOS mailing list. > >> # Setup MariaDB repos >> RUN touch
2017 May 10
2
Global Catalogue
Hi, We provide DC Host's IP address and port as 3268 and user DN of administrator as CN=Administrator,CN=Users,DC=ktkbank,DC=com and supply password. But proxy reports "unable to connect to directory". However, the Proxy's Content Gateway is a member of AD DC and it uses integrated windows authentication. -- Thanks & Regards, Anantha Raghava DISCLAIMER: This
2020 Jun 25
0
Update on docker Python:3 and adding R:4.x
Am Donnerstag, 25. Juni 2020, 04:52:37 CEST schrieb Dave Lange: > My dockerfile: > ... > RUN apt update \ > && apt-get install -y --no-install-recommends \ > ca-certificates \ > wget \ > && rm -rf /var/lib/apt/lists/* Any reason why you remove the contents of /var/lib/apt/lists? On my system, this directory holds PGP signed information about each
2020 Jun 24
0
Update on docker Python:3 and adding R:4.x
On 24 June 2020 at 15:15, Dave Lange wrote: | I continue to receive an error installing R via dockerfile on a buster | image python:3. | E: The value 'buster-cran40' is invalid for APT::Default-Release as such a | release is not available in the sources Do you have the Dockerfile in public repo we can look at? | My starting point is the debian buster based Python:3 image adding a couple
2023 Mar 22
1
Internal DNS not coming up in 4.18.0
Hi, While upgrading Samba-AD fromm 4.15.9 to version 4.18, I ran into a peculiar problem. AD Component is up, but DNS is just not coming up. kinit is reporting KDC not found problem. All these years I have been compiling samba from source and for nearly 7 years, it was working like a charm. But this upgrade activity, we ran into rough weather. We do not upgrade the existing servers where as,
2023 Apr 10
1
NT_STATUS_TOO_MANY_OPENED_FILES
Hello Rowland, Find the _*smb.conf :*_ [global] netbios name = DC4 realm = KTKBANKLTD.COM server role = active directory domain controller workgroup = KTKBANKLTD [sysvol] path = /usr/local/samba/var/locks/sysvol read only = No [netlogon] path = /usr/local/samba/var/locks/sysvol/ktkbankltd.com/scripts ??????read only = No *Logs:* {"timestamp":
2016 Jan 29
3
SOT: Best strategy for automatize a flow that need user interaction
I am working in a Dockerfile but there is a "secure" MariaDB server script I need to run which is interactive and I don't know how to deal with this. Basically this is the flow I have follow on the script at test environment and is the same I want to achieve in the Dockerfile without user interaction by just answering as you seen on the flow below: #