similar to: XP Can't Join Domain

Displaying 20 results from an estimated 200 matches similar to: "XP Can't Join Domain"

2017 Dec 31
2
Convert Member Server to DC
I have some hardware running CentOS 7 and Sernet Samba 4.7 that started out as a member server that I would like to make into a 2nd DC. However I am having trouble converting it because it seems I am not removing all the remnants of the client setup. What I thought I would have to do is this: 1.) net ads leave -U administrator 2.) Remove the machine entry on the 1st DC 3.) mv /var/lib/samba
2018 Jan 05
2
dhcpd create lease error and unable to kinit for dynupdate on domain controller
Hi everyone following https://wiki.archlinux.org/index.php/Samba/Active_Directory_domain_controller#DHCP_with_dynamic_DNS_updates, on my samba dc i have installed the dhcp package and the samba-dhcpd-updateAUR package there are two unresolved errors that i cannot fix 1 -: Can't create new lease file: Permission denied 2 -: kinit for dynamic DNS failed can anyone offer any suggestions. #
2020 Apr 30
3
bind9 refuses to start -> zone has no NS records
Hi Denis, thanks a lot! > you said that the zone is empty. It is not a problem per se but for some > time Bind-DLZ has been a bit more strict and ask for a NS record for > every zone. So you just have to create a NS field in your zone pointing > to one of your DC and you should be fine. Internal DNS does not have > this requirements. > > samba-tool dns mydc
2017 Dec 27
3
Centos 7 member server login fails
I have a problem that is now becoming very annoying. Namely I have a Centos 7 member server running Sernet Samba 4.7.4 for which everything seems to work except gdm or ftp logins. On the linux client it seems winbindd is set up correctly. For example (the data shown below has been sanitized): > getent passwd testuser2:*:3001108:3000513::/home/testuser1:/bin/bash
2018 Apr 06
2
User idmap lost
Back on February 28, 2018, I started a thread "User permissions of profile/home directory lost" describing a problem occurring with my wife's user account. Since that time the random problem has persisted so I turned on some debugging. I have been able to determine that somehow her account idmap is broken. Here is the entry for my wife's SID as found in the idmap.ldb file
2018 Jul 28
3
Winbind Craziness
On Fri, 27 Jul 2018 21:25:04 +0000 (UTC) ray klassen via samba <samba at lists.samba.org> wrote: > so I had some time to follow this bunny trailand found that even > though all the other servers had no problems this one continued > to.Every so often a new computer couldn't connect and then it would > be all better after a net leave/net join. Net join would not work >
2018 Apr 29
1
no attributes after following "Setting up a Share Using Windows ACLs"
Hi, i have setup an ad dc with samba 4.8, and then rigorously followed wiki tutorial at : https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs However, when following the last part (File System ACLs in the Back End), I don't get the expected results : [root at mydc ~]# getfattr -d /srv/samba/Demo/ doesn't yield anything and getfacl /srv/samba/Demo/ getfacl : suppression
2018 Jul 31
3
Winbind Craziness
Failed to find cifs/madmain at LAND.SUPERORG.COM(kvno 5) in keytab MEMORY:cifs_srv_keytab (arcfour-hmac-md5)] so far nothing works forever. the above error happens when the pc's are unable to connect to shares net leave/join fixes the problem temporarily. seems to relate to [Samba] Failed to find cifs/foo.bar in keytab MEMORY:cifs_srv_keytab (arcfour-hmac-md5)] On Monday, 30
2015 Nov 12
1
(no subject)
Hi, I have implemented print server using samba 4.1 & CUPS 1.7 by following steps provided at https://wiki.samba.org/index.php/Setup_a_Samba_print_server I have granted seprinteroperator rights to my domain group. While adding printer or driver am getting "access denied" error. My configurations as follows, workgroup = MYGROUP realm = MYGROUP security = ADS encrypt passwords =
2020 Nov 09
2
Can't join domain (LDAP error)
On Mon, 2020-11-09 at 10:16 +1030, O'Connor, Daniel wrote: > > > OK, are there any special considerations given I am joining it as a > DC? > I guess I have to demote first, although I suppose I can join as a > normal member for test purposes. No need to demote after failures, but on the success arm rejoining the DC might fail when we recognise we are joined. This is an
2017 Dec 31
0
Convert Member Server to DC
On 12/30/2017 05:22 PM, Paul R. Ganci via samba wrote: > 1.) net ads leave -U administrator > 2.) Remove the machine entry on the 1st DC (used ldbedit) > 3.) mv /var/lib/samba /var/lib/samba-client > 4.) mv /etc/krb5.keytab /etc/krb5.keytab-client > 5.) samba-tool domain join 2nd DC I tried this procedure and it just doesn't want to work. I have this error: >samba-tool
2006 Jan 26
2
Machine failing to keep its trust with Domain Controller
Hi, We have a Linux (RHEL 3.0, update 3) Samba 3 server which worked fine for months but suddently have trouble to keep its trust with the DC server. The only way to recover is to reset the machine account from the Windows DC side and do a "net join" to the domain from the Linux side. The Linux machine is able to keep its "trust" with the domain exactly 7 days, which,
2003 Jul 08
1
samba-3.0.0beta2
Hello all, First, i present myself since this is the first time i post here. My name is Vincent Badier, and i'm a samba beginner. I tried to compil and install samba-3.0.0beta2. I configured it with the --with-acl-support and no error occured. The problem appear when i tried to join an active directory domain. firstly : # /usr/local/samba/bin/net ADS JOIN MEMBER -S mydc -Umyname ADS
2018 Apr 06
0
User idmap lost
On 04/05/2018 08:29 PM, Paul R. Ganci via samba wrote: > Back on February 28, 2018, I started a thread "User permissions of > profile/home directory lost" describing a problem occurring with my > wife's user account. Since that time the random problem has persisted > so I turned on some debugging. I have been able to determine that > somehow her account idmap is
2018 Jul 20
2
Winbind Craziness
about 3 weeks ago there was a power outage where our main file server was not connected to any dc for some time. (don't know if that's related) since then winbind will randomly not resolve rfc_2307 users or groups whenever it feels like it. have tried shutting down nmbd,smbd.winbind and running net cache flush (and starting them up again)have tried turning off winbind group and user
2017 Dec 27
0
Centos 7 member server login fails
On Tue, 26 Dec 2017 18:08:11 -0700 "Paul R. Ganci via samba" <samba at lists.samba.org> wrote: > I have a problem that is now becoming very annoying. Namely I have a > Centos 7 member server running Sernet Samba 4.7.4 for which > everything seems to work except gdm or ftp logins. On the linux > client it seems winbindd is set up correctly. For example (the data >
2004 Jun 29
1
XP Can't Join Domain
I am running Samba 3.0.2 as a PDC on a Fedora Core 1 machine using openldap as the password backend. I think I've got all the openldap stuff working. I can log in, ssh, etc. using ldap accounts. When I try to join an XP machine to the domain, I get an error on the XP machine that reads: The following error occurred attempting to join the domain "TIMBERLINE": The user name could not
2020 Apr 30
7
bind9 refuses to start -> zone has no NS records
Hi, I have to add a second DC to a Zone. I use the sernet packages Version 4.11 on a debian 10 host. The bind refuses to start: root at addc-zone02:~# systemctl status bind9 ? bind9.service - BIND Domain Name Server Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2020-04-30 14:51:58 EEST; 5s ago Docs:
2018 Aug 01
2
Winbind Craziness
Hai, In addition to Rowlands question. Can you run this script and post it to the list also. It gives a complete overview of what your running. Its basicly what Rowland asked, but with a few extra things. https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-info.sh And the output of: kinit Administrator klist klist -ket /var/lib/samba/private/secrets.keytab
2003 May 12
0
empty accounts on a dc
I'm still trying to plug into an existing authentication infrastructure with samba. It consists of two discrete systems, kerberos, and Active Directory. My first choice would be to have my samba service pass authentication requests to kerberos. something like security = domain password server = kerberos server But, I don't think thats possible. If anyone has done this, where all the