similar to: MySQL passdb backend (mysql_init)?

Displaying 20 results from an estimated 1100 matches similar to: "MySQL passdb backend (mysql_init)?"

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:
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
2006 Jun 01
0
3.0.22 on solaris9 does not start as daemon
I'm trying to start smbd (samba 3.0.22) as daemon (smbd -D --configfile=/etc/smb.conf) on solaris 9 sparc with current recommended patches but the smbd process never returns from trying to become a daemon. Samba was built with ldap, (heimdal) kerberos and active directory support using gcc 3.3.2 from sunfreeware. Solaris 9 is a new install on a development machine with production patches.
2006 Jun 04
1
samba 3.0.22 on solaris9 does not start as daemon
I'm trying to start smbd (samba 3.0.22) as daemon (smbd -D --configfile=/etc/smb.conf) on solaris 9 sparc with current recommended patches but the smbd process never returns from trying to become a daemon. Samba was built with ldap, (heimdal) kerberos and active directory support using gcc 3.3.2 from sunfreeware. Solaris 9 is a new install on a development machine with production patches. 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
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 >>
2004 Dec 20
2
samba ldap?
Samba Ldap experts, I am trying to recompile samba to support ldap. After compiling samba with --with-ldapsam, I had no errors with configure or compilation. However, after starting up smbd and nmbd, I get these errors in the log.smbd file when I try to connect to the server: [2004/12/20 13:57:02, 0] lib/debug.c:reopen_logs(590) Unable to open new log file /var/log/samba/smbd.log: No
2004 Feb 05
1
PDC/profile Migration to new Host (Domain)
Hello, I have to migrate a network with a samba 2.2 PDC to a new host with a Samba 3.0 PDC. Samba 3.0 is up and running now. The only thing that makes me nervous is how to migrate the profiles of the old PDC to the new PDC. Unfortunately usernames/machine names will also change. The profiles are per user (not per machine) and will stay this way. The clients are win2K pro, winXP pro. Is it
2004 Feb 06
1
what is nmbd doing on all interfaces?
hi, i just noticed the following running netstat: udp 0 0 192.168.1.100:137 0.0.0.0:* 19862/nmbd udp 0 0 0.0.0.0:137 0.0.0.0:* 19862/nmbd udp 0 0 192.168.1.100:138 0.0.0.0:* 19862/nmbd udp 0 0 0.0.0.0:138 0.0.0.0:* 19862/nmbd in my smb.conf i got: interfaces = eth0 bind interfaces only =
2004 Jan 26
4
net: ../../../libraries/liblber/decode.c:644: ber_scanf: Assertion `((ber)->ber_opts.lbo_valid==0x2)' failed.
net groupmap modify ntgroup="Domain Admins" unixgroup=504 net: ../../../libraries/liblber/decode.c:644: ber_scanf: Assertion `((ber)->ber_opts.lbo_valid==0x2)' failed. I was told this may be specific to ldap setup with samba 3.0.0, but is fixed in later versions of samba. however, in 3.0.1, there is a far worse bug that makes machines only available some of the time(i was told
2004 Jan 14
1
Pool printing via cups and notification via samba
Hello, I've been thinking about setting up some sort of pool printing, where a job can be sent and the system can decide which printer to send it to. I know that with cups I can define a pool, but I'd like to have samba print a notification as to which printer cups sent the job to. The rationale is: I have multiple printers, each under a maintenance agreement. I have some printers
2004 Jan 09
1
best, safest and easiest way to provide remote access to files on linux machine
dear list. this question is rather related to samba, although not exclusively. I consider it related enough to ask here, please apologise if you don't. we are in the process of setting up a samba domain at my company. a goal is to replace our current nt4 servers. another goal is to provide an easy way to access the documents on the lan (and peoples home directories) from 'outside'
2003 Aug 08
2
samba-3.0.0 Beta3 LDAP error
I installed samba 3.0.0 beta3 on FreeBSD 5.0 alpha RELEASE, with ./configure --with-ldapsam --with-quotas --prefix=/usr/local/ldapsamba, the smbd log told me this: 2003/08/07 07:37:29, 0] lib/module.c:smb_load_module(40) Error loading module '/usr/local/ldapsamba/lib/pdb/ldapsam.so': Cannot open "/usr/local/ldapsamba/lib/pdb/ldapsam.so" [2003/08/07 07:37:29, 0]
2004 May 26
1
LDAP builtin not found
Guys, I got the samba 3.0.4 source rpm and samba 3.0.4 patch. So I applied the patch with succefful and included in samba3.spec --with-acl-support. I build a new package using rpmbuild -ba samba3.spec and so I instaled the new package. After, I saw these messages on /var/log/messages May 26 15:02:21 spirit smbd[20303]: No builtin nor plugin backend for ldapsam found May 26 15:02:21 spirit
2003 Jun 05
1
Where is te file 'ldapsam.so'?
Hello, I have a small problem with the configuration of Samba3a24. The problem is is following: I want to use Samba3 and LDAP like PDC. I run the nmbd and smbd, and it gives the following error me: torrente:/var/log/samba # /etc/init.d/nmb start Starting SAMBA nmbd : done torrente:/var/log/samba # /etc/init.d/smb start Starting SAMBA smbd : done torrente:/var/log/samba # smbclient -L localhost
2005 Jun 13
1
Errormessage at start of samba
Hello! I have problems with starting my samba server with openldaplinking. This is the log at smbd start daemon: [2005/06/14 00:00:30, 0] smbd/server.c:main(798) smbd version 3.0.14a started. Copyright Andrew Tridgell and the Samba Team 1992-2004 [2005/06/14 00:00:30, 0] passdb/pdb_interface.c:make_pdb_methods_name(721) No builtin nor plugin backend for ldapsam found [2005/06/14
2005 Jun 15
1
No builtin nor plugin backend for ldapsam found
Hello! i have some problems with my passdb backend and openladp-samba server. Logs, starting smb.conf: [2005/06/14 00:00:30, 0] smbd/server.c:main(798) smbd version 3.0.14a started. Copyright Andrew Tridgell and the Samba Team 1992-2004 [2005/06/14 00:00:30, 0] passdb/pdb_interface.c:make_pdb_methods_name(721) No builtin nor plugin backend for ldapsam found [2005/06/14 00:00:30, 1]
2003 Nov 20
0
samba 3.0.0 Authentication with NTsp4
We have been running Samba 2.2.x for some time without problems. Servers are Solaris 2.7 and RH Linux. Clients are a mix of WinNTsp4 and Win2K. Server setting is for plaintext (un-encryted passwords). On upgrading the Samba server to 3.0.0, (smb.conf file unchanged): All WinNt clients fail to authenticare. Win2k clients authenticate correctly. On reverting back to Samba 2.2.x, all cleints
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]
2006 May 24
0
Samba will not start
Hi, Right after I run "vampire" (net rpc vampire -S gia42c-1 -U Administrator) command, samba would no longer start. The samba server was installed on Gentoo linux and running behind a firewall. The PDC which is Windows NT 4 server is on different subnet with no firewall. Please check the log and smb.conf below and see if there's anything I can do to make "samba"