Displaying 20 results from an estimated 200 matches similar to: "samba + windows xp + roaming profiles"
2005 Jan 18
0
winbind PDC error
Hola.
Hi.
I have an error when I try to run: wbinfo -u from the PDC itself (samba 3,
FC3), I have runing winbind, smb, nmb on the PDC, this is the error:
[root@brain media]# wbinfo -u
Error looking up domain users
This is my smb.conf:
---------------------
[global]
workgroup = DOMAIN
netbios name = brain
server string = Controlador de dominio
os level = 30
debug level = 10
max log size
2004 Nov 30
0
Using winbind in PDC
Hi.
in my pcd with the following config:
[global]
workgroup = DOMAIN
netbios name = brain
server string = Controlador de dominio
passdb backend = tdbsam
os level = 35
debug level = 10
max log size = 50
log file = /var/log/samba/%m.log
# PDC
domain logons = Yes
preferred master = yes
domain master = Yes
logon drive = H:
logon home = \\%L\%u\.w9xprfl
# Usuarios y passwords
smb
2005 Jan 18
2
auth samba+squid+ntlm
Hi.
I need to use the ntlm_auth module to auth. users so a group can use Internet
and other not, using squid. The users that belong to "Internet" group may use
Internet.
I've being looking for info. about this but there is no much info. in google.
Until now this is the only info. that I had found:
for squid.conf:
auth_param ntlm program /usr/bin/ntlm_auth
2004 Dec 01
1
winbind: wbinfo -u errors
Hi.
My question is: do I need to run winbind in the samba PDC server???
I'm trying to use ntlm_auth in squid but the server can not make
wbinfo -u succefully
squid and samba PCD are in the same box, is this possible???
my windows and samba clients can do wbinfo succefully.
thanks.
--
Xavier Callejas
IT Manager
International Bonded Couriers
El Salvador
E-Mail + MSN: xcallejas at
2013 Mar 30
2
Problema con gráficos
Hola,
Construyo un gráfico utilizando layout y manejando convenientemente los mar y oma para luego ubicar los plot y las líneas de texto. El caso es que si ejecuto ese mismo código en un netbook (indicando windows(width=8.27, height=11.69) igual que en el pc), me da el típico error de plot.new : márgenes de figura muy grandes. ¿Cómo puedo hacer para solucionarlo?. ¿O no tiene solución?.
Gracias.
2017 Aug 31
2
Conectar Access con R
Buenas,
Estoy usando R para conectarlo con ACCESS pero me da error:
> conexion<-odbcConnect("ProductionReport.mdb")
Warning messages:
1: In RODBC::odbcDriverConnect("DSN=ProductionReport.mdb") :
[RODBC] ERROR: state IM002, code 0, message [Microsoft][Administrador de controladores ODBC] No se encuentra el nombre del origen de datos y no se especificó ningún
2009 May 29
4
Mi browser no muestra el formato para captura desplegado
Hola,
Soy nuevo totalmente con ruby on rails..de hecho durante 15 a#os
programe con un RAD que no maneja codigo asi que estoy intentando
retomar este tipo de lenguajes nuevamente..y vaya que si han cambiando.
Estoy siguiendo un tutorial que indica como hacer una aplicacion
sencilla llamada ''DEPOT'', despues de sortear algunos problemas de
configuracion de mysql y el mismo rails
2007 Mar 20
5
Problem with 02 domains on a single PDC
Hi all.
I have 01 Samba-LDAP Server running 02 domains on separated networks.
----------------
| SERVER |
----------------
| |
| |
ADMIN LABI
When I try to join the ADMIN domain, the machine joins the LABI domain. When
I stop the LABI domain, the machine can join the ADMIN domain normally.
Does anyone know how to fix this?
Thanks.
My configuration files are
2013 Jul 15
3
ayuda con stringr
Hola a todos.
Soy un poco torpe manejando cadenas de texto, así que os pido ayuda.
Tengo un vector de texto de este tipo
datos$tipo
[1] m.1.p.Álava m.1.p.Albacete
[3] m.2.p.Alicante m.1.p.Almería
[5] m.3.p.Asturias m.1.p.Ávila
[7] m.1.p.Badajoz m.1.p.Baleares (Illes)
[9] m.1.p.Barcelona m.1.p.Burgos
[11] m.1.p.Cáceres m.1.p.Cádiz
Y quiero extraer el
2014 Jan 02
2
Problemas con la función as.numeric()
¡Hola a todos! ¡Feliz año nuevo!
Estoy manejando un "dataframe" en R y al seleccionar una de sus columnas y
realizarle una operación me da un error. Es decir,
# x es el data.frame
> typeof(x)
[1] "list"
> typeof(x[,2])
[1] "integer"
> is.numeric(x[,2])
[1] FALSE
> x[,2]^2
[1] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
Warning
2010 Jul 15
6
Error cargar datos ACCESS
Hola a todos,
estoy intentendo cargar unos datos contenidos en una tabla de ACCESS, por lo que ejecuto los siguientes comandos
dir<-"C:/Users/D/Desktop/"
library(RODBC)
cn<-odbcConnectAccess(paste(dir1,"datos.mdb",sep=""))
pero me da el siguiente error
Warning messages:
1: In odbcDriverConnect(con, ...) :
[RODBC] ERROR: state IM002, code 0, message
2007 Aug 04
1
(no subject)
hola......tengo un problema, tengo un controlador de dominio sobre
windows server 2003, a la hora de adicionar un servidor linux ubuntu
server 7.04 al dominio windows me da el siguiente error
Using short domain name -- ECCMG
Failed to set servicePrincipalNames. Please ensure that
the DNS domain of this server matches the AD domain,
Or rejoin with using Domain Admin credentials.
Disabled account
2004 Mar 15
1
Trouble replicating samba
Dear all,
I'm experencing a big trouble with samba and an instalation we had at my
enterprise's intranet. This intranet is based on a Samba server v2 wich
acts as Primary Domain Controller, wins server and file server. All
these features works great nowadays.
Our issue, is with a newest server that we are interested to replace the
previous samba server in order to improve the performance
2011 Nov 01
2
Duda con action mailer
Hola,
soy nuevo en RoR y tengo un problema con action mailer
cuando uso el rubygem el gestor de paquetes y pongo:
gem list --local
me sale:
actionmailer <1.2.5>
lo cual indica que lo tengo instalado, el proble a es el siguiente
he configurado el fichero environment.rb para poder trabajar con
actionmailer , he creado el formulario y casi todo lo que necesito
el punto critico llega cuando
2010 Dec 16
2
Samba printer management commands
Hi
I am trying to setup remote printer management commands, so the users
could add and delete printers from "Printers" share of Samba in
Windows. I have this script, that is launched using an administrator
account, when I add a printer from there, using a new TCP/IP port:
================================================================
#!/bin/bash
{
2007 Jan 11
1
SAMBA-LDAP - Group permissions
Hi folks.
I have a functional Samba-LDAP server running as a PDC with Windows 2003
clients.
I'm changing the structure of my LDAP tree and I want to give
administrator's permissions to a branch (i.e. ou=teachers,dc=domain,dc=com).
Is there a way to do this automatically (i.e. by using an argument in
smb.conf)?
Ah... I tried to use admin users in smb.conf to give permissions to a single
2005 Oct 31
1
Roaming and local profiles EXTRANGE problem!!
----- Original Message -----
From: Daniel Ruiz Jimenez
To: samba@lists.samba.org
Sent: Saturday, October 29, 2005 6:44 PM
Subject: Roaming and local profiles EXTRANGE problem!!
Hi,
I'm from Spain, and my name is Daniel. I am desesperated by a problem with samba, and i don't find any solution in google, forums, and so.
I know that you are really tired about stupid questions from
2015 Apr 27
2
Como conectar R con una base de datos Access en Windows 64-bit (RODBC package)
Hola a tod en s,
Tengo un problema a la hora de conectar una base de datos (*.mdb) de Access
a RStudio utilizando windows 64-bit. Con el paquete RODBC utilizo el
siguiente script que devuelve el error que indico:
mdbConnect <- odbcConnectAccess("C:/Users/database.mdb")
Error in
odbcConnectAccess("C:/Users/Isa/FPI-AZTI/JUVENA/Databases/MEGASCOPE_JUVENA2014.mdb")
:
2013 Jul 15
0
ayuda con stringr
Hola,
Una forma de hacerlo es así...
Pensando en que el separador de cada palabra es el "." y que la provincia
es la cuarta palabra.
> cad.ena <- c(
+ 'm.1.p.Álava'
+ ,'m.1.p.Albacete'
+ ,'m.2.p.Alicante'
+ ,'m.1.p.Almería'
+ ,'m.3.p.Asturias'
+ ,'m.1.p.Ávila'
+ ,'m.1.p.Badajoz'
+ ,'m.1.p.Baleares (Illes)'
+
2014 Jan 02
0
Problemas con la función as.numeric()
Hola,
¡Feliz Año!
Prueba a convertir en vector as.numeric(*as.vector(x[,2])*)
Y si puede ser posible, envía el conjunto o un subconjunto de los datos que
manejas para ver si es que hay alguna otra cosa...
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 2 de enero de 2014, 11:41, Víctor Nalda Castellet <
victor.nalda.castellet@gmail.com> escribió:
> ¡Hola a todos! ¡Feliz año