Displaying 20 results from an estimated 100 matches similar to: "samba and mysql backend"
2004 Apr 13
0
v3.0.2a: can't login into domain after switching to pdb_mysql
Hello list.samba.org
FreeBSD-5.2.1, samba from port with tdbsam-backend configured as PDC
Everything is working fine: i.e. registering at samba domain and logging on
to it,
but after I switch to mysql-backend (pdb-mysql)
I can only successfully register my Windows 2k3 at Samba domain
(messagebox 'Welcome to slavel.ru domain' has appiered),
i.e. can successfully change domain of my
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
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 =
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
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
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
2005 Aug 29
2
Samba+MySQL+Apache Authentication = possible?
Good evening,
I don't know if this is the right place to ask... but I gotta start
somewhere..
I have Samba setup as a PDC for my domain using the MySQL passdb backend for
authentication. I would also like to use other components such as
mod_auth_mysql for apache authentication.
Is there a way that it can use one of the 2 password fields from the samba
MySQL table (nt_pw or lm_pw) in
2005 Aug 21
2
pdb_mysql.c | SQL insert command missing data
The MYSQL pdb addon for samba appears to have had an
error since version 3.0.12. In doing some
investigations with 3.0.20 and 3.0.14-r3 I have found
that the smbpasswd command does not
create a query that adds enough information to the
database. smbpasswd -a username causes 2 queries to be
performed. The first of the two looks for an existing
user and that does check all of the
appropriate fields,
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 Jun 01
2
mysql passwd backend
Hey,
I'm trying to use the mysql plugin with Samba 3.0.2 and am running
into problems with the password storing aspect of the equation.
Specifically, here is how I have the smb.conf file setup:
[global]
workgroup = SRS
netbios name = DustPuppy
passdb backend = mysql:mysql
mysql:mysql host = localhost
mysql:mysql user = samba
2005 Aug 18
0
Samba Database Password Encoding Question
Hello All,
Well, I am making progress on getting th MySQL passdb to work with Samba.
Can someone please tell me how do the columns:
lm_pw
nt_pw
encode the password from the pdbedit program or other method?
--
Thanks,
Lonnie
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
2007 Mar 07
1
NTLMv2 configuration problems
I'm running Centos 4.3 and Samba 3.0.24. I have an OpenLDAP backend. I have
successfully got a Windows Domain to work, Windows XP -> Samba -> OpenLDAP.
I can add machines to the domain and I can login and change passwords. The
trouble is that I'm using NTLM and have been told that I must upgrade to
NTLMv2, but I'm having great difficulty doing so.
I have existing NTLM users. I
2007 Feb 28
2
samba problems. accounts expire after a hour, but work after reset
Hello I'm having some strange problems with samba 3.0.23d (PDC) on my FC6
if i start samba, everything works fine, but after an hour orso(some
times 2 hours if there is not mutch traffic)
machines and user accounts start expiring.
i don't know why, but it is ?! after i do a restart, samba comes up and
works again.
i checked the mysql server (coz' i use pdb-sql as backend) but the
2006 Apr 23
0
doubt in samba-ldap configuration
Hello group,
I am trying to configure ldap backend to samba.
My samba and ldap machines are on different machines.
I am using samba3.0.22 and openldap-2.3.11.
I got two smb.conf files.
One in /etc/samba/smb.conf and another in
/usr/share/doc/samba-3.0.22/examples/LDAP/smbldap-tools-0.9.1/smb.conf.
Now the problem is when iam using 2nd smb.conf,
smbclient is showing the share info. for any
2010 Mar 24
1
Migration from 3.0.23d to 3.4.5 failed
Hi,
I have a problem migrating Samba, users can't be authenticated. It
always says "user unknown or incorrect password".
I have low skills on Samba so I followed the official HOW-TO install
step-by-step, but now I'm stucked.
Everything works well on the (old) 3.0.23d Samba server.
I can't add a machine to the workgroup using the admin account
(administrator).
I
2010 May 05
1
backend migration and Samba upgrade.
Short background :
Due to Windows Seven deplaoyment we have to upgrade Samba 3.0 to Samba
3.4 (actually less version but I see no reason not to go directly to 3.4).
And due to SQL backend support aborted we have to switch from SQL
backend to LDAP backend.
What I have in mind to do this migration is the following :
-install samba 34/OpenLDAP (I also change the machine in the meantime)
2011 Oct 26
1
Win7pro can't authenticate dcom identity
I have a Samba 3.4.7 PDC set up (Ubuntu 10.10/OpenLDAP) and have configured
a Windows 7 Pro 64 bit workstation as a domain member. Logins and shares
work without a hitch.
I'm running into a problem with ArcGIS 10 Server on Windows using domain
accounts for the services. ArcGIS post-install fails because it won't take
the username/password combination of the domain account. I initially
2004 Sep 02
2
How let SIP clients connect directly?
I use tips from Voip-info but doesn't work yet.
canreinvite=yes in sip.conf
rgds
Sato
---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040902/fbf4cf74/attachment.htm
2004 Nov 04
1
Tinc on Windows XP
Hello!
I am trying to install tinc under Windows XP.
I have read the installation instructions for Windows.
The instructions don't call for creating any office
text file (just a text file for home). But in one of
your figures, you show that office key being
generated. When I run the tincd command, I see a home
file in the hosts directory, but there is no office
file. Am I missing