Displaying 20 results from an estimated 200 matches similar to: "winbind PDC error"
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
2004 Aug 03
1
samba + windows xp + roaming profiles
Hi, I'm having a problem with the roaming profiles and windows xp.
The problem is that when a new user creates automatically a roaming profile
and when he logs out the profile stay in the home dir. when he 'relogin' the
'desktop.ini' files stop working beacuse they are not 'hidden' anymore, and
all the folders loss its propertis.
Why is that?? what is the
2011 Dec 19
7
When the lint accumulates...
So some of you may be aware that Tim Sharpe from GitHub wrote a Puppet
linting tool:
$ gem install puppet-lint
$ puppet-lint mymanifest.pp
Source: https://github.com/rodjek/puppet-lint
The linting tool checks Puppet code for "best practice" based on the
Puppet Labs Style Guide:
http://docs.puppetlabs.com/guides/style_guide.html
A lot of us have been using puppet-lint (and puppet
2014 Jul 24
1
Sieve plugin (fc17 + sendmail + roundcube)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 24 Jul 2014, Franck CALLEJA wrote:
> Date: Thu, 24 Jul 2014 10:50:21 +0200
> From: Franck CALLEJA <fc193 at hotmail.com>
> Reply-To: Dovecot Mailing List <dovecot at dovecot.org>
> To: "dovecot at dovecot.org" <dovecot at dovecot.org>
> Subject: Sieve plugin (fc17 + sendmail + roundcube)
>
>
2020 Apr 02
2
Pre-merge clang-format linter failing
Hi all,
I've noticed several patches that were updated overnight UK time where the
following message was produced by the Phabricator linter check:
"clang-format-diff not found in user's PATH; not linting file." I'm
guessing that something has gone wrong on whatever bot does this?
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Jul 16
1
Paquetización: funciones visibles
Hola a tod@s:
Quisiera saber cómo tengo que hacer para que, al paquetizar, sólo estén visibles determinadas funciones de mi proyecto, y no otras tantas que son meramente auxiliares.
Gracias.
Saludos!
Eva
[[alternative HTML version deleted]]
2009 Jul 23
1
[PATCH] Remove code duplication in comp_keys
comp_keys is duplicating what is done in btrfs_comp_cpu_keys, so just
call it.
Signed-off-by: Diego Calleja <diegocg@gmail.com>
---
fs/btrfs/ctree.c | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
Index: linux/fs/btrfs/ctree.c
===================================================================
--- linux.orig/fs/btrfs/ctree.c 2009-07-24 00:47:20.936410297 +0200
+++
2014 Jul 24
1
Sieve plugin (fc17 + sendmail + roundcube)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 24 Jul 2014, Franck CALLEJA wrote:
> I'm confused, this is effectively not a correct mail address, the "servfc" keyword shouldn't be in the address?? :
>
> (recipient=<fcalleja at servfc.audis-consulting.fr>,
>
> But, I can't find anywhere in dovecot, sendmail, roundcube or client mail where this
2014 Jul 24
2
Sieve plugin (fc17 + sendmail + roundcube)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 24 Jul 2014, Franck CALLEJA wrote:
> Jul 03 16:27:45 lda(fcalleja): Debug: sieve: executing script from /home/fcalleja/.dovecot.sieve
You see: Sieve is active.
> Jul
> 03 16:27:45 lda(fcalleja): Info: sieve:
> msgid=<FFA106958F926641804B2465A9966453065D54 at FR711WXCHMBA04.zeu.alcatel-lucent.com>:
> discarding vacation
2019 Jul 25
2
corrupt mdbox index / zero mails showing in imap
Hi,
I have recently migrated (under emergency conditions) a dovecot imap/pop
based server to a new instance. The mailboxes used mdbox format and due
to various screwups I had corrupt indexes. I thought I'd cleaned this up
but then I found that this new instance hadn't been set up correctly for
nfs. Long story short, I still get users with new cases of corrupt
indexes. The symptom is imap
2019 Jul 27
0
corrupt mdbox index / zero mails showing in imap
On 25 Jul 2019, at 20.55, Mike via dovecot <dovecot at dovecot.org> wrote:
>
> Hi,
>
>
> I have recently migrated (under emergency conditions) a dovecot imap/pop
> based server to a new instance. The mailboxes used mdbox format and due
> to various screwups I had corrupt indexes. I thought I'd cleaned this up
> but then I found that this new instance hadn't
2020 Apr 13
0
detect ->
Thank you for your replies, this actually has little to do with the regular R code but more to signal what in my package QCA is referred to as a necessity relation A <- B (A is necessary for B) and sufficiency A -> B (A is sufficient for B).
If switched by the parser, A -> B becomes B <- A which makes B necessary for A, while the intention is to signal sufficiency for B.
Capturing in
2020 Apr 13
3
detect ->
Adrian,
Indeed, this has come up in a few places, but as Gabor says, there is no
such thing as right hand assignment at any point after parsing is complete.
This means the only feasible way to detect it, which a few projects do I
believe, is process the code while it is still raw text, before it goes
into the parser, and have clever enough regular expressions.
The next question, then, is why
2013 Jan 15
5
Duda gráficos - paper="a4"
Buenos días:
A ver si alguien me puede iluminar, porque ya he sobrepasado los límites de mi paciencia y de mi imaginación con este asunto:
Dado un gráfico creado con un plot (y funciones auxiliares como polygon, etc.) y una tabla creada debajo de ese gráfico (creada con addtable2plot), y dados unos text situados a modo de título encima del plot y otros encima de la tabla, ¿por qué cuando trato
2020 Apr 15
0
detect ->
Dear Bill,
I already tried this, and it would have been great as (currently) the sufficiency relation is precisely "=>"... but:
foo <- function(x) return(substitute(x))
foo(A => B)
Error: unexpected '>' in "foo(A =>"
It seems that "=>" is a syntactic error for the R parser, while "<=" is not because it denotes less than or
2015 Apr 16
2
Formulario Web
Hola:
Tengo un absoluto desconocimiento de las posibilidades que ofrece R desde el punto de vista web así que agradecería que alguien me ?encaminara? para un proyecto que me está rondando.
El proyecto consistiría básicamente en montar una especie de formulario web al cual accederían distintas personas (colaboradores) repartidas por España. El formulario tendría una serie de datos precargados y
2020 Apr 13
3
detect ->
Using => and <= instead of -> and <- would make things easier, although the
precedence would be different.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Apr 13, 2020 at 1:43 AM Adrian Du?a <dusa.adrian at gmail.com> wrote:
> Thank you for your replies, this actually has little to do with the
> regular R code but more to signal what in my package QCA is referred
2020 Apr 15
1
detect ->
You are right. >= is not as evocative as =>. Perhaps > and < would do?
%=>% and %<=% would work.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Wed, Apr 15, 2020 at 12:41 AM Adrian Du?a <dusa.adrian at gmail.com> wrote:
> Dear Bill,
>
> I already tried this, and it would have been great as (currently) the
> sufficiency relation is precisely