Displaying 2 results from an estimated 2 matches for "mysqlsam".
Did you mean:
mysqls
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 = plugin:/usr/local/samba/lib/pdb_mysql.so:mysql
;passdb backend = mysql:mysql
mysql:mysql host = localhost
mysql:mysql user = root
mysql:mysql password = alexander
mysql:mysql database = samba
...........
2004 Aug 13
0
Clarification on a few concepts, for a FAQ I'm writing
...database, for ssh or other services, yes?
**********
Assertion 3
**********
This relates to the difference in _function_, if any, between the list
of "Account Information Databases" provided in Chapter 10 of the
Official Samba-3 HOWTO:
plain text
smbpasswd
ldapsam_compat
tdbsam
ldapsam
mysqlsam
xmlsam
and the list in "PAM-based distributed authentication" provided in
Chapter 24 of the Official Samba-3 HOWTO:
/etc/passwd
Kerberos
LDAP
NetWare Bindery
SMB Password
SMB Server
Winbind
RADIUS
--
My Question: As far as I understand, in terms of usage context, both
lists present opt...