similar to: how set samba use mysql

Displaying 20 results from an estimated 400 matches similar to: "how set samba use mysql"

2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
See attached samba-3.0.23/examples/pdb/test.c which actually compiles. -------------- next part -------------- /* * Test password backend for samba * Copyright (C) Jelmer Vernooij 2002 * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the
2004 Aug 31
2
plaintext backend
Hello I would like to use plaintext backend with a simple Samba 3.0.6 configuration to get rid of the system of double passwords and rely just on the plain old unix /etc/passwd ones. However I couldn't find any information about it in 1) man smb.conf 2) online Samba official HOWTO I tried putting passdb backend = plaintext into a smb.conf file with security=share and the Samba server
2004 Dec 13
2
compile samba v3.0.9 vfs-errors
Hello NG, found a thread with almost my current problem. There wasn't any solution out there. Maybe anything has changed? I want install samba v3.0.9 on an old rh linux v7.1. Currently there's no chance to update the core system. But while compiling it breaks with many "vfs"-errors as shown below: ..SNIP.. modules/vfs_shadow_copy.po(.text+0x6e2): undefined reference to
2005 Feb 03
1
samba nad ldap
Hi everyone! I have (i think) a fully functional tls enabled samba ldap server. I used the documenation on www.idealx.org. I can make users and computers with smbldap-tools but i can't add Windows computers to the domain in the client end. smbldap-useradd -w w-eddie ldapsearch -x generates among other things: # w-eddie$, Computers, dbb.su.se dn:
2017 Nov 13
2
Winbind error "Could not fetch our SID - did we join?"
On 2017-11-13 12:33, Rowland Penny via samba wrote: > On Mon, 13 Nov 2017 12:05:33 +0100 > Sven Schwedas <sven.schwedas at tao.at> wrote: > >> /etc/hostname:villach-file >> /etc/hosts:# The following lines are desirable for IPv6 capable hosts >> /etc/hosts:::1 localhost ip6-localhost ip6-loopback >> /etc/hosts:ff02::1 ip6-allnodes >>
2003 Jul 11
2
Join linux to win Nt pdc
dear milist i'm newbie , i try to join my linux box to win nt pdc , i try follow documention in samba.org but still not working here the conditional of my server . server win nt PDC = 192.168.0.1 linux workstation = 192.168.0.10( linux mandrake 9.1+ samba ) in win nt PDc have been add win nt workstation with name linux ( linux ws) here my samba.conf [global] netbios name = linux
2003 Dec 08
1
MySQL passdb backend (mysql_init)?
Greetings All, I am trying to use MySQL4 as the backend for authentication through Samba 3.0.0. When I finally got it to compile ok (damn that mysql/mysql.h) I cannot get it to work. Below you'll find the log transcript from when I try to connect with any client -- smbclient in this case. And yes, I have the MySQL-part setup correctly using the example mysql.dump from the dist and the user
2008 Jan 10
3
Samba problem connecting
Installed Samba 3.0.10 via 'pkgadd' on Solaris 2.6 - previously running Samba 2.2.8. It starts up and SWAT confirms that it is running and I am using the same smb.conf but I am unable to connect to a share via PC. Message "\\s080 is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access
2001 Mar 31
2
Configure Samba
Hi, Need you help on this question : 1) How to configure samba for Irix 6.5 (Samba version is 2.0.7 ) to connect to Windows 95 / NT 2) How to make SGI Irix share the printer which are connect to Windows 95 / NT (printserver) Thanks & regards - rosli -
2018 Feb 21
1
Finding and replacing instruction patterns
Hi all -- first time poster, hoping that this is going to the right list. Also a complete LLVM newbie, so please correct any glaring errors in my understanding. I am an architecture researcher at Penn State working on Processing in Memory (PIM) architectures. Currently, I plan to use LLVM to detect and replace groups of instructions which can be accelerated in memory. Once a group of
2009 Nov 04
2
samba 3.4 ADS support broken on ipv6 networks ?
Our Windows 2003 domain controllers and Samba member servers support both ipv4 and ipv6. Our DNS server resolves hostnames both to ipv4 and ipv6 addresses. Recently, this turned out to be a problem when within a regular Fedora 11 update, samba 3.2 was replaced with samba 3.4. samba-3.4.2-0.42.fc11.i586 to be exact. Everything Active Directory related stopped working and I had to stop winbind
2017 Jul 11
2
error: In anonymous_4820: Unrecognized node 'VRR128'!
hello, i need to use v32i32 and v32f32 in store instructions. I defined my register as; def VRR128 : RegisterClass<"X86", [v32i32, v32f32], 1024, (add R_0_V_0, R_1_V_0, R_2_V_0)>; def STORE_DWORD : I<0x70, MRMDestMem, (outs), (ins i2048mem:$dst, VRR128:$src), "STORE_DWORD\t{$src, $dst|$dst, $src}",
2008 Aug 26
4
syncml with server push email
Any recommendations for server push email using syncml and dovecot? I am familiar with Funambol for syncing pim info, but not used it for email. Are there any recommended opensource or commercial syncml servers that are known to integrate nicely with Dovecot 1.x? Googling hasn't really turned up much in the way of useful info. To mix it up a little, I was using Funambol for the Pim
2002 Sep 16
1
Multicasting routing in SUSE
hi all, This is my first message to the group.My name is Anirban Chakraborti and I am with new mexico state university. I have recently built a router using suse linux.I need to turn on IGMP and PIM to allow it do multicasting.How to do that? Secondly I also want to control the rate of the datatransfer from the router''s ethernet interface to the ppp interface. Thanks for the
2017 Jul 11
2
error: In anonymous_4820: Unrecognized node 'VRR128'!
Thank You. How to do the same for add please see the following; it gives duplication error. def VADD : I<0x0E, MRMDestReg, (outs VRR128:$dst), (ins VRR128:$src1, VRR128:$src2),"VADD\t{$src1, $src2, $dst|$dst, $src1, $src2}", [(set VRR128:$dst, (add VRR128:$src1, VRR128:$src2))]>, TA; def : Pat<(add VRR128:$src1, VRR128:$src2), (VADD VRPIM128:$src1, VRPIM128:$src2)>;
2017 Jul 11
2
error: In anonymous_4820: Unrecognized node 'VRR128'!
Thank You. But can we use same register class for fadd as well, is this instruction correct? def VFADD : I<0x0E, MRMDestReg, (outs VRR128:$dst), (ins VRR128:$src1, VRR128:$src2),"VFADD\t{$src1, $src2, $dst|$dst, $src1, $src2}", [(set VRR128:$dst, (fadd VRR128:$src1, VRR128:$src2))]>, TA; On Tue, Jul 11, 2017 at 9:00 PM, Craig Topper <craig.topper at gmail.com> wrote: >
2007 Jan 29
3
Vista can't use samba hosted printer drivers
Is anyone else seeing Vista (final) will not "connect" to a samba-hosted printer? I'm getting error 0x00000057. I can connect to the port only and install a local driver, though. It's just that the drivers will not load correctly. The drivers do load partly, because I can see driver-specific attributes if I go to "Properties" rather than "Connect". But a test
2007 May 15
2
_really_ disable netbios
I have disabled NetBIOS over TCP/IP on our network, both for Windows and for Samba hosts. Samba hosts have these directives in their smb.conf disable netbios = yes smb ports = 445 But I still see NetBIOS broadcasts and responses coming from Samba hosts, probably because they are still running nmbd. Can I just shut nmbd down or does it still have use? Thanks, Pim
2006 Jan 31
2
idmap ldap backend population
I'm trying to setup an idmap ldap backend for a Samba member server in an ADS domain. I'm using Samba 3.0.14a as distributed in Fedora Core 4. All the LDAP stuff seems to work, except the LDAP database is not being populated. The only thing happening is Samba modifying the ou=Idmap,dc=mydomain,dc=com dn. I was under the impression that Samba would automatically populate the LDAP
2020 Oct 29
1
Samba 3.6 member server auth problems after DC upgrade 2012 R2 -> 2019
I will take your suggestion. Still, Samba 3.6 appears to support SMBv2 just fine. Windows 10 PC's and Windows 2019 Servers are able to connect as a client, with SMBv1 disabled. As long as there's a Windows 2012 R2 server doing the backend authentication. Pim On 10/29/2020 7:09 PM, Rowland penny via samba wrote: > I suggest you upgrade your Centos 6 server, it will go EOL in a month