similar to: Mysql probs..

Displaying 20 results from an estimated 500 matches similar to: "Mysql probs.."

2002 Jul 25
0
Please evaluate my patch for Winbind
Yesterday I posted a problem report with some diagnostics. I seem to have found a solution on my own and provide a patch here. [I didn't post this as a follow-up because nobody responded to my original post and I wanted to make sure someone reads at least this one.] The patch makes the winbind client (libnss_winbind.so) code more robust. Consider the following fragment of broken
2001 May 03
1
[PATCH]: Workaround a security leak on Windows
The attached patch should solve the following problem: ssh-agent creates a temporary directory under /tmp with '600' permissions. The actual socket file is created in that dir using the default umask. That's no problem in U*X systems since nobody but the owner of the directory can read the socket file. Unfortunately, Windows has a user privilege called "Bypass traverse
2006 Jan 06
1
Repost: Help - compilation of winbind_nss_solaris.c/3.0.21a/Solaris 7 and older fails
I would really appreciate help ! I did not have any reply to my two posts and I don't know what to do. I can't build 3.0.21a and I have to migrate 54 Solaris 2.5.1 servers from 2.2.8a to 3.0.x. I'm afraid we could not move to newer solaris versions before 12 or 18 months. Under is the problem description. Thank you for your help. Pierre --------- SOLARIS 7 --------- On Solaris 7
2005 Dec 29
1
SAMBA 3.0.21 - Compile error on SOLARIS 7 & SOLARIS 2.5.1
Hi, Compilation fails on Solaris 7 + GCC and Solaris 2.5.1 + SUN CC. Each time the problem is on winbind. I have no idea about what's going wrong. I didn't have any trouble with SAMBA 3.0.21rc1. Can you help me ? Thank you, Pierre --------- SOLARIS 7 --------- Configure ./configure --with-acl-support --with-ldap=no --disable-cups --enable-static=yes --with-included-popt --------
2015 Sep 26
5
[RFC][PATCH v2] Support a list of sockets on SSH_AUTH_SOCK
The idea behind this change is to add support for different "ssh-agents" being able to run at the same time. It does not change the current behaviour of the ssh-agent (which will set SSH_AUTH_SOCK just for itself). Neither does it change the behaviour of SSH_AGENT_PID (which still supports only one pid). The new implementation will go through the list of sockets (which are separated by a
2004 Mar 03
1
Samba3 tar.gz install ERROR
Please help me... I?m trying to compile samba3 with mysql on Redhat9 and I get the following error with this command line: ./configure --with-expsam=xml,mysql --with-pam --with-pam_smbpass configure: error: --with-pam specified but no PAM headers found and ./configure --with-expsam=xml,mysql --with-pam_smbpass configure: error: No security/pam_appl.h found and ./configure
2016 Apr 23
2
StreamLocal forwarding
Hi folks, (3rd time I am sending this message, none of the other appear to have made it through!) Using "OpenSSH_6.9p1 Ubuntu-2ubuntu0.1, OpenSSL 1.0.2d 9 Jul 2015" on the server, "OpenSSH_7.2p2, OpenSSL 1.0.2g 1 Mar 2016" on the client. I am trying to use sshtunnel with StreamLocal forwarding to enable me to connect back to the client's ssh port, without having to
2003 Apr 07
1
build samba in 64bit mode
I have a problem when I try build samba in 64bit mode (CFLAGS=-O -m64). It builds ok in 32bit. The problem arises when linking nsswitch/libnss_winbind.so On Solaris 9 I'm using bash-2.05$ /usr/local/tools/gcc/bin/gcc -v Reading specs from /usr/local/tools/gcc/lib/gcc-lib/sparc-sun-solaris2.9/3.2.2/specs Configured with: ../configure --with-as=/usr/local/tools/binutils/bin/as
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
2016 May 03
2
StreamLocal forwarding
Hi, The code definitely attempts to unlink any old listener beforehand (see misc.c:unix_listener()) so I don't understand why that isn't being called. You might try simulating your configuration using sshd's -T and -C to make sure the flag is correctly being set. Could chroot be interfering? Some platforms implement additional restrictions on devices and sockets inside chroot. -d
2002 Jun 03
2
Help with 2.2.4 binary build
Hi folks, I'm getting these messages when compiling 2.2.4 on Solaris 7 with gcc version 2.95.3: % ./configure --with-utmp % make Compiling smbd/password.c smbd/password.c: In function `grab_server_mutex': smbd/password.c:1198: warning: passing arg 1 of `message_named_mutex' discards qualifiers from pointer target type Compiling lib/system.c lib/system.c: In function
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
2003 Sep 29
1
samba 3.0.0 spec file problem - OT ?
Hi ! I have tried to build rpm of samba-3.0.0 from spec file. *.spec file is from samba sources and contains only to modifcations to ./configure: --with-expsam=mysql \ --with-ldapsam This is error: + mkdir -p /var/tmp/samba-3.0.0-root/usr/bin /var/tmp/samba- 3.0.0-root/usr/sbin + mkdir -p /var/tmp/samba-3.0.0- root/usr/share/swat/images /var/tmp/samba-3.0.0- root/usr/share/swat/help
2005 Aug 17
1
Urgent help needed for passdb backend
Hello all, I have compiled into RPM's on my Fedora 3 now 3 different versions of Samba (3.0.10, 3.0.14, and 3.0.20) which installs just fine but I am getting errors when trying to start the service. --------------------------- [2005/08/17 12:43:32, 0] smbd/server.c:main(802) smbd version 3.0.20rc2 started. Copyright Andrew Tridgell and the Samba Team 1992-2004 [2005/08/17 12:43:32, 0]
2016 Oct 05
3
Socket forwarding with non existent remote directories
Hi openssh dev's, I love an truly appreciate the Socket forwarding feature in OpenSSH 6.7. i use it for forwarding the socket of GnuPG's agent (that handles the secret stuff) to remote machines. Usecase: ====== I am a remote worker and use gnupg agent forwarding to connect to our company infrastructure that makes heavy use of PGP encryption while keeping my key out of the hands of
2012 Dec 21
0
File Attachments for previous bug report
I have renamed all of the patch files to .txt, which should be acceptable for the mailer daemon at mindrot, per Angel's suggestion. I am attaching the patch files to the email, with the extra space removed and a minor correction made. Bill Parker (wp02855 at gmail dot com) -------------- next part -------------- --- port-linux.c.orig 2012-12-19 17:40:53.231529475 -0800 +++ port-linux.c
2002 Jul 11
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun Forte 6-update 2 compilers
Hi, two weeks before, i had the same warnings, but no fatal errors and i got the following answer von Gerald Carter: > These are const warnings. Ignore them for now. > (not that we don't care about them, but you should be ok). Your compiler wants to compile nsswitch/wb_common.c with -Kpic. On Solaris it has to be compiled with the option -fPic. Normaly the make-script looks for the
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:
2003 Nov 18
0
Is print-serving this easy? Also, Sol8 compile problem
I plan to install Samba 3 on a Solaris 8 server in order to publish some local queues to a few Windows users -- but no file sharing. Is it as simple as configure; make; make install and then share out a few queues? I'd like to add password protection to these pinters, but I can't decide on whether to hand off all authentication to our Active Directory server or just to use one shared
2012 Dec 20
4
Deprecated calls to bzero() and index() found in OpenSSH 6.1p1
Hello All, In reviewing source code for OpenSSH-6.1p1, I found instances of deprecated library calls still within various source code files. Examples of deprecated calls are: bzero() (replaced with memset() which is ANSI compliant), index() (replaced with strchr() which is also ANSI compliant). In file 'auth2-jpake.c', I've replaced all the bzero() calls with the equivalent