similar to: Services sync inquiry

Displaying 20 results from an estimated 50000 matches similar to: "Services sync inquiry"

2015 Oct 09
4
Migrate directories and files
hello guys, In my tests lab did the migration ldap base of the old samba3 to Samba4 ADCD. It's possible to migrate directories and files from users of the old samba3 to Samba4 ADDC? -- Elias Pereira
2019 Apr 19
1
samba-tool domain schemaupgrade fails on DC member
Hello, If when joining the computer in the domain and at the moment who received the request was the "second DC", it should automatically synchronize with the "first DC", correct? On Wed, Apr 17, 2019 at 5:00 PM Elias Pereira <empbilly at gmail.com> wrote: > Hi, > > Everything seems to be ok, but the following is happening now. > > When I put a new
2017 May 30
2
member domain idmap config ad/rid
> > If you run getent passwd administrator on a DC, you should get > something like this: > root at dc1:~# getent passwd administrator > SAMDOM\administrator:*:0:10000::/home/administrator:/bin/bash On my DC getent passwd administrator show nothing. :( Is it necessary to map the root user to ADDC as well? There is however a gotcha, on any domain > joined windows machine there
2020 Sep 19
0
WERR_BAD_NET_RESP on replication
hi, I listed the 0ADEL entries with the command below and didn't find the object. # ldbsearch --cross-ncs --show-deleted -H /var/lib/samba/private/sam.ldb | grep "\0ADEL" I tried to delete using the command below, but it says it doesn't exist. # ldbdel -H /var/lib/samba/private/sam.ldb "<GUID=44b7fb44-1a88-42a4-854b-60bddd391577>" --show-deleted --relax delete
2020 Sep 20
0
WERR_BAD_NET_RESP on replication
> > Well, you wouldn't be able to delete it, how can you delete something that has already been deleted :-) Samba's ghosts... O.o :D Try running this: samba-tool domain tombstones expunge --tombstone-lifetime=1 Ok, this error was fixed!! Thanks Rowland!! But, the error with the replication still occurs. I thought the replication error was linked to the ghost entry error. #
2017 May 30
2
member domain idmap config ad/rid
Rowland, AD: 4.5.8 Fileserver: 4.6.3 root at fileserver:~# samba -Version Version 4.6.3-Debian root at fileserver:~# net rpc rights list privileges SeDiskOperatorPrivilege -U "ADDC\administrator" Enter ADDC\administrator's password: SeDiskOperatorPrivilege: ADDC\Domain Admins BUILTIN\Administrators chown root:Domain\ Admins /mnt/dados >>>> ok chmod 0770
2017 May 19
3
DNS (bind_dlz) forwarding not working
Thanks. I was able to verify through the following command: *samba-tool dns query localhost yourdomain.lan @ ALL -U administrator* -------------- Rowland, Some time ago I had made some questions about dns with samba4. In the topic below you say: "I would suggest you create a sub domain of your main domain (this is recommended anyway) i.e. if your main domain is called
2020 Sep 20
2
WERR_BAD_NET_RESP on replication
On 20/09/2020 00:30, Elias Pereira via samba wrote: > hi, > > I listed the 0ADEL entries with the command below and didn't find the > object. > # ldbsearch --cross-ncs --show-deleted -H /var/lib/samba/private/sam.ldb | > grep "\0ADEL" > > I tried to delete using the command below, but it says it doesn't exist. > # ldbdel -H
2017 May 30
2
member domain idmap config ad/rid
> > Simple answer: > Administrator, No > Domain Admins, Yes Ok. It was already that way. root at fileserver:/etc/samba# getent group ... domain admins:x:10004: domain users:x:10000: dap:x:10003: dti:x:10001: For some reason with the administrator user is not working, I put my user as domain admin and include him as a member of unix and now I can access the security tab.
2019 Apr 17
0
samba-tool domain schemaupgrade fails on DC member
Hi, Everything seems to be ok, but the following is happening now. When I put a new computer in the domain, it only appears in the "second DC" and does not replicate to the first DC. root at dc3:~# samba-tool computer list |grep MINT-TESTE root at dc3:~# root at dc4:~# samba-tool computer list |grep MINT-TESTE MINT-TESTE$ root at dc4:~# Any idea? On Wed, Apr 17, 2019 at 8:12 AM
2017 May 31
2
member domain idmap config ad/rid
Rowland, I checked and got the entry for root in idmap.ldb To get 'getent' to show users on the DC, you need to have > libnss_winbind set up just like on a domain member. Okay. I installed the libnss-winbind package, configured the links to the lib, and now the getent passwd administrator works. Now, when running the testparm the error occurs: idmap range not specified for domain
2017 May 30
2
member domain idmap config ad/rid
> > Yes, you have got it wrong ;-) :( If you do not want to add anything to AD, then you use the 'rid' > backend and 'ID' numbers will be calculated for you. You will also have > to place 'template' shell & homedir lines in smb.conf > If you want/need some of your users to have different login shells or > home directories, you will need to use the
2020 Sep 19
2
WERR_BAD_NET_RESP on replication
hello, There is a group in my AD that has a user that does not exist. I can see it via RSAT. By running the command: samba-tool dbcheck --cross-ncs --reset-well-known-acls --fix --yes The following error occurs: Checking 10016 objects WARNING: no target object found for GUID component for one-way forward link member in object CN=ALUNOS,OU=GRUPOS,OU=CAMPUS,DC=mycompany,DC=net -
2017 May 30
0
member domain idmap config ad/rid
On Tue, 30 May 2017 17:19:04 -0300 Elias Pereira <empbilly at gmail.com> wrote: > > > > Simple answer: > > Administrator, No > > Domain Admins, Yes > > > Ok. It was already that way. > > root at fileserver:/etc/samba# getent group > ... > domain admins:x:10004: > domain users:x:10000: > dap:x:10003: > dti:x:10001: > > For some
2019 Apr 17
2
samba-tool domain schemaupgrade fails on DC member
Hello, Thanks for the feedback Garming!!! 👍 On Wed, Apr 17, 2019 at 12:35 AM Garming Sam <garming at catalyst.net.nz> wrote: > Hi, > > While I think we have most of the 2012 schema problems under control > now, there's still quite a bit of work to get the functional level > things working. In order to actually raise the level, we still need to > implement a number of
2015 Oct 13
1
Migrate directories and files
So, I can do this: https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server On Tue, Oct 13, 2015 at 1:05 PM, Harry Jede <walk2sun at arcor.de> wrote: > On 18:01:43 wrote Elias Pereira: > > hello guys, > > > > In my tests lab did the migration ldap base of the old samba3 to > > Samba4 ADCD. > > > > It's possible to migrate directories and
2016 Aug 05
0
Samba4 with external bind - best practices?
mathias, I believe I get it. :D The "A" option can be "resolved" with the inclusion of the zone that you suggested me, right? zone "ad.domain.tld" IN { > type forward; > forward only; > forwarders { > <ip of 1st DC>; > <ip of 2nd DC>; > .... > <ip of Nth DC>; > }; > }; And in the "B"
2017 Nov 16
0
Join a subdomain DC to a domain DC
I'm going to redo my infra using the subdomain. As I've commented before, the file server is together with the DC. I'm going to separate it, because I think it's a good practice. My question is if I could re-use the old DC that already has an integrated file server for this purpose or is it still better to set up a new server, re-configure folders and shares, etc? On Wed, Nov
2019 Apr 19
1
joined computer not appear in all DCs (DC4 not sync with DC3)
Hello, I had posted this in another topic, but because the problem is different, I decided to create a new topic. Conf: - Primary DC/pdc Emulator as DC3 - Second DC as DC4 After an upgrade from schema 45 to 69 in DCs, when adding a computer in the domain and if the domain to respond is DC4 the synchronization for DC3 is not done. I already did several tests that I already knew and also new
2023 Apr 14
1
eduPerson schema on samba4
hi, I created a lab to test adding the eduPerson schema. I took the schema from the link below and followed the wiki to add the schema. hxxps:// github.com/REFEDS/eduperson/blob/master/schema/activedirectory/eduPerson.adschema.ldf I split the ldif into 3 parts. attrs.ldif classes.ldif auxiliaryClass.ldif At first there was no error when adding the ldifs with the commands given in the wiki. To