similar to: net rpc vampire segfault

Displaying 20 results from an estimated 4000 matches similar to: "net rpc vampire segfault"

2006 Jan 17
2
Windows user password changing with Samba + LDAP + smbldap tools
smbldap-tools-0.9.1-1 & Samba 3.0.21a This is what I have in my smb.conf: passwd program = /opt/IDEALX/sbin/smbldap-passwd "%u" passwd chat = "*New password :*\n" %n "*new password :*\n" %n unix password sync = Yes According to "man smb.conf", smbldap-passwd is invoked as root so the passwd chat should be fine. Problem is it
2006 Jan 17
2
net rpc vampire -> segmentation fault
Hi all, I am trying to migrate NT4 domain to Samba-3 PDC, yet I stuck at migrating NT4 PDC information using "net rpc vampire" -- giving "segmentation fault". Any help? I use: Debian Linux, Samba 3.0.21a-Debian The steps that I did: a. In NT's server manager, I created GL-BACKUP as BDC b. Here is my smb.conf [global] workgroup = GLNET netbios name =
2006 Jun 17
1
Dealing with interfaces going down
Some of Shorewall''s features manipulate routing tables. Linux removes routes involving interfaces that disappear (namely pppX). When these interfaces are restore the routing tables are not restored. Just wondering how people are dealing with this situation.
2009 Jan 08
2
Compiling Samba 3.2.7 fails on RHEL 4
My apologies if I sent this email to Seeger directly in error. Any clues to the problem I posted below? Thanks! Marc -----Original Message----- From: Taylor, Marc Sent: Tuesday, January 06, 2009 14:06 To: 'Karolin Seeger' Subject: RE: [Samba] compiling 3.2.6 fails on fedora 10 i386 Karolin, I just downloaded Samba-3.2.7 and ran into the same problem that Adam ran into (I am using
2008 Dec 22
2
compiling 3.2.6 fails on fedora 10 i386
I'm running samba-3.2.6/packaging/RHEL/makerpms.sh and get the following error. any ideas? make: Nothing to be done for `modules'. make: Nothing to be done for `pam_smbpass'. + cd client + gcc -o mount.cifs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE
2010 Apr 26
2
Samba 3.5.2 on Redhat 4
Greetings, Did anyone able create rpms using makerpms.sh script. I tried with many spec files, but I cant fix net error. Anyone who had success, please reply. Thank you. thanks LA
2009 Mar 24
0
Is the net rpc vampire at all destructive to a NT4 PD C?
"net rpc vampire ..." does NOT set the SAM or SECURITY hives of the registry to "readable", which is what renders the PDC non-operable. "net rpc vampire ..." is safe to use as many times as it takes to get comfortable with the process. I did it my self when I was converting our "labs" NT4 domain to Samba. --
2007 Dec 17
1
3.2 Compile Error.
I am compiling the 3.2pre on RHEL4. I'm keep getting following error when I do makerpms.sh. It cant find the library on source/bin. + install -m 755 source/bin/libmsrpc.so /var/tmp/samba-3.2.0-root /usr/lib/libmsrpc.so install: cannot stat `source/bin/libmsrpc.so': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.14652 (%install) I copied the library from another
2009 Mar 24
1
Is the net rpc vampire at all destructive to a NT4 PDC?
Reading through the Samba3 -By Example guide and I'm confused with the statement section 9.2 http://www.samba.org/samba/docs/man/Samba-Guide/ntmigration.html#id2594565 about accessing the SAM and Security sections of the registry will render the PDC non operable. Its clear from the text if you go and edit the registry(regedit etc..) so you can read the entries your PDC will not work.
2003 Jan 21
2
sort-of fix for net rpc vampire account creation
This patch allows net rpc vampire to create accounts in the same way that smbpasswd does, i.e. it will attempt to use the appropriate account creation function for the backend in use. From reading the comments on the top of the local_password_change function, either I shouldn't be going this route or local_password_change is due for some sort of change in status. The only major caveat I've
2007 Apr 09
3
net rpc vampire umlauts (äöüß) problem
Hi, im using net rpc vampire to migrate users/ groups from nt4 to samba3 with ldap backend. But the umlauts (????) in the displayname are malformend. Unix charset in smb.conf is set to ISO8859-1. Any hint how to correct this? Regards S.Drees
2003 Sep 26
1
Samba 3.0 Stable Release - Bug in net rpc vampire ?
hi there after successfully joining an NT domain i tried net rpc vampire -S ntpdc and get: Fetching DOMAIN database SAM_DELTA_DOMAIN_INFO not handled net: decode.c:634: ber_scanf: Assertation `((ber)->ber_opts.lbo_valid==0x2)` failed. Aborted samba compiled perfectly on my suse 8.2 box with rc1 and beta1 i had no problems with net rpc vampire so what's wrong? thx --
2007 Nov 14
1
problem with net rpc vampire
I'm trying to migrate accounts from a NT4 PDC to a Samba 3.0.26a server with a ldap backend, using "net rpc vampire". I was able successfully to run the "smbldap-populate" script and verified that users and groups were created by running "pdbedit -Lw" and "net groupmap list". According to the output from "net rpc vampire" all accounts and
2007 Feb 06
0
net rpc vampire, profiles, SIDs oh my!
Ok. I am trying to "net rpc vampire" from my current AD domain into a ldapsam password backend so I can get the user SID to preserve profiles. I am aware that HKEY_USERS holds that SID as well. In my test environment, the SID for userA in the AD domain when taken from HKEY_USERS and put into userA's ldap entry as sambaSID preserves the profile correctly, also the last digits of
2003 Sep 02
0
Réf. : Re: Net rpc vampire : NT_STATUS_ACCESS_DENIED
Hi all, Thank you for your help, and sorry for my late answer. Everything works fine by now ! Yes, you have to become a BDC to vampire the accounts ! This is why I was getting an "Access denied" error : I thought my Samba was a BDC, but I forgot to add "domain logon = Yes" in my smb.conf, so Samba was a simple share server. Here is the steps I followed to suck the accounts :
2009 Oct 28
4
compiling 3.2.15: cifs.upcall not found afer RPM build
Hello, Trying to compile Samba 3.2.15 on a RHEL AS 4u2 (i686) and I'm getting the following result from 'sh makerpms.sh': > Provides: samba-doc = 3.2.15-1 > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 > > > RPM build errors: > File not found:
2003 Aug 28
1
Net rpc vampire : NT_STATUS_ACCESS_DENIED
Hi ! I'm trying to migrate accounts from my NT4 server, I followed each step described in the HOWTO : - tunred off samba - set domain master at "No" in config file - created groups + mappings as it is advised to - created the BDC account in the NT4 server manager - net rpc join'ed the domain but when I try to vampire user/group accounts, here is what I get : # net rpc vampire
2004 Aug 04
0
net rpc vampire hangs up Samba 3 migration
Hello everyone, I have a small question Is it possible that when I try to migrate with vampire the domain's database the application hangs up? net rpc vampire -S servpdc -U Administrateur%ioan Fetching DOMAIN database SAM_DELTA_DOMAIN_INFO not handled Creating unix group: 'Admins du domaine' The application stops there. I don't understand why. I created the
2005 Apr 14
0
net getlocalsid returns hostname as domain && net rpc vampire fails
OS : Suse 9.2 up to date with Samba 3 and openldap Goal :I want to migrate from Windows NT to samba 3. WINPDC : name of the Windows NT PDC LINBDC : name of the Linux BDC WINNTDOMAIN : name of the domain on WINPDC I set up smb.conf to act as a BDC, openldap is running well with a structure ready (I used smbldap-populate from smbldaptools) I used "net setlocalsid" to set my LINBDC SID
2005 Oct 20
1
"net rpc vampire" and filling userPassword
Hello, recently we succeeded in doing a test migration from NT4 to a samba BDC with LDAP. The LDAP directory is now filled with machine, group and user account information. My question: as I have set the smb.conf parameter "ldap passwd sync = Yes", I would have expected that "net rpc vampire" would also set the UNIX password of the LDAP user account entries, i.e. the