Displaying 20 results from an estimated 5000 matches similar to: "samba-pdb-mysql, samba-pdbsql"
2005 Aug 21
1
MySQL/Postgres pdb: cannot add new users
Hello everyone,
Hello Jelmer,
in 3.0.20, it still is not possible to add new users using pdbedit. See
bug report at
https://bugzilla.samba.org/show_bug.cgi?id=2531
In 3.0.14a it was possible to copy pdb_sql.c and pdb_mysql.c from 3.0.11
and it worked, but this workaround does not help anymore, as the files
seem to be incompatible.
Jelmer, could you please have a look at this one? I consider
2007 Jun 21
3
only checking certain parameters for a method
I''m writing a test where I only care about one of the parameters being sent
to the method, does anyone think having a way to say that any value for a
parameter which I don''t care about is valid? I''m thinking something like:
def test_charge_is_for_10_bucks
gateway = test_gateway
member = Member.new
member.credit_card_number = "1"
2004 May 10
2
Pdb-useredit
G'day ya all.
i had a few day's off, and was able to make
samba-3's first user editor (it's actualy an front-end for pdbedit!!)
check out : http://213.34.118.231/pdbedit/
let me know what you think of this user manager for samba-3
Greetings.
---------------------------------------------
Collen Blijenberg (Systeem/Netwerk Beheerder)
Montessori Lyceum
Herman Jordan
Zeist
2003 Feb 13
1
pdb-mysql HOWTO
Hi,
Does anyone know where I can find a tutorial about pdb-mysql ?
I always checked
http://us2.samba.org/samba/ftp/cvs_current/docs/htmldocs/pdb-mysql.html, but
It seems to be a little bit complicated for me...
I created a table called "user", but I don't know how to fill it...
Regards,
Kenni
2007 Dec 31
0
[problem for] compile Samba + Mysql (pdbsql)
Hi everybody !
First, sorry for my bad english...
I try to compile my samba with mysql backend but i have a problem with
the compil of pdbsql (on a Debian ETCH installation)
Let's see what i did :
(The Bold lignes are the return error message that i have)
Thanks for you help...
1? installer outils de compilation et de subversion :
- aptitude install dpkg-dev
- aptitude install
2007 Jun 14
0
Samba with pdbsql (postgres) as backend - Machines can't join/login domain
Hey guys,
I'm trying to setup a centralized network authentication with postgresql
and I already have almost the services authenticating via postgresql.
Right now I'm trying to setup samba to also authenticate my users
against postgres database and I can successfully authenticate a user on
a windows desktop to lookup a share by example, but I can't do login on
the domain or even join
2009 Oct 06
0
Update from pdbsql (MySQL) to LDAP
Hi All!
I have a Samba as PDC for my domain MY_NETWORK running normally.
What I want to do is to install another server with OpenLDAP as
backend, and migrate the users and the domain to it.
Can anyone point me how to do it?
Below is my configuration.
# smbd -V
Version 3.2.15-0.36.fc10
# uname -a
Linux svrmain2 2.6.27.35-170.2.94.fc10.x86_64 #1 SMP Thu Oct 1
14:41:38 EDT 2009 x86_64 x86_64
2015 May 24
1
timeout for POP3 query.
Is there a way to timeout POP3 query if they come to often?
More precise I want to know if there is a setting in dovecot that makes
it ignore pop3 requests from a certain user if they come more often then
a certain amount of time. I am looking for a setting in dovecot, not a
firewall solution.
I would like dovecot to answer something like "requests come to often,
please come back
2004 Jan 12
0
Re: Questions regarding [patch] PostgreSQL pdb backend
Hi Nilu,
Nilanjan Bhowmik wrote:
> Is postgress passdb backend submitted by Hamish patch available in the
> CVS?
> If true, then please put a post in the newsgroup and let us know.
>
> I am ready to test the patch when it is part of the CVS since it is
> easier to send you the feedback.
Yes, the patch is currently in the SAMBA_3_0 branch of CVS and will also
be in the
2006 Jan 18
3
Support for foreign keys in Migrations
Is there any work being done to add support for defining foreign keys in
ActiveRecord Migrations? If not is it something that people would find
useful or do most people here believe in the "Application Database" style
over the "Integration Database" style [1] as defined by Fowler?
I''d love to see support for foreign keys in Migrations. For selfish reasons
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
See attached samba-3.0.23/examples/pdb/test.c which actually compiles.
-------------- next part --------------
/*
* Test password backend for samba
* Copyright (C) Jelmer Vernooij 2002
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the
2006 Mar 05
9
Rails Development on a Mac Mini?
How many people out there are doing Rails development on a Mac Mini? I''ve
been eyeing up the MacBook as well as the new MacMini trying to decide if I
want to splurge. I''ve been doing very little Rails development thus far
which makes the investment a little hard to justify. The Free Mini Mac (
http://minimacs.freepay.com/?r=16778073) offer seems like the best route but
2007 Jan 31
1
[ANNOUNCE] Samba 4.0.0 TP 4
We''ve just released the fourth technology preview release of Samba 4.
=============
About Samba 4
=============
Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by Windows 2000 and above.
While we welcome your interest in Samba
2012 Jan 11
0
ices2 memory leak on Debian/ARM (The Darkener)
ARM, default install on an Ionics Stratus plug computer -
http://www.ionicsplug.com/stratus.html ) - running Current Debian Stable.
- Jordan
On 01/10/2012 03:13 PM, Christian Eichert [K9] wrote:
> Can you describe your architecture?
> --
> Christian Eichert
>
> ------------------------------------------------------------------------
> *Von:* TheDarkener <thedarkener at
2020 Aug 05
5
[RFC] Introduce Dump Accumulator
Introduction
============
This RFC proposes a mechanism to dump arbitrary messages into object
files during compilation and retrieve them from the final executable.
Background
==========
We often need to collect information from all object files of
applications. For example:
- Mircea Trofin needs to collect information from the function
inlining pass so that he can train the machine
2012 Jan 10
3
ices2 memory leak on Debian/ARM (The Darkener)
Hi Keith,
As I explained before, Valgrind won't run in my arch. I'll Google for
some other memory leak detection tools, however. Thank you for your
input...I look forward to helping fix this bug!
- Jordan
On 01/10/2012 07:43 AM, Keith Roberts wrote:
> *snip*
> There's a Linux memory profiler called:
>
> "Valgrind" is a multipurpose code profiling and memory
2020 Aug 05
3
[RFC] Introduce Dump Accumulator
I think that we should think about the relationship between this
proposed mechanism and the existing mechanism that we have for emitting
and capturing optimization remarks. In some sense, I feel like we
already have a lot of this capability (e.g., llc has -remarks-section).
-Hal
On 8/5/20 5:51 PM, Johannes Doerfert via llvm-dev wrote:
> I like the ability, not sure about the proposed
2020 Aug 05
3
[RFC] Introduce Dump Accumulator
On Wed, Aug 5, 2020 at 3:51 PM Eli Friedman <efriedma at quicinc.com> wrote:
> I’m not a fan of keeping important data outside the IR in an analysis. If
> we’re planning to emit it, it should be represented directly in the IR. Is
> there some reason we can’t just stick the data in a global variable?
>
The analysis in the scenarios here is external to LLVM - ML training, for
2002 May 20
1
samba option for users to have admin rights for their machine
Hi,
I want to know something, i configured samba and its working fine so far. But i was told by boss that the user of a machine should hav administrative rights for their own machine. I have no idea how to do this and i cant find it in documentation as well. Kindly if anyone knows about it do letme know.
Thanks
Regards,
Dar.
Bilal Dar,
e-mail: bilal@go.net.pk
--
Go Net
The right way to go ...
2004 Jan 21
1
need help configuring IAX to make outbound calls through a remote server
I am trying to make outbound calls from my Asterisk client through a remote
Asterisk server with IAX.
In iax.conf on both sides
[dar]
context=trusted
secret=xxxxxx
type=friend
host=192.168.1.1
in extensions.conf at the client making the call
Exten=_1NXXNXXXXXX,1,Dial(IAX2/dar:xxxxxx@192.168.1.1/)
What goes in extensions.conf at the remote server? What is needed for the