search for: empresas

Displaying 20 results from an estimated 474 matches for "empresas".

Did you mean: empresa
2019 Sep 03
0
Trouble joining DC Bind9_DLZ
Hi, samba_dnsupdate --verbose --all-names IPs: ['192.168.1.20'] force update: A samba4-dc1.empresa.com.br 192.168.1.20 force update: NS empresa.com.br samba4-dc1.empresa.com.br force update: NS _msdcs.empresa.com.br samba4-dc1.empresa.com.br force update: A empresa.com.br 192.168.1.20 force update: SRV _ldap._tcp.empresa.com.br samba4-dc1.empresa.com.br 389 force update: SRV
2019 Sep 03
3
Trouble joining DC Bind9_DLZ
On 03/09/2019 10:07, Marcio Demetrio Bacci via samba wrote: > Hi, > > I'm using Samba 4.10.7 with Bind9_DLZ (9.10.3-P4-Debian), but I'm not > getting to insert a new DC into the Domain. My SO is a VM Debian 9.9. > > Following is the command used and the error: > > root at samba4-dc3:/var/lib/samba/private# samba-tool domain join > empresa.com.br DC -k yes
2019 Sep 02
2
Trouble joining DC Bind9_DLZ
Hi, I'm using Samba 4.10.7 with Bind9_DLZ (9.10.3-P4-Debian), but I'm not getting to insert a new DC into the Domain. Following is the command used and the error: root at samba4-dc3:/var/lib/samba/private# samba-tool domain join empresa.com.br DC -k yes --server=samba4-dc1.empresa.com.br --dns-backend=BIND9_DLZ -d 3 INFO 2019-09-02 15:50:33,684 pid:6636
2019 Aug 08
3
Problems joining Samba 4 in the domain
Hi, I have 2 DC in my network. DC master is a Samba 4 and the secondary is Windows Server 2008. I want to put another Samba 4 as DC to replace Windows Server, however the following errors are emerging: root at samba4-dc2:~# samba-tool domain join empresa.com.br DC -k yes -d 3 lpcfg_load: refreshing parameters from /etc/samba/smb.conf GENSEC backend 'gssapi_spnego' registered GENSEC
2019 Sep 03
0
Trouble joining DC Bind9_DLZ
Hi, I'm using Samba 4.10.7 with Bind9_DLZ (9.10.3-P4-Debian), but I'm not getting to insert a new DC into the Domain. My SO is a VM Debian 9.9. Following is the command used and the error: root at samba4-dc3:/var/lib/samba/private# samba-tool domain join empresa.com.br DC -k yes --server=samba4-dc1.empresa.com.br --dns-backend=BIND9_DLZ -d 3 INFO 2019-09-02 15:50:33,684 pid:6636
2019 Aug 12
2
Problems joining Samba 4 in the domain
Ah, so the error changed.. ? Can you try ? samba-tool domain join empresa.com.br DC -k yes -d 3 --server=samba4-dc01.empresa.com.br? so we try to join through samba4-dc1 and not the windows DC. ? Looking at below again. (objectclass=primaryDomain))' base: 'cn=Primary Domains': No such object: dsdb_search at ../source4/dsdb/common/util.c:4691) and from
2019 Aug 08
0
Problems joining Samba 4 in the domain
Hai marcio, As far i can see, most look ok to me. A few very small points. First change this : > cat /etc/hosts > 192.168.1.19 samba4-dc2.empresa.com.br samba4-dc2 > 192.168.1.20 samba4-dc1.empresa.com.br. samba4-dc1 > 10.133.84.135 win-dc2.empresa.com.br. wind-dc2 > > > cat /etc/resolv.conf > domain empresa.com.br > search empresa.com.br >
2019 Sep 03
0
Trouble joining DC Bind9_DLZ
Hi, There is no record for the forest: ldbsearch --cross-ncs -H /var/lib/samba/private/sam.ldb -b 'CN=MicrosoftDNS,DC=ForestDnsZones,DC=empresa,DC=com,DC=br' -s sub '(&(objectclass=dnsZone)(dc=_msdcs.empresa.com.br))' # returned 0 records # 0 entries # 0 referrals Can I fix this? Regards, M?rcio Bacci Em ter, 3 de set de 2019 ?s 06:40, Rowland penny via samba < samba at
2019 Aug 12
2
Problems joining Samba 4 in the domain
Hi, I have downgraded samba 4.7 (van-belle repository) to 4.5.16 from the Debian 9 repository and was able to put it in the domain. root at samba4-new-dc:/etc/samba# samba -V Version 4.5.16-Debian samba-tool domain join empresa.com.br DC -k yes -d 3 --server= samba4-dc1.empresa.com.br root at samba4-new-dc:/etc/samba# samba-tool domain join empresa.com.br DC -k yes -d 3
2015 Dec 28
2
Problems to authenticate Ubuntu 14 on Samba4
I'm using Ubuntu 14.04-64 bits I had installed with apt-get the follows packages krb5-user krb5-config winbind samba samba-common smbclient cifs-utils libpam-krb5 libpam-winbind libnss-winbind The samba version is 4.1.16-Ubuntu Below are my files of configuration */etc/samba/smb.conf* [global] netbios name = cliente-ad192 workgroup = EMPRESA security = ads realm = EMPRESA.COM
2019 Jul 25
2
Possible problems with AD Schema in Samba 4
Hi, I found that the base of Samba 4 DC is different from the base of Windows Server 2008 DC. There are many mistakes when I make the comparison as the result as follows (only parts of reult): samba-tool ldapcmp ldap://WINDC1 ldap://SAMBA4-DC -Uadministrator Password for [EMPRESA\administrator]: * Comparing [DOMAIN] context... * DN lists have different size: 1787 != 1788 * DNs found only in
2016 Nov 07
1
Problems with GPO
Looking at you config setup, i noticed a few things.   DC1. /etc/resolv.conf domain empresa.com.br search empresa.com.br nameserver 192.168.200.25   (=dc1) nameserver 192.168.200.10   /etc/resolv.conf domain empresa.com.br search empresa.com.br nameserver 192.168.200.4   (dc=2) nameserver 192.168.200.10     /etc/resolv.conf domain empresa.com.br search empresa.com.br nameserver
2016 Nov 03
7
Problems with GPO
See inline comments: On Thu, 3 Nov 2016 19:17:58 -0200 Marcio Demetrio Bacci <marciobacci at gmail.com> wrote: > Hi Rowland > > Following the results to: > > *USER:* > wbinfo --uid-info=10060: > bacci:*:10060:30049:bacci:/home/EMPRESA/bacci:/bin/false > It looks like 'bacci' is a normal user and the owner of the Policies GUID dir should be 'Domain
2016 Nov 02
5
Problems with GPO
I'm having problems with GPO in Samba 4.2.1 I created a GPO to Block Control Panel and applied in my Domain OU. In desktop client I typed "gpupdate /force" and appear a success message that to ask reboot my system. After rebuot the GPO don't work. Other GPOs as WSUS update, Wallpaper and others, don't work too. Following is the result of command: GPRESULT /H
2019 Jul 29
4
Error Removing Samba Server from Domain
Hi, I removed the last server (samba4-dc-old listed below) from the domain, but information related to that server remained. Is there any way to remove this registry from Samba 4? samba-tool drs showrepl Default-First-Site-Name\SAMBA4-DC DSA Options: 0x00000001 DSA object GUID: a1ab021c-0ef7-4fd3-a69d-28afc7c1260a DSA invocationId: a20c8ed0-c72a-4e57-9e59-2236f127d0b8 ==== INBOUND NEIGHBORS
2019 Jun 24
4
Problem to join Samba 4 DC an existing Windows AD
Hi, My DCs are Windows Server 2008 (not R2) and I intend to replace then by Samba 4. I'm using Samba 4.10.5 on Debian 9.9 when I execute the commands below it seems that errors occur of not receive replication of the objects from the base of AD or no commit the operation: root at samba4dc:/etc/init.d# samba-tool domain join empresa.com.br DC -Uadministrator --realm=empresa.com.br INFO
2019 Jul 27
2
Problems with replication in the Samba 4
Hi, I noticed that my Samba 4 DC isn't OK, because the are differences between the data storaged int he Schema on my Windows Server 2008 (isn't R2) DC and Samba 4 DC. This way, I performed several tests on my servers as shown below. Follow the results of command repadmin in the Windows Server 2008: C:\Windows\system32>repadmin /showreps /verbose Default-First-Site-Name\WIN-DC1
2019 Aug 26
3
Problems joining station in domain
Hi, I'm using Samba 4.5-16 on Debian 9.9. I intend upgrade to Samba 4.10.6, but I want to solve all the issues first. Regards, M?rcio Bacci Em Seg, 26 de ago de 2019 18:50, Andrew Bartlett <abartlet at samba.org> escreveu: > On Mon, 2019-08-26 at 15:35 -0300, Marcio Demetrio Bacci via samba > wrote: > > Hi, > > > > I'm having trouble entering stations in
2019 Aug 29
0
Problems joining station in domain
Hi, Attempting to join the domain Bind9_DLZ error occurred again. root at samba4-dc3:~# samba-tool domain join empresa.com.br DC -k yes --server= samba4-dc1.empresa.com.br --dns-backend=BIND9_DLZ --verbose -d3 lpcfg_load: refreshing parameters from /etc/samba/smb.conf GENSEC backend 'gssapi_spnego' registered GENSEC backend 'gssapi_krb5' registered GENSEC backend
2019 Jul 30
3
Error Removing Samba Server from Domain
hmm, ? Well based on what i see, that error comes at the end of this process, so strange it errors out. Beside that your output looks good. ? You can try to install these, if its python problem Run samba-toold drs showrepl? after every install, that helps in detecting which package you might miss. ? apt install python-dnspython ? apt install python-iso8601 ? apt install python-crypto ? apt