Displaying 20 results from an estimated 200 matches similar to: "Simple LDAP authentication"
2005 Feb 03
2
Res: Re: Simple LDAP authentication
OK !!
What I should configure in smb.conf in order to use pam_ldap ??
Tanks again !!
----------------------------------------------------------------------------------------
Ruy de Oliveira - Analista de Suporte
Mercantil do Brasil S/A
Fone: (31) 3489-5960 - Fax: (31) 3489-5001
"Gerald (Jerry) Carter" <jerry@samba.org>
03/02/2005 14:24
Para:
2013 Jun 09
3
Preparación de datos
Hola, ¿como están?
Me encuentro haciendo un trabajo de Explotación de Información para
la facultad y tengo un inconveniente a la hora de preparar los datos para
poder operar con ellos.
Tengo un atributo "Titulo Secundario" que cuenta con 139 valores
diferentes (al final les dejo algunos de estos valores con la cantidad de
ocurrencias de cada uno) y lo que quiero hacer es
2012 Dec 26
2
has value in a console but it's nil in my controller and my view?
I have this strange behavior and I don''t undertand why. Here is the thing:
I have this record in my payment model:
1.9.3p286 :019 > u.payment.last
Payment Load (0.3ms) SELECT "payments".* FROM "payments" WHERE "payments"."user_id" = 10
=> [#<Payment id: 37, bank_name: "Mercantil", plan: "Plan Uno", date:
2008 Mar 10
2
New rsync option checksum-path
This is a suggestion for adding to rsync an option "--checksum-path=PROGRAM".
Once this option is given, provided it is accompained by option
"--checksum", both the receiving and sending side of rsync would
compute checksums calling PROGRAM, instead of the usual checksum
program.
Why is this usefull? Suppose I have two collections of MP3 files at
different locations which I
2007 May 17
4
How to mock helpers in view specs ?
Hi all,
I am mocking the following Rails view (inside a partial):
<%= render :partial => "forums/forum",
:collection => forum_category.forums.readable_by(current_user? ?
current_user : nil) %>
My spec fails with the following message:
1)
ActionView::TemplateError in ''forum_categories/index (anonymous user)
should only render forums accessible to anonymous
2023 Jan 20
0
[PATCH 1/2] virtio-rng: implement entropy leak feature
On Thu, Jan 19, 2023 at 07:43:47PM +0100, Babis Chalios wrote:
> Implement the virtio-rng feature that allows a guest driver to request
> from the device to perform certain operations in the event of an
> "entropy leak", such as when taking a VM snapshot or restoring a VM from
> a snapshot. The guest can request one of two operations: (i) fill a
> buffer with random bytes,
2006 Oct 21
3
deliver + quota failure
I use Dovecot's deliver as the LDA for Postfix in a virtual user setting. My
maillog reads:
Oct 22 00:17:51 mail dovecot: auth(default): master in: USER 1
mark.ruys at in2sports.net service=deliver
Oct 22 00:17:51 mail dovecot: auth-worker(default):
sql(mark.ruys at in2sports.net): SELECT maildir AS home, 5000 AS uid, 5000 AS
gid, CONCAT('dirsize:storage=', round(quota/1000))
2006 Jan 11
1
OpenSSH Installation in Win2k Platform
Hi,
How can I install the OpenSSH in Windows. When I downloaded the file, there is no .exe.
Thanks for your advance help.
--
___________________________________________________
Play 100s of games for FREE! http://games.mail.com/
2007 May 24
9
Mocking, changing method interfaces and integration tests
Suppose we have a method ''foo'' which internally uses another method
''bar''.
Being good BDDers we mock out the ''bar'' method. After all, we only
want to spec the ''foo'' method - actually running the ''bar'' method
means slower, less maintainable and brittler specs. That''s why we <3
mocking,
2017 Dec 21
0
CEEA-2017:3489 CentOS 7 kmod-redhat-qed Enhancement Update
CentOS Errata and Enhancement Advisory 2017:3489
Upstream details at : https://access.redhat.com/errata/RHEA-2017:3489
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
9683e58225c1778e171043227dc376241a55ba74aec9f4579cf30f4fa4090dbf kmod-redhat-qed-8.10.10.21_dup7.4-2.el7_4.x86_64.rpm
2017 Dec 22
0
CentOS-announce Digest, Vol 154, Issue 4
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2019 Apr 02
0
Make/Build Error on armhf
Hi,
I noticed the same, actually with many more shared libraries. It already
has been filed as bug https://bugzilla.samba.org/show_bug.cgi?id=13754
with version 4.10.0rc4 .
Looking at what actually happens in detail no exotic build options are
used so at first sight it looks more like a problem of the build tools
on the RPi than a Samba problem.
The simplest situation I could find was
2019 Apr 04
0
Make/Build Error on armhf
I tried the backports tip from https://bugzilla.samba.org/show_bug.cgi?id=13754 and samba 4.10.1 this works... compile finishes without an error...
-----Ursprüngliche Nachricht-----
Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Dirk Laurenz via samba
Gesendet: Dienstag, 2. April 2019 23:32
An: samba at lists.samba.org
Cc: 'Norbert Hanke' <norbert.hanke at
2019 Apr 02
2
Make/Build Error on armhf
Hello $List,
just downloaded and tried to compile samba 4.10.0 an raspbian stretch which
ends in an error:
[1924/4121] Compiling source3/rpc_client/rpc_transport_np.c
[1925/4121] Linking bin/default/source3/libmsrpc3-samba4.so
/usr/bin/ld:
/install/samba-4.10.0/bin/default/source3/libutil-cmdline-samba4.so: invalid
string offset 3888 >= 3489 for section `.strtab'
/usr/bin/ld:
2010 Aug 09
3
Regular Expression
Hi all,
>From a list of strings, I desire to filter out the followings:
1. Digits at the beginning of the strings
2. Character "SPE" following the digits (if it exists)
3. Any characters followed by hyphen
The following produces the desired result, but would like to know whether
this can be done more efficiently.
Any suggestions would be much appreciated.
dat <- c("2148
2019 Apr 02
2
Make/Build Error on armhf
Hello Norbert,
thanks for your reply. Does that mean that the rpi build environment is not uptodate?
-----Ursprüngliche Nachricht-----
Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Norbert Hanke via samba
Gesendet: Dienstag, 2. April 2019 21:28
An: samba at lists.samba.org
Betreff: Re: [Samba] Make/Build Error on armhf
Hi,
I noticed the same, actually with many more shared
2019 Apr 05
0
Make/Build Error on armhf
Hi Dirk.
Ok, now im ready with the debian packages for 4.10, this could make your life more easy.
I've not tested this but should work, you could try this.
Install a debian 9 server as minimal as possible, so choose expert install, only install ssh server, nothing else.
Now in this order, start building the armhf samba 4.10 packages
This should be easy todo now since i've match the
2005 Aug 23
2
rsync problem
Hi,
My rsync is stopped working suddenly I got following in verbose and
log,
mkstemp failed: No such file or directory
and
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
my rsync code :
rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE
$DR_BACKUP_DIR/daily.0 >$tempfile 2>&1
the same code was working last week, what will be the problem, how
to proceed to fix?
2008 Oct 27
2
Problem with quota dovecot as lda and mysql
Hello to all,
That is my situation: I am trying to use dovecot as LDA with postfix,
mysql e postfixadmin. So, all the users are stored in mysql, with quota
password and all other things. All works properly, except for quota. I
am trying to do some tests, but is not clear to me how to debug that
problem.
Scenario: user with 15 Mb of quota.
That is my dovecot.conf (dovecot version 1.1.3 on
2011 Dec 21
1
Winbind authentication and wbinfo -i user no longer work after uprading to 3.6.1
Originally filed by Robert LeBlanc as Debian Bug # 652679 -
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652679>
<Quote>
Package: winbind
Version: 2:3.6.1-3
Severity: important
Dear Maintainer,
After upgrading to 3.6.1 I am no longer able to login to Debian using my Active Directory account.
'winbind -u', 'winbind -g', 'winbind -t' and many others work