Displaying 20 results from an estimated 10000 matches similar to: "Error while adding workstation into domain"
2024 Jan 04
1
Fresh ad installation - Win2022 can't join
Am 04.01.2024 um 13:28 schrieb lists--- via samba:
> Am 04.01.2024 um 12:36 schrieb Rowland Penny via samba:
>> On Thu, 4 Jan 2024 12:12:57 +0100
>> lists--- via samba <samba at lists.samba.org> wrote:
>>
>>> Am 04.01.2024 um 11:55 schrieb Rowland Penny via samba:
>>>> On Thu, 4 Jan 2024 11:19:17 +0100
>>>> lists--- via samba <samba at
2013 Dec 04
2
Samba 3 + Windows7
Hi!
I?m installing samba 3.6.19 at debian wheezy server with PDC option, all the desktops over the lan, are Windows 7, I read over the internet the problem that DNS is incorrect and the desktop cannot join to domain, I?m facing this problem right now. I have applied the registry entries to the desktop as says in https://wiki.samba.org/index.php/Registry_changes_for_NT4-style_domains but the
2020 Feb 18
2
Where do I start?
If I want to learn how to set up a Samba Active Directory, where do I start?
Tom
Thomas Rieff
GreenCare
1717 3rd Avenue
Mankato, MN 56001
2017 Dec 15
4
DNS issue with clean install of samba 4.5.12-Debian
Hai Mike,
I post it to the list so everybody can learn from it.
> Why you use "hostname -i" ?
man hostname wil tell.. But i'll try to explain it a bit.
Read the Description, its also about how the hostnames are resolved within the systemfuntions.
Like gethostname and gethostbyname
> root at ad51:~# hostname -i
> 127.0.0.1
> root at ad51:~# hostname -I
>
2024 Jan 05
1
Fresh ad installation - Win2022 can't join
Good morning :)
Am 04.01.2024 um 20:17 schrieb lists--- via samba:
> Am 04.01.2024 um 13:28 schrieb lists--- via samba:
>> Am 04.01.2024 um 12:36 schrieb Rowland Penny via samba:
>>> On Thu, 4 Jan 2024 12:12:57 +0100
>>> lists--- via samba <samba at lists.samba.org> wrote:
>>>
>>>> Am 04.01.2024 um 11:55 schrieb Rowland Penny via samba:
2014 Oct 09
1
setting the NIS domain ( or yp/dns domainname )
Hai,
?
Im just wondering, im installing a bit again, checking my scripts etc.
Lots of things most of us know, but just for history and others im typing it out.
?
I noticed te following.
Lots of things work or dont work base on :
?
?????? hostname - show or set the system's host name
?????? domainname - show or set the system's NIS/YP domain name
?????? ypdomainname - show or set the
2016 May 18
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
So I had dhcp, radvd and bind working together nicely and now I threw in a
wrench of setting up an AD DC
I want to change my dhcp server setting to put client's into the new AD
Domain but am a little hesitant as it is all working so nicely with DDNS
I'm starting to think all I need to do is edit just my dhcpd.conf and
change occurrences of DOMAIN1.SUBDOMAIN.TLD to
2008 Apr 30
2
Turning off Win2008 machines from a CentOS box
I understand this may be able to be done with Samba?
Anyone know the syntax for a CentOS 5.1 Samba client
and what needs to be done to Windows 2008 Server to
allow this (I suspect out of the box it wouldn't allow it)?
I was hoping to use SSH with keys and script the login
and execution of the native win shutdown command, but
I have had troubles making any of the usual win SSH
Daemons work
2009 Dec 09
2
Windows Server 2008 R2 backup with windows server backup
Hi,
I would like to ask if someone has been able to do a backup from Windows
Server 2008 [R2] to a Samba share? If I try to do a backup I receive this
error:
The backup of volume DATA2(E:) could not be completed. Error: The version
does not support this version of the file format.
==================
My config is:
[global]
security = ads
password server = servername.domainname.cz
encrypt
2016 May 27
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
I had left my config alone for now and dhcp still writes to
DOMAIN1.SUBDOMAIN.TLD. But samba has been complaining about not being able
to write to bind in its zone.
[2016/05/27 07:30:06.738434, 0]
../source4/dsdb/dns/dns_update.c:295(dnsupdate_nameupdate_done)
../source4/dsdb/dns/dns_update.c:295: Failed DNS update -
NT_STATUS_UNSUCCESSFUL
If you are right about it using kerberos I think I am
2015 Oct 02
5
Samba 4 PDC and Windows Join
As far as i know, as of samba 4, i dont do any registry changes anymore.
And thinking.. even with samba 3 i did not set these on my win 7 systems.
I still have few win 7 pc's connect to samba 3.6 PDC, without registry changes.
But it all depends on correct dns / dns domainname /wins settings.
( for samba also, i always use "dns proxy = yes" )
If these arent correct, then the
2016 May 27
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
https://wiki.samba.org/index.php/Configure_BIND_as_backend_for_Samba_AD
helped me find that I needed to add
options {
[...]
tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
[...]
};
That seems to have fixed my errors with DNS
On Fri, May 27, 2016 at 9:26 AM, Rowland penny <rpenny at samba.org> wrote:
> On 27/05/16 14:37, Jeff Sadowski wrote:
>
2004 Nov 11
2
Migration to Samba
I'm migrating to Samba on about 50 desktops. After I join the domain
(this is on Windows 2k or XP) I get a whole new set of settings (under
documents and settings). Is there a way to tell Windows to use the old
directory? It matches their username on samba if that helps. Note, I'm
using local profiles.
Thanks,
Dean
2020 Aug 26
3
accessing foreign AD users to NT domain
That is because.. Your not sending the DOMAIN\username but COMPUTER\username, so access denied.
I know its something like that in the backgrond, but i dont code "Windows" ;-)
So, this is the only part i use:
net use g: \\server.fqdn.tld\share /persistent:yes /user:NT4DOM\%username%
net use k: \\server.fqdn.tld\share /persistent:yes /user:ADDOM\%username%
Stop using :
2015 Jan 05
4
Don't use .local
On 05/01/15 07:00, Achim Gottinger wrote:
> Hello,
>
> I deployed an Samba 4 AD back in 2013 with .local, not knowing it can
> cause troubles with mDns.
> On my linux server i did not install avahi and i do not have mDns in
> my nsswitch.conf hosts entry.
> On windows machines i usually deinstall bonjour whenever it shows up
> and i do not install it when installing
2004 Nov 30
3
Question about samba 3.0.9
I have been setting up my domain server using FC2 and samba 3.0.9. First
thing, for your information: In the notations in several sources, it
tells you to user "logon path = \\%L\profiles\%u" this is wrong. It
should be, "logon path = \\%L\profiles\%U". Now that I spent 5 million
hours banging my head on a wall with that, how do I get he exist
desktops on my 2000/XP
2016 Apr 12
3
wbinfo --dc-info finding only one of my dc's
Hi,
Playing around with winbind, i noticed the follewing option:
wbinfo --dc-info=DOMAIN
According the the manual:
--dc-info=domainname Find the currently known DCs
When I run it on a domain member server, it reports only one DC, instead
of the three I would expect.
I guess this means winbind doesn't know about the existance of two of
our three DCs...?
Does it return all DCs for
2020 Jul 23
5
Issue with Keytab memory
Hello,
I am using Samba as file server as member of a windows domain.
Kerberos is configured with kerberos method = secrets and keytab
Currently some (not all) users get issues when connecting to samba shares from windows.
In the corresponding samba logs I found entries:
....
[2020/07/23 12:08:06.697678, 1] ../../source3/librpc/crypto/gse.c:660(gse_get_server_auth_token)
2016 Nov 28
4
Reverse zones fail with secure updates
Hai James,
So a windows xp works but Win7/10 not, at least is good hint.
So, i did have a look in my setup again.
And i'm thinking, i have disabled ipv6 for my windows 7 and win 10 pc's.
That may be an option..
A thing you can try, have a look here :
http://www.bvanleeuwen.nl/faq/?p=1142
ipv6 Admx to simple disable ipv6.
I've set : Disable all IPv6 components.
I also
2002 Sep 26
2
List of magic wins numbers
Hi,
I am looking for a list of theses special magic numbers that a samba
server (or a windows box) registers with at a wins server.
I already know of <00> as a ordinary name, <1b> as a domain. But what's
the rest? Is there a list anywhere? Perhaps somewhere in the docs? I
have searched them but haven't found anything yet.
Thanks,
Christopher
--