Displaying 20 results from an estimated 58 matches for "blanc".
Did you mean:
blank
2003 Apr 04
0
funny routing/blancing required
Note, this is a cross-post from/to linux-vs mailing list
Here is the setup: (monospace font required)
___ +----+ ___
/ |VMR1| \
/ +----+ \
/ +----+ \
A(lice)------------LB-A------ |VMR2| ------LB-B------------B(ob)
\ +----+ /
2002 Aug 03
0
Iproute + masquerade on 2 ISP with traffic blancing...
Hi,
I have a linux-box with 3 eth, 2 of us go into 2 ISP.
My localnet is masquerade with this rule:
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
SNAT all -- 10.0.0.0/16 anywhere to:211.56.233.186
SNAT all --
2007 Apr 12
1
Assignment from list
...2
minor 4.1
year 2006
month 12
day 18
svn rev 40228
language R
version.string R version 2.4.1 (2006-12-18)
(same results with platform i386-pc-mingw32, R version 2.4.1 and
platform x86_64-unknown-linux-gnu, R version 2.3.1)
--
Dr Eric Blanc
Lecturer in Bioinformatics
MRC Centre for Developmental Neurobiology
King's College London
New Hunt's House Room 4.10B
Guy's Hospital Campus
London SE1 1UL
E-mail: eric.blanc@kcl.ac.uk
Tel: +44 (0)20 7848 6532
Fax: +44 (0)20 7848 6550
[[alternative HTML version deleted]]
2018 Mar 28
5
Accentuated characters issue when receiving attributes from "samba user syncpasswords"
I receive stdin input from "samba user syncpasswords" in my python script.
The user is created with ' Active Directory Users and Computers', and have
some accentuated characters in their givenName and/or familyName (sn)
When parsing the diff, the CN reads of, but weird characters appears in the
attributes instead of the right name :
INFO:root:DN found: CN=Arsène
2012 Jan 09
3
problem with R installation package
...space file :
import("stats","graphics")
export(granstat,granplot)
Can you help me?
Regis
________________________________________
R?gis GALLON
Doctorant MNHN
Station Marine de Dinard
Centre de recherche et d'enseignement sur les ?cosyst?mes c?tiers
38 rue du Port Blanc, 35800 Dinard.
----------
PhD student
French national museum of natural history
Dinard Marine Station
Center for research and teaching on coastal ecosystem
38 rue du port blanc,
35800 Dinard, FRANCE
web : http://regisgallon.wordpress.com/
T?l : +33 (0)2 23 18 58 85
Fax : +33 (0)2 23 18 58 80
Port...
2018 Mar 22
3
Google Cloud Directory Service password synchronization for AD DC
...yption” (which is not optimal) and
> use a utility called “samba4-gaps.”
>
> Also:
> samba-tool domain passwordsettings set --store-plaintext=on
>
> Works perfectly.
>
> https://github.com/baboons/samba4-gaps
>
> Justin
>
> > On Mar 22, 2018, at 3:58 PM, Lapin Blanc via samba <
> samba at lists.samba.org> wrote:
> >
> > I'm trying to have my Samba 4 AD DC users mapped and synchronized with
> > google apps for education accounts.
> > I would like to start from the native windows password update procedure
> to
> > ev...
2018 May 12
3
Keytab extraction for tshark analyze
Hi, i'm trying to analyze kerberos traffic using tshark (Samba 4.8.1 on
Centos 7).
I can't figure out how to extract keytab with password/keys.
I follow precisely the instructions at
https://wiki.samba.org/index.php/Keytab_Extraction
But it seems like I only get slot, kvno and principal, can't find a way to
get passwords or keys.
Any idea someone ?
ktutil: rkt decode.keytab
ktutil:
2011 Aug 03
2
syntax with do.call and `[`
...s to `[` as a list:
test = matrix[1:4,2]
result = test[2,]
My try, however, did not work:
result = do.call(`[`,list(test,2,NULL))
result = do.call(`[`,list(test,2,))
result = do.call(`[`,list(test,2,''))
How can I use the do.call in that way with leaving the second indexing vector blanc?
Cheers
Jannis
2006 May 02
8
Zapata Telephony interface and torisa module error
Looking at my log file I found the following error:
May 2 12:00:45 debian kernel: Zapata Telephony Interface Registered on major 196
May 2 12:00:45 debian kernel: No ISA tormenta card found at d0000
May 2 12:00:45 debian kernel: Zapata Telephony Interface Unloaded
May 2 12:00:45 debian insmod: /lib/modules/2.4.20-8smp/misc/torisa.o: init_module: Input/output error
May 2 12:00:45 debian
2018 Mar 22
2
Google Cloud Directory Service password synchronization for AD DC
...n ?
Google only accepts plain text, Base64, MD5 or SHA1, I don't know if I'll
found a consensus
Btw, I'll keep trying and keep you informed...
Cheers
Fabien Toune
2018-03-22 22:37 GMT+01:00 Andrew Bartlett <abartlet at samba.org>:
> On Thu, 2018-03-22 at 21:15 +0100, Lapin Blanc via samba wrote:
> > Hi Justin,
> >
> > Thank you for your answer, I had found this utility during my searches,
> and
> > will probably try it. As you say, reversible + plaintext is far for
> optimal
> > from a security point of view.
> > Also, I would like...
2018 Mar 25
2
Google Cloud Directory Service password synchronization for AD DC
...mber: 4
INFO : virtualCryptSHA512:
{CRYPT}$6$3WZAFpbFo5J6n2rS$tmDWcZEkgO5e89c5yBnyEYWamNi40CI
INFO : 32FermFcq3VweLGmR2qfsdjxbs0RiYJ6jrvWzlpIMDJMI1fSg8923t0
INFO :
Thank's !
2018-03-23 0:31 GMT+01:00 Andrew Bartlett <abartlet at samba.org>:
> On Thu, 2018-03-22 at 23:48 +0100, Lapin Blanc via samba wrote:
> > Hello, and thank you for the answer. I'm quite new to Samba, and when you
> > speak about Samba storing a crypt() password hash and about the
> > virtualCryptSHA256 attribute I get the general meaning, but not the way
> to
> > get to those inform...
2007 Jul 17
3
logical operators priority
...& Condition B | Condition C correct or will R execute (Condition
A & Condition B) | Condition C ?
Thanks for your help.
Delphine Fontaine
Delphine Fontaine
Statistician
Statistics Department - Genexion SA
------------------------------------------------------------
29, Quai du Mont-Blanc
Genva, CH-1201
Switzerland
------------------------------------------------------------
Office: +41 22 704 32 44
Fax:??? +41 22 704 32 42
Email: Delphine.Fontaine at genexion.com
2018 Mar 28
2
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
On Wed, 28 Mar 2018 16:59:19 +0200
Reindl Harald via samba <samba at lists.samba.org> wrote:
>
>
> Am 28.03.2018 um 16:50 schrieb Lapin Blanc:
> > Thank you for the tip, i'll use it, but how come it's correctly
> > encoded in the DN and not in the attribute ?
> > Is it related to the ldif format or something ?
>
> no idea and hence *do not* reply privately on mailing-lists
> i just recognize base64 whe...
2018 Mar 28
0
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
Am 28.03.2018 um 16:50 schrieb Lapin Blanc:
> Thank you for the tip, i'll use it, but how come it's correctly encoded
> in the DN and not in the attribute ?
> Is it related to the ldif format or something ?
no idea and hence *do not* reply privately on mailing-lists
i just recognize base64 when i see it
proper mail client...
2018 May 12
0
Keytab extraction for tshark analyze
On Sat, 12 May 2018 19:45:10 +0200
Lapin Blanc <fabien.toune at lapin-blanc.com> wrote:
> I'm studying samba related protocols for a work I have to present at
> the university,
> and for me to really understand how it works, I try to put in in
> practice. So I was reading
> http://www.kerberos.org/software/tutorial.htm...
2010 Nov 16
2
Pronote 2010
...l? un client sous Wine.
La connexion au serveur se fait sans difficult?, je peux rentrer mes notes et j'ai acc?s ? tous les services propos?s par ce logiciel.
Sauf que tout ce qui est ?dition de texte pose probl?me. Rentrer une appr?ciation dans un bulletin est impossible car le texte reste en blanc sur fond blanc sauf apr?s validation o? l? il apparait miraculeusement (on a le m?me probl?me quand il s'agit d'utiliser le cahier de texte pour saisir les exercices et devoir donn?s).
J'ai tent? une installation de Wine 1.2.6, j'ai essay? d'inverser les couleurs (par Mod4 + N)...
2006 Oct 12
1
routing between two isp
...d the firwall to work as nat gateway
for the users.
Now I want to route only mail traffic to the perticular ISP and which I am
not able to do it. I have done iproute configuration what ever lartc said.
But still I am able to access internet only through one ISP.
can someone tell me how can I load blance between two ISPs connected to
single machine.
Thanks
Imthiyaz
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
2009 Mar 10
1
Fatal: imap-login: io_loop_handle_add: epoll_ctl(1, 4): Operation not permitted
...failure in creating login
processes, slowing down for now
Mar 10 20:00:48 aries dovecot: Fatal: imap-login: io_loop_handle_add:
epoll_ctl(1, 4): Operation not permitted
Mar 10 20:00:48 aries dovecot: Fatal: imap-login: io_loop_handle_add:
epoll_ctl(1, 4): Operation not permitted
Thanks
--
J?r?me Blanc
OpenPGP : 1024D/F44DB96C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20090310/67332802/attachment-0002.bin>
2006 Apr 25
2
Need some help on queues with agents(SIP members) with multiple phones.
Hi.
We have people with two or more sip phones. One wireless and one wired.
So this is the case:
Person A with two phones wants to have a queue for his incoming calls.
So when he answers one of the two phones, the other phone should not
ring. But when he isn't talking in any of the phones, they both should
ring.
Does that make any sense?
This what I have for people with only one
2018 Mar 28
4
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
...a.org> wrote:
>
>
> Am 28.03.2018 um 17:21 schrieb Rowland Penny via samba:
> > On Wed, 28 Mar 2018 16:59:19 +0200
> > Reindl Harald via samba <samba at lists.samba.org> wrote:
> >
> >>
> >>
> >> Am 28.03.2018 um 16:50 schrieb Lapin Blanc:
> >>> Thank you for the tip, i'll use it, but how come it's correctly
> >>> encoded in the DN and not in the attribute ?
> >>> Is it related to the ldif format or something ?
> >>
> >> no idea and hence *do not* reply privately on maili...