similar to: Failed to retrieve password from secrets.tdb with anonymous bind

Displaying 20 results from an estimated 1000 matches similar to: "Failed to retrieve password from secrets.tdb with anonymous bind"

2006 Oct 10
3
Can't map ntgroup to unix group
1. Here's my case: [root@dsat ~]# net groupmap list [root@dsat ~]# net groupmap add rid=512 ntgroup="Domain Admins" unixgroup=domainadmins adding entry for group Domain Admins failed! 2. Here's samba log: [root@dsat ~]# tail /var/log/smbd.log [2006/10/10 08:51:23, 0] lib/smbldap.c:smbldap_connect_system(851) ldap_connect_system: Failed to retrieve password from secrets.tdb
2005 Jul 06
2
Samba LDAP timeout
Hello, I'm having trouble configuring an Ubuntu Hoary Samba server to use LDAP for authentication (the server is named "dixie"). I'm basing my configuration on another server here at work that connects just fine. When I try to just list samba shares on dixie with $ smbclient -L dixie -U faker It takes quite some time for the request to go through before failing. Looking at the
2004 Jul 09
1
Regarding net groupmap
Well, my Samba 3.0.4 is joined to a w2k AD and works fairly well so far, as it's not in a production environment yet. I am now testing it for such a release and have encountered a permission problem. Unless I chmod -R 777 the Samba share directroy, users can only read files on the share, including the ADS users in Domain Admins. Reading the Samba online manual, I figured the groupmap
2004 Feb 19
2
Samba & LDAP
Hello, I'm trying to get SAMBA (v 3.0.1) to use my LDAP server but don't seem to be getting very far. Here's what's being logged when I try to join the domain (Sambe is acting as a PDC). 2004/02/17 12:05:03, 0] lib/smbldap.c:smbldap_search_suffix(1077) smbldap_search_suffix: Problem during the LDAP search: (unknown) (Invalid credentials) [2004/02/17 13:06:36, 0]
2005 Oct 14
1
3.0.14 -> 3.0.20a: ldap errors, unable to authenticate or browse
Hello, I was using version 3.0.14 and upgraded to 3.0.20a. I did not change my config, however, I am seeing some serious problems now, and I am not sure what to do about it. I noticed there were a large number of changes between these two versions. I looked at the changes briefly, but there are just so many. This samba server is a domain memmber, on an ADS domain with a win 2003 enterprise
2002 May 11
1
ldap_connect_system: Failed to retrieve password for from secrets.tdb
Hi, since samba 2.2.4 (I use the prebuilt Mandrake cooker RPMs) I got the following problem on authorizing or changing a password using 'smbpasswd'. Ever user is rejected, even if he uses the correct password and in my logs the following error messages appear: ------------------------- May 11 12:31:22 pc1 smbd[18130]: [2002/05/11 12:31:22, 0] passdb/pdb_ldap.c:ldap_connect_system(159)
2009 Mar 20
0
Failed to retrieve password from secrets.tdb with anonymous bind
I have solved the same problem like Dr. Alberto Benati (Samba user authentication with LDAP, without root access) I would like to ask you whether you have already finished your problem or not. Please let me know your solution. Thank you for help Pavel
2003 Jan 09
2
Help With Restoring
Hi All, I have been using rsync to backup to a central server with a 7 day incremental script on 2 Redhat boxen. #!/bin/sh PATH=/usr/local/bin:/usr/bin:/bin DAY=`date +%A` export PATH DAY [ -d /root/emptydir ] || mkdir /root/emptydir rsync --rsh=/usr/bin/ssh --delete -a /root/emptydir/ CENTRAL_SERVER_IP:/backup2/BACKED_UP_SERVER_FQDN/$DAY rmdir /root/emptydir rsync --delete
2015 Nov 09
2
CentOS6: missing kernel module?
Testing out tipc for cluster development, and running into an immediate snag. tipcutils was found in EPEL but despite having a "compatible" kernel, it doesn't seem to actually work. It's a completely updated system, Intel i5 with 16 GB of RAM, nothing remarkable. Any ideas? [root at backup2 ~]# tipc-config -netid=1234 -a=1.1.1 -be=eth:eth0 TIPC module not installed
2018 Sep 11
1
Ensuring that rsync doesn't try to write to an unmounted drive
On Tue, 2018-09-11 at 12:56 -0400, Kevin Korb via rsync wrote: > --timeout is about network connection timeouts. You aren't using the > network so it doesn't apply at all. Even if you were networking an > unmounted filesystem is an empty directory as far as rsync is > concerned > and rsync would treat it that way with no idea that you intended to > have > something
2001 Sep 23
2
destination dir doubles in size
I am using Rsync to mirror my primary drive to a mounted second drive. I am using a crontab to control it: 30 3 * * * /usr/bin/rsync -rpogl /* /mnt/backup2/systemBackup/ The first run seems fine. But the subsequent running seems to double the original directory size. I notice this by running df -k. The destination size increases two fold, as if each time Rsync runs, it repeats itself, rather
2007 Jul 06
1
Connection problem with 3.0.25a [solved]
I found a solution for this, but I don't understand why this made a difference. First, here's output from testparm: ---------------------------------------------------- testparm Load smb config files from /usr/local/etc/smb.conf Processing section "[backup2$]" Processing section "[backup$]" Loaded services file OK. Server role: ROLE_STANDALONE Press enter to see a
2018 Nov 09
2
Samba with OpenLDAP (not a DC)
Hi, I'm trying to setup a samba server on Ubuntu 16.04 following the docs[1] on the samba wiki. I have my users in OpenLDAP, along with their Posix attributes. They can ssh/sftp to the Linux server and have valid *nix GIDs/UIDs. I've added the 'passdb backend' and 'ldap suffix' lines into my smb.conf[2] however I'm getting errors[3] in smb.log that the ldap server
2002 Jun 25
2
Samba Add Users -- Samba Rookie
I get the following error message when trying to add a user to samba using... smbpasswd -a user1 Unknown parameter encountered: "ldap bind as" Ignoring unknown parameter "ldap bind as" Unknown parameter encountered: "ldap passwd file" Ignoring unknown parameter "ldap passwd file" New SMB password: Retype new SMB password: Failed to setup a TLS session
2009 Oct 27
3
samba ldap
Hi, I am following https://help.ubuntu.com/8.10/serverguide/C/samba-ldap.html and ldap works perfectly fine. I have issues with connecting to ldap from samba. I get [2009/10/27 12:37:28, 1] lib/smbldap.c:another_ldap_try(1153) Connection to LDAP server failed for the 9 try! [2009/10/27 12:37:29, 2] lib/smbldap.c:smbldap_open_connection(786) smbldap_open_connection: connection opened
2008 Apr 24
2
[LLVMdev] Status of use-diet so far (NO API CHANGES)
Hi all, in the last days I was busy gathering performance data about the "class Use"-related changes. I have nice measurements on a 8Gig MacPro with kimwitu++. This is important to say, because this machine is in plenty of memory, so swapping is not likely, which means that in more constrained setups (when swapping occurs) the use-diet approach is probably producing even better
2007 Jun 05
1
Samba unable to connect to ldap
Need some help if anyone can provide it on this issue. I have a very basic setup and am trying to have samba utilize openldap. I have made sure the password is correct but for whatever reason, I am unable to connect. Here is a log of what is going on. Any help would be greatly apprecated. TIA Maximum core file size limits now 16777216(soft) -1(hard) get_current_groups: user is in 7 groups: 0,
2005 Jan 11
4
Problems with OpenLDAP 2.2.20/Samba 3.0.10 and smbpasswd
Hi everybody, i'm having serious problems with the configuration of samba 3.0.10. First my setup : samba-3.0.10 built from source openldap-2.2.20 built from source OS : Suse Linux 7.1 (but updated -> Kernel 2.4.27) My problem : ------------ I'm trying to use smbpasswd like the following : ---snipp--- [PTS2] 486dx66:/usr/local/samba3 # bin/smbpasswd -D 10 tina Netbios name list:-
2014 Nov 08
4
Master Works, Slave Does Not
[Please use reply-all to keep the discussion on the list, thanks] On Nov 6, 2014, at 10:19 PM, Charles Lepple <clepple at gmail.com> wrote: > On Nov 6, 2014, at 12:48 PM, Steve Read <sd_read at hotmail.com> wrote: > >> I am presently upgrading my servers. The old ones are running Suse 10.1 and I am upgrading to the most recent Debian. > > What version of NUT on
2003 May 01
2
Sudden disconnect
hi all, just finished upgrading to 2.2.8a and things went well and without any sign of a glitch. I was able to log in from windows to my FreeBSD box as root just like before the upgrade. but then, all of a sudden, the box was no longer available from windows no sign of anything going on with the FreeBSD computer I can putty into it and it seems fine nmbd and smbd show up in top what could