similar to: Samba 3.0.9 + Windows SP2

Displaying 20 results from an estimated 1000 matches similar to: "Samba 3.0.9 + Windows SP2"

2009 Jul 29
1
Batch computer account creation
I'm looking for a way to batch create a list of computers accounts in Active directroy running on Windows 2000 PDC. I tried to use perl ldap to create those objects but I didn't manage to set the sAMAccountType to "805306369" ( apparently this is a read only auto generated value) Is there any way to do that under Linux ? Thanks, Thomas #! /usr/bin/perl use strict; use
2003 Oct 19
1
jail + devfs + snp problem (FreeBSD 5.1-RELEASE-p10)
shell# /sbin/devfs rule -s 2 delset shell# /sbin/devfs rule -s 2 add hide shell# /sbin/devfs rule -s 2 add path random unhide shell# /sbin/devfs rule -s 2 add path urandom unhide shell# /sbin/devfs rule -s 2 add path zero unhide shell# /sbin/devfs rule -s 2 add path pty\* unhide shell# /sbin/devfs rule -s 2 add path pty\* unhide shell# /sbin/devfs rule -s 2 add path tty\* unhide shell#
2002 Feb 21
0
NT 4.0 Remote Access Server to a samba PDC
[Repost of my reply, with a subject line this time] > Im trying to join one NT Server 4.0 Remote Access Server to a samba PDC > (2.2.2) Domain so that the users who make dial-up connections can be > validated on this domain. The Windows NT Server (RAS) is joining to the > domain but the users who trying to make a dial-in connection receive a > message saying that they not have
2018 Mar 12
2
failes replication ldap, error SPN
Good afternoon. how to overcome the problem, samba creates an SPN in the format computer_name.example.com (computer name in lower case) and Windows registers as CUMPUTER_NAME.example.com (computer name in uppercase). When synchronizing in the direction of Samba, 2 SPN entries appear computer_name.example.com CUMPUTER_NAME.example.com And on the windows side, there is a replication error, since by
2011 Apr 15
3
Samba 3.5.8 / Windows error and system errors while mapping network drive on some PC's
Problem: We have a share defined using Samba 3.5.8 on AIX 6.1. Several people can map a Windows Network Drive to the share and it works fine. Several other people get Windows errors or system errors when trying to map a drive to the same share. Command line errors (from the net use command): System error 59 or System error 64 Windows Explorer error: The specified network name is no
2015 May 05
0
question about unhide / transitory process
Hello, running unhide ( unhide-20130526-1.el7.x86_64 ) on CentOS 7 i get sometimes messages like: Found HIDDEN PID: 30784 Cmdline: "<none>" Executable: "<no link>" "<none> ... maybe a transitory process" On a second unhide run immediately after it, the process seems to have vanished. Also, i do not see anything about it in /proc, and rkhunter
2010 Jun 07
0
I have a weird problem with PDC on samba 3.5.3 and I think I need developers' help :)
I'm sorry for the very long debug pasted below but I'm afraid lower debug levels would not give enough useful information about the problem. I've been investigating it for over two weeks with no result. Maybe developers can tell me where to search for the cause - browsing source code is very hard... I have a Samba PDC with LDAP backend. Configuration works fine on 3.0.x version but
2018 Mar 12
2
failes replication ldap, error SPN
this is a rather critical error. Do you have a patch for version 4.6 or 4.7? В Пн, 12/03/2018 в 18:56 +1300, Andrew Bartlett via samba пишет: > On Mon, 2018-03-12 at 10:36 +0500, denis.shigapov via samba wrote: > > Good afternoon. > > how to overcome the problem, > > samba creates an SPN in the format computer_name.example.com (computer name in lower case) and Windows
2018 Mar 12
1
failes replication ldap, error SPN
but why not bring everything to the same register when checking? How do I understand Windows does not care about the register? В Пн, 12/03/2018 в 19:43 +1300, Andrew Bartlett via samba пишет: > On Mon, 2018-03-12 at 11:33 +0500, denis.shigapov via samba wrote: > > this is a rather critical error. > > Do you have a patch for version 4.6 or 4.7? > > No. It turns out to be
2001 Nov 07
2
No subject
Hello , OpenSSH gurus I am writing an SSH server but I have some problems when testing with your client - I do not recieve any window adjustments. The situation is something like this - I am exchanging data and sending window adjust after every packet, but do not get any window adjust packets. I tried to lookup the place in the source - OpenSSH-2.92p2 - but didn't find it. Can you help me - I
2005 Jan 24
0
SAMBA + LDAP + add machine script bug?
Recently I was having some trouble getting the "add machine" script to work with samba-3.0.10. Initially, I attempted to add a Windoze XP box (i.e. Control Panel ->System -> Computer Name tab) to my domain with a user ID of "root". This would always fail because there was no user named "root" in "ou=Users,dc=somedomain,dc=org". Next, I tried to add
2018 Mar 12
0
failes replication ldap, error SPN
On Mon, 2018-03-12 at 11:33 +0500, denis.shigapov via samba wrote: > this is a rather critical error. > Do you have a patch for version 4.6 or 4.7? No. It turns out to be harder to fix than you might expect, you can see the various efforts made to fix this over time in the bug history. Andrew Bartlett > В Пн, 12/03/2018 в 18:56 +1300, Andrew Bartlett via samba пишет: > > On Mon,
2003 Feb 04
1
Kernel oops with ext3 and software raid
Am using RedHat 7.3 with software raid. it was crashing from time to time so i desided to investigate. after running some stress tests on it it died with a kernel message (see below). it might not be ext3 related but since I was running redhat with ext2 for some time without problems (not on the same machine) I thought it might have somthing to do with the fs. Any ideas. I'll try converting
2020 Jul 14
4
DC disaster recovery
Rpvs> On 14/07/2020 17:25, Gregory Sloop via samba wrote: >> Rpvs> On 14/07/2020 16:51, Gregory Sloop via samba wrote: >>>> Yeah, I could setup an extra XCP box - but at smaller setups, it really seems like overkill. >>>> So, it sounds like restores of the VM work "fine." >>>> How often do machine accounts reset their passwords? >>
2013 Jun 05
0
Introducing py-pkg: Python wrappers for libpkg (pkgng)
Hello, I've been working on getting Python wrappers for libpkg (pkgng) for the past few weeks and I think that I've reached the point to actually announce it :) Anyway, straight to the point. You can find on the below listed links information about the libpkg Python wrappers along with example usage, documentation and of course the code repository. * Introduction to py-pkg along with
2015 Jun 08
1
Issues with OS/2 and Samba 4
Hi Jeremy, Am 02.06.2015 um 17:10 schrieb Jeremy Allison <jra at samba.org>: > Thanks a lot for checking these things ! No one on the Team > runs OS/2 so it isn't easy to test we still work with it, > although we should. > > Can you log bugs for these issues and we will work through > them with you if you're willing to do the testing work ? Sure, I will comment
2003 Jun 27
2
Can't add machine account to domain
I am running samba-2.2.7a-7.9.0 on RedHat 9.0. The domain I am trying to join has a different name than the workgroup I am trying to leave. Below is a copy of the last two entries of the computer_name.log, which are created when I try to add the machine account. [2003/06/27 15:57:24, 0] rpc_server/srv_samr_nt.c:_api_samr_create_user(1929) User carroll-313cny4$ does not exist in system
2005 Feb 24
5
Installation issue?
Greetings from a noob. I am having a little difficulty trying out Wine-20050111 on a fully updated athlon fedora core 2 system and hope other wine users can help. Review of the wine-users.pdf file included in the wine rpm and scanning some of the wine-users mailing list archives have not pointed to any solutions. I am trying to install Turbotax from a Turbtax distribution CD. (The only
2016 Aug 11
0
net ads testjoin OK, net rpc testjoin fails
Okay, here's another wrinkle: if I run 'net rpc testjoin' immediately after joining, it succeeds, but 'net rpc info' fails (see below for the -d10 output). 'net rpc testjoin' fails as described in my last message after a reboot. Looking at the output from the failures, I notice that 'net rpc' is looking for SRV records at '_ldap._tcp.pdc._msdcs.DOMAIN'
2001 Nov 08
0
your mail
Hello Markus, Thanks for the reply :) I am afraid you didn't understand me right I saw the sending of this message - but as I can see it is send only at the start of the connection or after keyreexchange. I need to know if these packets are sent during the connection because my server waits for such packets and didn't recieved them. I am sure that such kind of packets are not sent during