Displaying 20 results from an estimated 20000 matches similar to: "Samba + MySQL"
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]
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
2004 Jun 24
2
Account desc mysql backend
ehh, just a little remark/note for the mysql passwd backend users and
developers...
when adding a user, the 'account desc' field is NOT filled in..!
when adding some text manualy, and doing pdbedit -v <user> the field
showes up,
so when reading from the passwdbackend, the fields are resolved, when
writting too the passwdbackend , the description field (and maybe more
important
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
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
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
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
2004 Jan 09
1
pdbedit bug?
If I try to do the following:
/usr/local/samba/bin/pdbedit -a -u someusername -U 5000
This works as one would think, the account is created with a RID of 5000.
But when I do:
/usr/local/samba/bin/pdbedit -a -m -u somemachinename -U 3000
It does not work as you would think. The account is created but with
the RID of the Unix UID*2+1000 not, a RID of 3000 as specificed on the
command line. And
2003 Oct 02
1
Samba 3 + mysql + add new user?
Hi there.
I've installed the new samba3 distribution and I'd like to use the mysql
backend for the autentication instead of the normal passwd file.
I've read the docs and I've added the correct info to smb.conf.
Now, I'd like to create a new user in the database. Is there any script
for that or I must do the "INSERT ..." by and (or create a script for
that)
2003 Apr 17
2
add machine script
I'm using samba 3.0 alpha 23 on debian woody using a tdb backend. I've written a simple add machine script that takes care of the useradd and pdbedit -a -m steps. When I try to add a machine to the domain directly from that machine, without creating the accounts beforehand, I get an "Access Denied" error. After getting this error, I check on the samba machine and see that the
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
2006 Feb 12
1
how to set valid allowed workstation logins
I'm having trouble setting the Workstations value on a tdbsam backend
using pdbedit. I can't seem to find the correct syntax to accomplish
this.
I found some references in an older version of the HOWTO where there
existed "Chapter 10. Account Information Databases". This whole chapter
is missing from the current HOWTO even though it is referenced in the
newest version (a
2005 Oct 25
1
Authentication problem with Mysql backend
hi,
/****************************************************
i'm trying to configure samba with the mysql backend but it doesn't
work. my smb.conf file is this:
/****************************************************
#BOF
[global]
security = user
workgroup = CABRERA
encrypt passwords = no
;passdb backend = mysql:/usr/local/samba/lib/pdb/mysql.so
passdb backend = mysql:mysql
mysql:mysql host =
2009 Oct 08
6
Change Allowed Workstations with pdbedit
Dear Samba Users,
I have a Samba 3.2.5 Server running on Debian. I use tdbsam as a password
database and wonder how I can change the "Workstations" value in order to
control the allowed workstations for a particular user. Last year I had a
configuration with ldap using the smbldap tools where it was possible to set
this value. But how can I set it without LDAP just using pdbedit?
2005 Apr 10
0
Trouble adding users with pdbedit
Hi list,
I hope you can help me out here...
Freebsd 5.3
Samba 3.0.12 installed from ports
I use MySQL as backed and when I try to add users with pdbedit I get the
following error:
"Username not found!"
My command looks like this:
pdbedit -d 20 -a -u <username> -f "<Users name>" -c U
Doing a little debugging I can tell that pdbedit tries to do a select
2004 Sep 16
1
how to submit patches ? (patch for pdb_xml.c included)
Dear Sirs,
I wrote a patch for pdbedit (pdb_xml.c) which handles cases with national
alphabet characters in GECOS fields. I sent it directly to Jelmer
Vernooij, but there was no answer.
Who can review the supplied patch ?
Cheers,
Ilia Chipitsine
-------------- next part --------------
--- pdb_xml.c.orig Tue Aug 31 12:12:02 2004
+++ pdb_xml.c Tue Aug 31 12:12:07 2004
@@ -373,6 +373,7 @@
2007 Oct 24
1
user == Administrator doesn't work
User in group Domain Admins hasnt superuser (Administrator) privileges.
For the first:
shell> adduser poweruser
shell> pdbedit -a -u poweruser
shell> id poweruser
uid=1004(poweruser) gid=1005(poweruser) groups=1005(poweruser)
shell> net groupmap add rid=512 ntgroup="Domain Admins" unixgroup=poweruser type=d
shell> pdbedit -vL poweruser
Unix username: poweruser
NT
2005 Apr 02
2
RE: MYSQL - Was Functional till Update to 3.13
I updated samba from 3.10 to 3.13 to get the updated print fixes, but I
noticed today that the smbpasswd script no longer functions. It fails to
update the the following fields.
domain
2005 Mar 27
1
problem with listing users on winXP/2k+3
Hello list,
Some days ago i sent an email to this ML about a problem im having with listing
users on winXP/2k+3 computers.
The thing is our samba PDC has +1600 users and, this time i counted, there only
appear on the "security advanced settings" list box (where we select users that
can read/write/execute on a windows directory share), about 500/550 users.
There is no evident reason
2004 Jun 11
1
update sugestions..
Ehmmm, i would like to make some sugestions
for the new samba release..
the "hide files =" in the smb.conf is a [global]
parameter, wouldn't it be nice to make this
a [section] parameter...
(incase you have some hidden files/dirs in 1 share
and in an other the same file/dir names, witch should not be hidden)
and second, please please please make an option in pdbedit
so that U can