Displaying 20 results from an estimated 2000 matches similar to: "Samba with Mysql as backend and VIRTUAL users."
2004 Mar 15
1
Help with dovecot+passwd+pam_mysql
Hi again,
I'm on Freebsd 4.x and instead of using the mysql patch, it seems like
it would be easier to just use "auth_passdb = pam *" with the pam_mysql
drop-in.
I'm not really a pam.conf writing expert though. Here's what it
currently contains (works for /etc/passwd users)
imap auth required pam_unix.so
imap account required pam_unix.so
2005 Jan 15
1
pam auth with mysql
hi list,
since, days i?m trying to auth. samba users with pam using mysql
without any result
this is my /etc/pam.d/samba:
#@include common-auth
#@include common-account
#@include common-session
auth required pam_mysql.so user=root passwd=** db=samba table=users usercolumn=login passwdcolumn=password crypt=1
account required pam_mysql.so user=root passwd=** db=samba table=users
2006 Apr 05
1
Got SIP response 302 "Moved temporarely"
Hi all
Hmm, often when my Asterisk tryes to register, it get's the answer back:
Got SIP response 302 "Moved temporarely" (and an IP).
But it looks like it's not respecting this redirection and tryes again and
again to register to the server configured in sip.conf instead of the one the
SIP provider tryes to redirect to.
Any known issues?
Mit freundlichen Gr?ssen
Benoit
2005 Dec 31
1
can't switch off login debuggin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
I tried the change from cyrus to dovecot. This was just some days ago
and I'm really happy. Just a little problem. For testing I switched on
some login debugging. Now I can't switch it off. Dovecot seems to ignore
the "no" in the config file.
<snip>
auth_verbose = no
auth_debug = no
</snip>
That is what I get
2005 Jun 04
2
pam mysql authentication
Hello
I am trying to use pam to authenticate dovecot again a mysql database.
In /etc/pam.d/dovecot i have:
auth optional pam_mysql.so host=localhost db=maildb user=mailro \
passwd=xxx table=users usercolumn=address passwdcolumn=passwd \
where="disabled is NULL and deleted = ''" crypt=1
account required pam_mysql.so host=localhost db=maildb
2008 Nov 25
1
Problems configuring samba with pam_mysql auth - NT_STATUS_NO_SUCH_USER / NT_STATUS_LOGON_FAILURE
Hello everyone,
First of all...sorry for this monster post, but I have tried to insert every potentially useful information. :)
The last days I vainly tried to implement a samba server with MySQL authentication on one of our servers (Debian 2.6.27.5). The server shall provide fileshare services to some Mac clients (OS 10.4.11). Mail is already running with pam_mysql auth against the mail user
2009 Jun 25
2
bzip2 compression bug
Hi,
I compressed many files using bzip2, but in some cases it crashes. I
believe that it is related to dovecot indexes.
How to reproduce:
Inside a Maildir folder without any indexes yet, compress a message with
bzip2 and tryes to access it.
At my server is showed the error:
Jun 24 00:18:20 maildev dovecot: IMAP(xxx at xxx): FETCH for mailbox Trash
UID 1 failed to read message input: No such
2009 Apr 20
2
About Asterisk 1.6 web GUI
Hi,
I had some experience on Asterisk 1.0.7 and 1.2.0.
Now, I want to do something on the New Release of Asterisk 1.6.xx.
I want to know wheather there are already web GUI for use now in the
release.
Or still nedd integrate some other third part GUI?
Any advice will be appreciated.
Thanks ahead,
Best Regards,
Gary
-------------- next part --------------
An HTML attachment
2011 Aug 11
2
Removing all duplicate row except by one
Hi,
It's my problem, supppose that we have a data.frame:
t
a b c
1 1 1 1
2 0 1 1
3 1 1 1
4 0 0 0
5 1 0 1
6 0 1 0
7 1 1 1
8 0 1 0
I need extract duplicat row i.e i nedd frame like this
a b c
3 1 1 1
8 0 1 0
I try use subset(t, duplicated(t)) and t[duplicated(t), ] but this command
return
a b c
3 1 1 1
7 1 1 1
8 0 1 0
Best
Marcin M.
--
View this message in context:
2002 Feb 27
3
winsock 16 BIT
Hi!
In October I worked with a client-server (using winsock.dll) 16 bit
aplication
emulated in wine (Not using ODBC), it worked fine. This aplication needs
to connect to a
server using port ctsql 5557/tcp, this service is in my /etc/services.
And wine made all realy fine (Version 20011108). With the release
20011226 (I think)started the problem. Something changed with winsock
16-bit.
I've
2010 Apr 27
2
Connect 2 asterisks servers
Hi!
I need some help
Well i have this cenario:
1 ip04 running asterisk [A]
1 pc running asterisk [B]
I nedd to make calls from A to B, and B to A. Via sip
The A-B calls are working. Now I need to configure the dial plan to call B-A
either to sip numbers and Fxs.
Anyone can help me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jan 22
1
when does dovecot create a mailbox
hi..
im using ldap. what happens when i add a new ldap user and that user
tryes to login to dovecot ?
does dovecot create the mailbox on first login? or do i have to send a
mail first ?
thx
2007 Mar 16
1
transfer=mediaonly : can't hear nothing
I've setup this simple configuration to test the new mediaonly iax
feature in 1.4 :
Input (client) -> Server (routing) -> Termination
transfer=no transfer=mediaonly transfer=no
all the machines are in the same 192.168.0.x net
the routing Server in the middle has iaxusers realtime backend on mysql
the call is originated with a sip phone registered on the Input client
2005 May 27
1
Unable to create channel of type 'Zap' with zaphfc driver
I new in asterisk world so, please, forgive me if I say something stupid.
At least, and after a lot of tryes, the isdn card seems to be registered:
[chan_zap.so] => (Zapata Telephony w/PRI)
== Parsing '/etc/asterisk/zapata.conf': Found
-- Registered channel 1, PRI Signalling signalling
-- Registered channel 2, PRI Signalling signalling
-- Automatically generated pseudo
2006 Sep 12
1
postconf: /usr/lib/mysql/libmysqlclient.so.14: no version information available (required by postconf)
One of my servers is complaining with this error now that I have updated
to CentOS 4.4.
I am now running postfix-2.2.10-1.RHEL4.2.mysql_pgsql.c4 from the
centosplus repository.
I had been running postfix-2.1.5-4.2.RHEL4.mysql.centos4 from the
centosplus repository.
I also have the following MySQL related packages installed:
mysql-devel-5.0.22-1.centos.1
pam_mysql-0.6.0-1
2004 Dec 24
1
openssh authentication for non-system users
Hello,
I am trying to write an PAM module for openssh, which should
authenticate users using an MySQL database (it is based on pam_mysql).
The problem is that I do not know what is necessary to authenticate
successfully users, which do not have entries in /etc/passwd, for them I
get invalid user :(.
I will greatly appreciate any info on the matter. I have been pulling
my hair out for almost
2006 Jun 08
2
PHP Extensions
Hi all,
I have a problem, I'm running CentOS 4.3 and I just installed php with
yum, later I realize that I nedd LDAP support so I download the php-ldap
rpm with yum, everything was OK...but now..the problem is that I need
Informix support, so I search for a php-ifx module to see if it
exist...but no.
So, what are my options? recompile a fresh new php with informix
support...loosing the
2010 Apr 15
2
Regression w/ interactions
I have a project due in my Linear Regression class re: regression on a data
set & my professor gave us a hint that there were *exactly *2 sig
interactions. The data set is attached. We have to find which predictors are
significant, & which 2 interactions are sig. Also, I nedd some guidance for
this & selecting the best model. I tried the `full' model, that being:
2007 May 12
0
valid/invalid users problem
Hello,
I have a weird problem with valid/invalid users settings in smb.conf
file. It started when I migrated to another machine and started to use
pam_mysql. I used samba's internal smbpasswd before. The smb.conf stayed
almost the same. But I just don't understand how could pam_mysql cause this.
Without "valid users" in config, I can login with any account present in
my DB
2005 May 17
1
installing R on Irix
Hello veeryone, I nedd some help here.
The problem is I was trying to install R on my Irix system, with little
success: I got the following ugly error messages: watch out:
begin installing recommended package mgcv
Cannot create directory "": No such file or directory
* Installing *source* package 'mgcv' ...
** libs
gmake[3]: Entering directory