Displaying 20 results from an estimated 100 matches similar to: "mysql backend create user problem"
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:
2002 Nov 04
2
MySQL authentication & kickoff time?
Hiya.
I'm in the middle of (re)developing a authentication system for an
internet cafe here in Sydney.
By complete accident I discovered the PDB MySQL plugin for samba
yesterday in CVS - amazing. Haven't tried this yet (waiting for samba
to compile on a really slow machine, heh) but it looks great.
Is anybody using this? Would you recommend it for use in a heavy use
type
2002 Nov 07
1
pdb_mysql isn't working for me :-(
Hiya...
Trying to auth users against a mysql database using pdb_mysql. Using
samba3.0 from CVS, running as a PDC.
Few questions as well: In the "username column:", I'm assuming I need a
real unix user here? Can I have a whole bunch of "nt username" users
(i.e. non-unix users) in the mysql db to be auth'ed with samba, but
they're all using the same unix user?
2004 Aug 11
4
pdb_mysql.so?
This has probably been asked before, but where is pdb_mysql.so?
Utilizing the current FC2 kernel.org update.
--
Raymond
2005 Dec 11
1
how to use MySQL-backend !?
Hi,
i want to run a standalone-samba-PDC with a mysql-passdb backend and i
configured the mysql-database as required.
but how should i add/remove users ?
when i try
smbpasswd -a username
most columns in database have [NULL] values
i also tried pdbedit but it exits with "No user SID retrieved from database!"
is there another tool to add/remove users ?
is my smb.conf ok, or do i need to
2003 Sep 27
1
pdb_mysql question...
Hello everybody,
First of all, congratulations on samba 3.0 :o)
Iam trying to install samba 3.0 with pdb_mysql support though im getting some trouble i cant understand.
After reading the output of ./configure --help, i used the following configure args:
./configure --with-expsam=xml,mysql --with-pam --with-pam_smbpass
make
make install
then i took a look at ./examples/pdb/mysql/smb.conf and:
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
2002 Nov 07
1
smbpasswd (adding machines?) with pdb_mysql doesn't work
Hiya.
Still having fun with his mysql module - it appears to read from the
mysql database fine, but I can't seem to add machine accounts (and I
can't get too far unless I do this).
It might also be my own stupidity too - let me know ;-)
I've got a machine called "bbmachine" - without pdb_mysql, I can join
the domain no problems. However, I need to rejoin the
2003 Oct 09
3
Mysql + Samba, please help....
Hi Guruz, sorry for the bad English and the stupid question...
I configure samba-3.0 with such options
./configure --prefix=/usr/local/samba --with-expsam=xml,mysql --with-pam --with-pam_smbpass
after install
i try ./pdbedit -L and i get the following error
No builtin nor plugin backend for mysqlsam found
Loading mysqlsam failed!
my config file
......
passdb backend = mysqlsam
;passdb backend
2004 Jan 26
3
Samba and Oracle directory
Hello !
Does anyone already configured samba 3 with Oracle directory ? Is it
possible ? Does anyone has any link to an existing schema ?
Thanks for any comment :)
--
J?r?me
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
2005 Sep 23
1
pdb_mysql, pdb_pgsql and pdb_xml modules: request for maintainer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
The experimental pdb modules (pdb_mysql, pdb_pgsql and pdb_xml) have
been a bit neglected during the last few releases of Samba 3 as they
haven't been actively maintained. I was the original author and
maintainer, but I no longer work on Samba 3 and I no longer use any of
the modules in production.
I'll remove these modules unless
2004 Apr 19
1
Samba + pdb_mysql - password hashes disappearing?
This is using samba-3.0.2a, as downloaded from us2.samba.org today (19th
of April), on Debian Linux.
I have setup and gotten mostly-working the MySQL PDB for Samba. It
queries the database correctly, pulls in the data, etc.
However, when I connect as a user, I get:
[2004/04/19 15:56:23, 3] libsmb/ntlm_check.c:ntlm_password_check(182)
ntlm_password_check: NO NT password stored for user
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
2009 Jun 12
1
SAMBA+PDC+Mysql authentication Backend
I ne w in samba world but i was configured a Samba with shares folder linkable to users and it was successfull.
Now i try to extend to PDC but the client can't logon into the server:
the log.smbd could this
[2009/06/12 15:51:21, 0] smbd/server.c:main(1209)
smbd version 3.2.3 started.
Copyright Andrew Tridgell and the Samba Team 1992-2008
[2009/06/12 15:51:21, 1]
2004 Jan 19
1
Group Mapping in MySQL backend
Hi,
are there any plans to add some support for storing not only user
information, but also group mappings in the MySQL passdb backend? Or are
there problems I'm not aware of why this cannot be done?
And - by the way - is there any reason why pdb_mysql should not (yet) be
used in larger installations (several hundert clients), or why several
servers shouldn't share one common
2008 Jan 31
1
On-line administration for accounts
Hi,
I need to "create" a web-interface for the administration of my
samba's accounts and i don't want to let an access for "simple users"
to the "unix users"...
I looked for an installation based on mysql but i can't compil it (too
much bugs)...
(my experience of this install is on this forum ==> http://forum.ovh.net/showthread.php?t=29726)
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 May 28
2
Mysql samba authentication
Hi ,
could any one tell samba user authenticate from mysql database and give
permissions to read write ane execute and at the same time it should browse
in window Network Neighborhood and authentciate with mysql server
Bye
Parvatam Venkata Jagannadharao
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
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