search for: samdump

Displaying 20 results from an estimated 37 matches for "samdump".

2004 Sep 01
1
problem with net rpc samdump
High, I've a samba-3.0.5 installation on a Debian Testing distri box, and I try to join a Windows 2000 PDC in an real ADS environment. I joined successfully the PDC with: # net rpc join -U Administrator Password: Joined domain NEURO After that I tried to list the sam: # net rpc samdump [2004/09/01 16:58:28 , 0] utils/net_rpc_samsync.c:rpc_samdump_internals(222) Error connecting to NETLOGON pipe That's all what I got. Is it, because it is a real ADS environment, or is there anything what I do wrong? Any advise? Friendly greetings from Germany, Heinz.
2006 Apr 06
0
samdump a local file
Is there any way to samdump a local SAM file using the net samdump tool? I have found other utilities for this purpose, but nothing yet that compiles on FreeBSD.
2003 Apr 24
1
intermittant problem with samdump and vampire
...NT4PDC -w DOMNAME -U Administrator password: Storing SID blablabla for Domain IMAGERIE in secrets.tdb > net getlocalsid SID for domain PELICAN is: blablalba where blablabla has the expected format and has the same value obtains by other means. * Joining the domain is also working * Samdump gave a few times Dumping database 0 Domain name: IMAGERIE Group 'Domain Admins' desc='Designated administrators of the domain', rid=512 Group 'Domain Users' desc='All domain users', rid=513 Group 'Domain Guests' desc='All domain guests', rid=51...
2008 Oct 15
4
Bad passwords from Vampire / NT migration
...st set field shows the time of the vampire run. Group membership is correct when using net rpc user info. When I test the logins by using smbclient, in PDC mode, none of the existing passwords work, except the root password I created before the vampire. The weird part is that I ran the net rpc samdump command, and its output all appears to be correct! Almost all accounts besides workstations have LanMan password hashes, and I went as far as to verify the NT hashes. I did this by creating a new user (pdbedit -a) and setting the password to what it is on the NT DC. The NT hash is the same as wh...
2003 Oct 01
2
Samba 3.0 and LDAP as a PDC
...rouble is that the 'net rpc vampire' command isn't working for me, probably because I haven't defined the smbldap scripts right in smb.conf. I've put all the relavent bits in smbldap_conf.pm. If anyone has done this already please may I see a copy of your smb.conf? 'net rpc samdump' works, I guess the output from that could be used to populate the the LDAP, is there a script for that? I've also tried the smbldap-migrate-accounts.pl script, to import all the information from a pwdump of my PDC, this sort of worked but it only created posix accounts, is this right? Al...
2008 Oct 20
0
Unable to update SID using pdbedit
Since I have had trouble getting the net rpc vampire command to properly migrate passwords, I have been looking into stripping down the net rpc samdump results into a smbpasswd backend file, then importing from there into my tdbsam. The first problem I ran into is that the samdump produces RID values from the domain, whereas I need it to represent UIDs that already exist. No problem, since my local accounts already exist from the vampire command...
2008 Oct 22
1
BUG: Bad passwords from Vampire / NT migration
...s/net_rpc_samsync.c file. What I believe is the first problem is that fetch_database() is calling samsync_fix_delta_array() with rid_crypt set to true, which means the password hashes are unencrypted from the RID encryption. However, I believe this call is redundant, and the corresponding call for samdump has rid_crypt set to false. So I think the rid_crypt param should be false in fetch_database(). If you follow the code, it makes its way to sam_account_from_delta() where the password hashes are decrypted a second time by calling sam_pwd_hash(). I believe this is what is scrambling my passwords....
2002 Sep 26
0
Samba-3.0alpha20 released
...xample backtrace script - Added NETLOGON NetServerAuthenticate3 include and parser file - fix for difference in strsep and strtok semantics in nmbd - Ensure we don't change to a user that we can't get an NT_TOKEN for - Put back in BDC support in set_server_role() - added a 'net rpc samdump' command for dumping the whole sam via samsync operations (as a BDC) - don't use spnego in the client unless enabled in smb.conf - Added some new delta types discovered by Ronnie from ethereal - Cope with negative cache dns entries better - do not expose special files, only files, di...
2004 Mar 20
1
Machine accounts, Samba 3, NT Domain migration
Greetings everyone I finally succeeded in doing the seemingly most difficult thing, "following directions." I got my act together configuring the smb.conf and migrating using net rpc vampire into tdbsam. There are issues with this migration in which computer netbios names which are obviously all uppercase were not being created in /etc/passwd. I put my C cap on and converted the computer
2003 Apr 10
0
vampire an NT4 PDC
...ccount to machine TESTCOMPUTER1$ Here is the process we follow : 1. samba is first set up as a BDC for our domain (security=user, domain logons = yes, domain master = no) 2. SAMBA_SRV join OURDOMAIN # net rpc join -U DOMAINADMIN -w OURDOMAIN 3. We test the vampire possibility with : # net rpc samdump -U DOMAINADMIN 4. As our backend is ldap, we have to store the ldap admin password in secrets.tdb # smbpasswd -w SECRET Note: as an improvement, I think it would be better to supply the password after a prompt instead of a command parameter. This will make it not to be saved in syslog if issue...
2003 Oct 08
0
Samba 3.0: Cannot alter user settings with pdbedit
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After a failed migrate from NT4 to Samba 3.0 using the rpc vampire method I decided I'd do it manually with 'net rpc samdump'. Well it sort of worked, except I can't edit any of the users settings, it might just be me, but it should modify the profile to that, just as a test but it doesn't. I'd actually like to get rid of the profile setting all together, tat was simply a test, anyone know where the file...
2004 May 20
1
conflicting domain SIDS
I would like to migrate users into my Samba3 server. Problem is I have a sambaDomainSID that conflicts with my Windows domain SID. My backend is LDAP. I'm not sure what to delete so I can get my SambaDomainSid in sync with Windows domain SID and start migrating users. Thanks! TJ ------------------------ Cannot import users from LABOR at this time, as the current domain:
2006 May 02
1
Samba 4 and AD in Native Mode
Hi, Does anyone know if Samba 4 can extract NT Hashes from Active Directory running in Native Mode. Thanks. John.
2007 May 02
0
Samba 3.x and PCNetLink domain trusts]]
I found part of the prob may have been that I didn't join the samba PDC to its own domain. # net join samba -U root Joined domain SAMBA Now, commands like "wbinfo -t" and "wbinfo -m" indicate that the domains are trusted. Also, I can run "net rpc samdump" to dump the NT4 domain info (but not the PCNL domain.) If I try to log in to the NT4 server as a Samba user (who has been added to the local users group) I get an error "C000019B" - which is seems to be a Samba error (not a microsoft error) suggesting a SID (and possibly winb...
2007 May 02
0
Samba 3.x and PCNetLink domain trusts]]]
...the prob may have been that I didn't join the samba PDC > to its own domain. > > # net join samba -U root > Joined domain SAMBA > > Now, commands like "wbinfo -t" and "wbinfo -m" indicate that the domains > are trusted. Also, I can run "net rpc samdump" to dump the NT4 domain > info (but not the PCNL domain.) > > If I try to log in to the NT4 server as a Samba user (who has been added > to the local users group) I get an error "C000019B" - which is seems to > be a Samba error (not a microsoft error) suggesting...
2008 Dec 17
0
Migration from NT4 to Samba PDC : NT_STATUS_INVALID_NETWORK_RESPONSE
...erver = 192.168.1.204 panic action = /usr/share/samba/panic-action %d admin users = root I can join the NT4 PDC as BDC net rpc join BDC -S NTSERVER -w DOMAIN -U admin%pwd Joined domain DOMAIN. But when I want to vampire or samdup the NT server, I have the following message net rpc samdump -S NTSERVER -w DOMAIN -U admin%pwd [2008/12/17 19:38:39, 0] rpc_client/cli_pipe.c:cli_rpc_pipe_open_schannel(2679) cli_rpc_pipe_open_schannel: failed to get schannel session key from server NTSERVER for domain DOMAIN. [2008/12/17 19:38:39, 0] utils/net_rpc.c:run_rpc_command(151) Could not initi...
2001 Jan 19
1
Question about shares...
Hi to all ! I'm confronted to the following problem : I have a Linux box (SuSE 6.4 running kernel 2.2.14 & smb 2.0.7). I have configured smb to be the master for domain named essaismb. When I connect to this domain from a windows 98 box, it works fine. However, all the PC that are in my firm are not (yet) configured to connect to this domain. At that moment, they connect to a win NT 4.0
2010 Jan 14
1
0 length domain name & SCHANNEL can't be used to fetch trust account password?
...rpc_client/cli_pipe.c:948(cli_pipe_validate_current_pd u) cli_pipe_validate_current_pdu: RPC fault code DCERPC_FAULT_OP_RNG_ERROR receiv ed from host ISHTAR! Anyone seen an error about 0 length names before? The OP_RNG error led me to try some ops with net rpc on ishtar. I tried a "net rpc samdump" and got: get_schannel_session_key: could not fetch trust account password for domain 'BLISS' cli_rpc_pipe_open_schannel: failed to get schannel session key from server 127.0.0.1 for domain BLISS. Could not initialise schannel netlogon pipe. Error was NT_STATUS_CANT_ACCESS_DOMAIN_INFO...
2005 Jan 08
2
Help with Samba (net vampire) not pulling passwords into openLDAP backend - fails pam_ldap authentication - pam_unix used instead ?
...scripts -- why doesn't Samba provide similar utilities ? Are there better 3rd party scripts out there ? **) What might I be missing ? What must I do to get "net vampire" to pull and store the PDC/SAM passwords OK ? *) Should I be using SambaTNG instead ? *) Could I use "net rpc samdump" instead -- and manual scripts to convert to LDIF ? Background: ============ All I want to do is reproduce MSWinNT&2000-PDC/SAM user/computer/group information in LDAP so I can authenticate web applications and other applications without having to manually maintain all this user infor...
2004 Jul 23
1
NT domain migration to LDAP/SAMBA
...thus far, and although I believe I know what to do, no combination of steps actually seems to work properly. I've read the Samba 3 by example book, the idealx HOWTO, the Samba HOWTO collecion, and am coming to the conclusion that it'd just be easier to dump my user data with the old windows samdump utility, and just build my own ldap directory from scratch..... Any information/ideas very much appreciated. Mike. P.S. Here's a sample created account entry, if that helps any:- dn: uid=rwind,ou=People,dc=acu,dc=ac,dc=uk objectClass: top objectClass: inetOrgPerson objectClass: posixAccount...