Displaying 20 results from an estimated 600000 matches similar to: "samba with mysql"
2005 Sep 26
0
[Fwd: Re: Samba with Mysql, Compilation of version 3.0.11]
Hello again,
Related to previous bug, i have corrected few things from util.c,
3 char* data structures were defined more than one time so i commented
them in code, it seem to compile now...
data_path
state_path
cache_path
Thanks anyway.
Pierre
(C)ollen wrote:
> pdb_sql.c is the new mysql backend name
> (was pdb_mysql) so it does get compiled...
> but this output shows that you still
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
2005 Sep 21
1
Samba with Mysql, compilation problem. (Additionnal information)
Hey people,
i just had a compilation error! I'm pretty happy because it means that i
am doing something wrong. It seems that the compiler doesn't find
mysql.h include header file. The point is that i have all these includes
files in this folder:
/usr/local/mysql/include/mysql/
The ./configure call which has failed had:
--enable-mysql --with-mysql --with-mysql-prefix=/usr/local/mysql
2004 Nov 04
1
samba and mysql backend
Hello,
I have successfully compiled samba with the mysql module. I had to
make this change for it to compile. In:
samba-3.0.7/source/passwd/pdb_mysql.c
change
#include <mysql/mysql.h>
to
#include <mysql.h>
Then I setup the smb.conf file for mysql:
netbios name = machine
workgroup = coach
security = user
domain logons = yes
domain master = yes
passdb backend = mysql:samba
2013 Sep 12
1
Configure samba 3.4 running with mysql backend
Hello,
I a using samba 3.4 with mysql backend. I have problem when add user to
mysql. I use command "smbpasswd -a user" for add user to mysql. But when I
query mysql, I realized that user does'n have UID and GID.
I use windows explorrer for test. When i type username and password to
enter resource, i get message "the network name could not be found". I see
samba log, I
2005 Jan 12
0
samba from srpms for fedora core 1 with mysql
hi there
here is part of SPECS file:
------------------------------------------------------------------
CFLAGS="$RPM_OPT_FLAGS" ./configure \
--prefix=%{_prefix} \
--localstatedir=/var \
--sysconfdir=/etc \
--with-privatedir=%{_sysconfdir}/samba \
--with-fhs \
--with-quotas \
--with-smbmount \
--with-pam \
2002 Dec 10
1
Samba with Mysql as backend and VIRTUAL users.
Hello samba experts,
I want to configure samba with mysql as backend. I searched on google
and i found some info about this subject but it seems to be not really
what i nedd. I said this because i found few howtos about how to
configure samba to read password from mysql database to authenticate
users. Is good but not enough. I don't want shell users with different
password for samba!!! I
2003 Sep 26
1
how set samba use mysql
i see source that samba 3.0 support mysql , how to make it happen i have
been complie with mysql support but how use make plugin i try like this :
[root@pim pdb]# make
libtool gcc -I../../source -I../../source/include -I../../source/ubiqx
-I../../source/smbwrapper -Wall -g -c pdb_test.c
mkdir .libs
gcc -I../../source -I../../source/include -I../../source/ubiqx
-I../../source/smbwrapper -Wall -g
2005 Aug 16
0
Error loading Samba pdb/mysql.so file
Hello All,
Can some one please let me know what is happening here:
---------------------------------
[2005/08/16 01:59:15, 0] passdb/pdb_interface.c:make_pdb_methods_name(721)
No builtin nor plugin backend for plugin found
[2005/08/16 01:59:15, 1] passdb/pdb_interface.c:make_pdb_context_list(825)
Loading plugin:/usr/lib/samba/pdb/mysql.so:mysql failed!
---------------------------------
I
2005 Sep 21
2
Samba with Mysql, compilation problem.
First i would like to say hello to everybody here, because i am new to
this ML.
So here is the description of my problem:
I began with a clean samba installation from the stable branch few
monthes ago, everything was just fine, i have a linux box which was
sharing files for another linux workstation and two WinXP laptops. The
sharing linux box is a debian stable branch O/S, which is my choice
2004 Apr 18
1
Samba 3.0.3pre2 & MySQL compilation problem
Hi.
I have this problem when trying to compile Samba with MySQL passdb
backend:
Linking bin/smbcquotas
Linking bin/smbmount
Linking bin/wbinfo
Compiling dynconfig.c with -fPIC
Linking nsswitch/libnss_wins.so
Linking libsmbclient non-shared library bin/libsmbclient.a
Linking libsmbclient shared library bin/libsmbclient.so
Compiling passdb/pdb_mysql.c with -fPIC
passdb/pdb_mysql.c:21:25:
2020 Jul 08
1
samba-pdb-mysql, samba-pdbsql
Dar all,
recently I installed Samba and I found the documentation of Mr Jelmers
MySQL back-end
I found the source Packages on Sourceforge but I am not sure how to use
them, If I need to place this in the samba sources and recompile samba.
I was wondering if there are some compiled packages somewhere as I do
not have experience in compiling and do not have a test environment.
Maybe someone can
2005 Aug 11
1
newbie: Samba with Mysql question
Greetings All,
I am new to this list and currently have a Fedora 3 server set up with
Samba which just needs to be configured.
I would like to set up the MySQL database support for users and
passwords as we have another project that will want to add entries to
the Samba database so when the users are created so that they will have
access to their home directories via samba.
Could someone
2006 Apr 20
3
How to set mysql backend for samba; Urgent pls
Hello group,
I Just joined the group and this is the first message
to this group.
I am facing a problem while configuring mysql backend
to samba.
I am using samba 2.2.7,
mysql 5.0, pam-mysql-0.5 and RH9.
Is it possible to set mysql backend for samba2.2.7?
Pls explain the way to configure mysql to samba as
backend.
Regards
Krishnam.
__________________________________________________
Do You
2005 Dec 11
0
samba + mysql
Hello,
I've recently tried to change samba (Version 3.0.20b) from smbpasswd
auth to mysql(5) auth using a remote mysql server. To generate my
database table I used the supplied file in the samba vanilla
distribution under examples/pdb/mysql called 'mysql.dump'. Then I used
pdbedit -i smbpasswd -e mysql:blah to migrate of course. That yielded
some column entry problem so I tried to add
2005 Jun 15
1
Linux 2 Linux Host Filesystem Sharing with Samba + MySQL
Hello all,
I've doing some server consolidation using vmware, I've asked this
question to the vmware community, and I've gotten good, yet breif
answers. I thought, since it's mostly a samba related issue, this was
the right place to come.. Anyway....
I've successfully shared out my linux host filesystem to my linux guest
using samba. The linux guest will be a webserver
2005 Aug 25
5
Samba PDC, ldap or mysql????
Hi all,
I'm under the gun to rid ourselves of the nt4 PDC which we
currently use. options are A/D, samba, pgina. I really dig pgina,
but dont think I can pass citrix credentials properly :( So I'm
left with samba vs A/D. A/D is well,, ummmmm A/D, so tyring to
avoid it.
Currently have used Samba file servers for years.
Have played with Samba PDC with2.2
Now, going to try
2004 Sep 10
0
SAMBA with mysql backend...
Is this because ldap is more stable? Or just wirks better?
/niklo
-----Original Message-----
From: John H Terpstra [mailto:jht@samba.org]
Sent: den 9 september 2004 20:48
To: samba@lists.samba.org
Subject: Re: [Samba] SAMBA with mysql backend...
On Thursday 09 September 2004 11:53, Niklas L?vgren wrote:
> Hi
> I'm planning to use SAMBA as a replacement for NT4 PDC/BDCs. Many
>
2003 Dec 08
1
MySQL passdb backend (mysql_init)?
Greetings All,
I am trying to use MySQL4 as the backend for authentication through Samba 3.0.0. When I finally got it to compile ok (damn that mysql/mysql.h) I cannot get it to work. Below you'll find the log transcript from when I try to connect with any client -- smbclient in this case. And yes, I have the MySQL-part setup correctly using the example mysql.dump from the dist and the user
2002 Oct 16
1
integrated mail+ftp+samba+proxy auth mysql
Hello all
thanks for the open source project!!!!
I'm campus network administrator and I try to implement single-sign on
with auth backend using mysql database!!!
I have searched server that we need that using mysql as auth module for
*nix and windows desktop and found :
mail server --> qmail + vpopmail+mysql
ftp server --> pureftp + mysql
proxy server --> squid+mysql
domain logon \