similar to: AD samba4 in ubuntu 16.04 from repo

Displaying 20 results from an estimated 900 matches similar to: "AD samba4 in ubuntu 16.04 from repo"

2016 Oct 04
2
especify a DN by using ldbsearch
Hi @ll: I need to get the objectClass of some objects by giving theirs DistinguishedNames. I've try with this: #ldbsearch -H 127.0.0.1 dn='CN=nameTest,CN=Users,DC=example,DC=com' But: # returned 3 records # 0 entries # 3 referrals Any idea? How Can I to specify a DN in ldbsearch command. Thanks. ___________________________________________ Felipe_ González_Santiago The
2016 Sep 12
2
installing samba from ubuntu 16.04 repository as DC
!!! Regards Is it possible to install samba4 from ubuntu 16.04 repository as a domain controller? I tried, but I'm having trouble with the sysvol folder ACLs. I can authenticate with smbclient however when I try to access from windows with the same user, I get permission denied # smbclient //localhost/sysvol -UAdministrator -c 'ls' Enter Administrator's password:
2016 Oct 13
2
to know which dns-backend ?
Hello guys: I need to know a strategy to identify which dns-backend are Samba4 DC using: BIND9 or Internal? Some time ago someone told me I can check this by verifying if exists the user 'dns-hostname'. But, what if this user has been deleted? Or, what's the situation if I need to get the dns-backend on a replication environment? On the other hand, How can I know if my server is
2016 Sep 13
0
installing samba from ubuntu 16.04 repository as DC
On Tue, 13 Sep 2016 09:05:17 -0400 (CDT) Ing. Yosel L�zaro Vera Gonz�lez <ylvera at uci.cu> wrote: > Right now, I do not have the smb.conf file, but I will try again. > During the provision I used only the options --use-rfc2307 > --interactive The University of Informatics Sciences invites you to > participate in the Scientific Conference UCIENCIA 2016, [extended] > deadline:
2016 Sep 13
0
installing samba from ubuntu 16.04 repository as DC
On Tue, 13 Sep 2016 09:56:43 -0400 (CDT) Ing. Yosel L�zaro Vera Gonz�lez <ylvera at uci.cu> wrote: > !!! Regards . Sorry to bother > > Here is my smb.conf file > > # Global parameters > [global] > workgroup = EXAMPLE > realm = EXAMPLE.COM > netbios name = DC1 > server role = active directory domain controller >
2016 Sep 29
2
linux active directory integration
regards I have my domain controllers in Debian 8 and use the version 4.2.14 of sernet. My workstations have installed ubuntu 16.04 and 14.04.I Want that my workstations are integrated with Active Directory and can load configurations as userWorkstations attribute. The University of Informatics Sciences invites you to participate in the Scientific Conference UCIENCIA 2016, [extended] deadline:
2016 Oct 05
0
security ID is invalid with samba 4.3.11 from ubuntu repository
!!! Regards I'm trying to install samba4 from the ubuntu 16.04 repository, it's the samba 4.3.11. I'm doing tests on the server and I can't authenticate with smbclient tool. This is the smbclient messages # session setup failed: NT_STATUS_INVALID_SID This is the log from the log.smb file # Unable to convert second SID (S-1-5-21-2947096538-1722629757-1878579479-513) in user
2016 Oct 13
1
List of Dependencies in Samba wiki
!!! Regards I agree with you, I installed Samba with winbind from the repository in ubuntu 16.04. Everything performed well, but I have problems with the authentication from the DNS tool windows, it's throws the exception access denied. However, from samba tool I can manage DNS without problems with the same domain user. Another problem is that the DNS dynamic updates does not work. When I
2016 Nov 18
1
ERROR:connection refused after provision
See comments at the end---> ----- Original Message ----- | From: "Rowland Penny" <rpenny at samba.org> | To: samba at lists.samba.org | Sent: Tuesday, November 15, 2016 3:50:54 PM | Subject: Re: [Samba] ERROR:connection refused after provision | On Tue, 15 Nov 2016 15:25:57 -0500 (CST) | Felipe_G0NZÁLEZ_SANTIAG0 via samba <samba at lists.samba.org> wrote: | > Hello,
2016 Nov 10
1
ERROR:connection refused after provision
See inline comments: ----- Original Message ----- From: "Rowland Penny" <rpenny at samba.org> To: samba at lists.samba.org Sent: Tuesday, November 8, 2016 10:46:50 AM Subject: Re: [Samba] ERROR:connection refused after provision See inline comments: On Tue, 8 Nov 2016 09:08:34 -0500 (CST) Felipe_G0NZÁLEZ_SANTIAG0 via samba <samba at lists.samba.org> wrote: >
2016 Nov 14
1
which NIC is samba4 AD using ?
1. I need to know by using a command -if possible- or antoher way, which NIC is samba AD using? Apart of looking for the 'interfaces' option in the smb.conf. So, Exists other way to know that? Because if I coding this method expecting for the smb.conf, I could have problems if smb.conf has been deleted. 2. If during provisioning a DC I don't specify the network interface Samba select
2016 Nov 19
1
difference between ldap attributes: dn or distinguishedName
When I run a ldbsearch command looking for an object, I get to attributes with the same values: 'dn' and 'distinguishedName'. Then, Is there any difference between them? If not, Why 'ldbsearch' returns this two attributes? _________________________________________ Ing. Felipe_ González_Santiago Universidad de las Ciencias Informáticas Centro de Software Libre The
2016 Nov 15
1
ERROR:connection refused after provision
Hello, After I provision my server, when I try to create the DNS reverse zone I get this error: Failed to connect host 10.53.3.11 on port 135 - NT_STATUS_CONNECTION_REFUSED Failed to connect host 10.53.3.11 (10.53.3.11) on port 135 - NT_STATUS_CONNECTION_REFUSED. ERROR(runtime): uncaught exception - (-1073741258, 'The connection was refused') File
2006 Jun 20
2
about fw classifier
Hi all! On http://lartc.org/howto/lartc.adv-filter.html I read that a classifiers available bases the decision on how the firewall has marked the packet and on http://lartc.org/howto/lartc.qdisc.filters.html the following example: "tc filter add dev eth1 protocol ip parent 1:0 prio 1 handle 6 fw flowid 1:1" "iptables -A PREROUTING -t mangle -i eth0 -j MARK --set-mark 6" My
2002 Jun 21
1
Rgui 1.5.1 crashes constantly with the following script
I am not sure if something is wrong with my programming or is a bug of chron or something else. In the following script, db is a large dataframe (dim(db)=c(60698,14)), then I select a very small part for a specific date and compute some basic statistics. date.base is a chron object foo<-function(db,date.base){ date.base<-as.numeric(date.base) #convert to number
2010 Apr 15
16
Votaciones concurso logotipo
Hola a todos, Como os comenté hoy se terminaba el plazo para presentar una propuesta para el logotipo del grupo de usuarios de R. Ha habido personas que han presentado varias variantes de un mismo logotipo, por lo que lo hemos organizado por series, donde cada letra representa una variante del mismo logotipo. Para votar tenéis que escoger las tres series que más os gustan. Es importante que
2012 Sep 19
2
ggplot formato dígitos en ggplot2
Hola de nuevo. Resulta que al actualizar a la versión 0.9.2 de ggplot2 , ahora en mi eje continuo y , los valores se etiquetan en formato científico , cuando antes era normal. Es decir, mis valores máximos están sobre 300000, pero en el eje ahora pone 3e+05 y no he encontrado como cambiarlo. He visto que se puede cambiar utilizando el paquete scales y utilizando por ejemplo , siendo p un
2024 Jun 12
1
Congreso R Sevilla 2024: envío de comunicaciones hasta el próximo sábado 15 de junio
Buenos días Este sábado (15 de junio) se cierra el plazo para enviar comunicaciones para el próximo congreso de R en Sevilla (noviembre de 2024). Gran oportunidad para presentar nuestro trabajo y aprender, con charlas y talleres sobre datos, estadística, programación, docencia, tidymodels, rspatial... Animamos a todos a asistir y presentar su trabajo Toda la información del congreso está
2016 Jun 14
2
DNS backend
Hello. which are the main differences between Samba_Internal and BIND9_DLZ ? I refer to the differences about functionality such as zone transfers and automatic updates. Which others functionalities offers BIND9, that Samba_Internal doesn't support ? Is it possible to use a DNS Server (Bind9) separate of the DC Samba4? I mean, in other server. Thanks for reply, FelipeGS6 .
2024 Jun 12
1
Congreso R Sevilla 2024: envío de comunicaciones hasta el próximo sábado 15 de junio
Hola buenas tardes, En mi caso solicit? para dar un taller, supongo que todo est? en orden. Un saludo y gracias ________________________________ De: R-help-es <r-help-es-bounces en r-project.org> en nombre de Francisco Rodriguez Sanchez <f.rodriguez.sanc en gmail.com> Enviado: mi?rcoles, 12 de junio de 2024 12:04 Para: r-help-es en r-project.org <r-help-es en r-project.org>