Displaying 19 results from an estimated 19 matches for "samedit".
Did you mean:
samedi
2000 Feb 17
0
Using rpcclient or samedit to randomise trust account passwords
...tool available, written, i believe, by mark
russovitch or possible dominique brezhinski, that runs on NT and changes
_both_ the workstation trust account password _and_ the PDC's copy of the
same trust account password in the SAM.
recent additions to samba's "rpcclient" and "samedit" tools also allow the
same to be done -- from a unix command-prompt. once the workstation has
been joined to the domain and rebooted, follow these instructions _prior_
to logging in at the console:
unix$ samedit \\ntpdc -U administrator%administratorpassword
[administrator@ntpdc$ ] use \\ntw...
2000 Mar 19
2
samba-tng-alpha-1.1.tar.gz
...o add users to a domain. the default behaviour on creating a
user is to create the user with no password and account "disabled",
followed by changing the password. this results in, with smbpasswd, the
account being created with the correct password, but the account disabled.
please use samedit. samedit's "createuser username -p userpassword"
command goes through a series of instructions that include creating the
account (which is automatically disabled when created), followed by
setting the password, followed by enabling the account.
i have already disabled smbpasswd -m a...
2000 Mar 08
0
samba-tng-alpha-0.11.tar.gz
...mba.org/pub/samba/alpha or mirror sites.
this version has security = domain tested and, shock-horror, working.
it is possible to do SMB connections with WORKSTATIONNAME\username (wow)
and actually, this is _necessary_, because otherwise, how are you going to
join it to a domain? :-) :-)
as root:
samedit -S . -U root% -l log
[] createuser root -p rootpassword
[] exit
samedit -S thepdc -U admin%password -W remotedom -l log
[] use \\mylocaltngwksta -U root%rootpassword -W mylocaltngwksta
[] createuser mylocaltngwksta$ -j
create trust account: OK
create $MACHINE.ACC: OK
and you're done.
<a...
2000 Mar 29
1
samba-tng-alpha-1.4.tar.gz
ftp://samba.org/pub/samba/alpha and mirror sites
rpcclient and samedit etc. on sun ultras were failing because getopt
cannot be reused. evidence of this is by doing a samedit "createuser
username -p password" and the reported password on-screen is total
garbage.
this was fixed by using the GNU getopt and getopt_long functions (hooray!)
in the same way that...
2002 Aug 21
0
HEAD/TNG Problems.
I've followed the instructions in the DUAL-SAMBA-HOWTO to try to install
a Dual Samba system. I'm running Redhat 7.0 (awaiting my 7.3 in the
post).
I've installed it, added the user `CSMSRV-HEAD$' to both linux and also,
using 'samedit' to TNG. This is the name of my HEAD samba server
running. I've changed the security = share, and the server works on the
network. I can browse shares. I've changed it to =domain and run 'net
rpc join -S csmsrv-tng' and loads of stuff whizzed past the screen,
ending in somet...
2000 Apr 06
1
Join NT domain w/o using Server Manager?
I've been through the Archives, read the FAQs and pertinent info in the docs
that came with the source I downloaded (3.16.2000) samba-latest.tar.gz, and
have been unable to find a solution to my problem.
I saw an article by Jeremy Allison stating "There are two methods of adding
an NT machine to a domain. You can add the machine using the NT
administrator tool called Server Manager for
2001 Sep 19
6
Winbind authentication
...lowed their setup completely.
(at my work I am using RedHat 7.1 and the winbindd daemon found in the
samba-appliance-0.5.1 RPM)
I did the same thing somewhere else, the only difference is that the Windows
server is a W2K box.
When I try to create a machine account on the domain controller with samedit,
I get the following:
samedit -S 'W2KBox' -W DOMAIN -UAdministrator
(substituting DOMAIN with my domain name off course...)
this asks for a password, I enter it, it works, I get the following prompt:
[DOMAIN\Administrator@W2kBox]$
Everything fine so far...
now, when I enter the comman...
2000 Mar 23
0
samba-tng-alpha-1.3.tar.gz
ftp://samba.org/pub/samba/alpha and mirrors.
due to some confusion about how to use samedit's createuser command, i put
a warning / security message in whenever createuser hostname$ is used.
it basically says, now you can join the workstation to the domain because
you have just set the trust account to the insecure, well-known initial
value, and you had best join the workstation to...
2003 Jun 20
4
Windows domain group policies
Hello,
Does anybody have an idea how I can set a group membership to a domain user?
I don't wan't to set the group membership on each computer one by one.
And all Windows admins I asked, doesn't have any anticipation how this
will work, if they don't have a button for click it.
greetings
Thomas
2000 Apr 10
0
samba-tng-alpha-2.2.tar.gz
...d-line tool named rpcclient, with a command-syntax similar to
smbclient, has over sixty five commands that provide equivalent
functionality for the same Windows NT (tm) Administrative tools,
including the ability to remotely shut down a Windows NT (tm) Server.
rpcclient has now been joined by net, samedit, regedit, ntspool,
eventlog, lsa, cmdat and svccontrol. If anyone can think of better
names for these, suggestions are welcomed.
3). Portability
---------------
Samba is now self-configuring using GNU autoconf and libtool, removing
the need for people installing Samba to have to hand-configured...
2000 Mar 31
0
TNG-1.0.5 Problems
...A on subnet 127.0.0.1
>
> *****
> Packet send failed to 198.172.10.255(138) ERRNO=Invalid argument
> Packet send failed to 198.172.10.255(138) ERRNO=Invalid argument
> Packet send failed to 198.172.10.255(138) ERRNO=Invalid argument
>
> log.regedit
>
> empty
>
> log.samedit
>
> empty
>
> log.samr
>
> [2000/03/30 11:13:01, 1] msrpc/msrpcd.c:main(459)
> samrd version TNG-prealpha started.
> Copyright Andrew Tridgell 1992-1999
> [2000/03/30 11:13:01, 1] param/params.c:Parameter(342)
> params.c:Parameter() - Ignoring badly formed line i...
2000 Mar 24
2
Samba and DOS
...t; Subject: samba-tng-alpha-1.3.tar.gz
> Message-ID: <Pine.SGI.4.05.10003240710180.14489-100000@samba.anu.edu.au>
> MIME-Version: 1.0
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
> ftp://samba.org/pub/samba/alpha and mirrors.
>
> due to some confusion about how to use samedit's createuser command, i put
> a warning / security message in whenever createuser hostname$ is used.
> it basically says, now you can join the workstation to the domain because
> you have just set the trust account to the insecure, well-known initial
> value, and you had best join...
2003 Dec 01
0
No subject
...lists.samba.org/pipermail/samba/
Hello all ,
i compiled a samba-tng-2.6.1 on my SuSE 7.0 - all works fine when I start the
"tng" , I can see in my Networkconfiguration
in W2k the samba server and netbios name.
But I can4t creat a samba user - it gives this error line:
/opt/samba-tng/bin/samedit -S . -U root
doing parameter load printers = yes
-----"than ther comes some other massages "------;-)
pm_process() returned Yes
load_client_codepage : loading codepage 850.
load_unicode_map: loading unicode map for codepage 850
added interface ip=192.168.0.98 bcast 192.168.0.255 nmask=2...
2003 Dec 01
0
No subject
....samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Sir,
I'm trying to install WINBIND to a PC running under LINUX . The domain name
of my NT server is ARCHE .
When I use the command :
samedit -S '*' -W ARCHE -U root
there are some error messages such below :
ERROR: Failed to find the PDC
I already ran smbd -D and nmbd -D
Can you help me please.
Best regards
Return-Path: <jbenedet@unm.edu>
Delivered-To: samba@lists.samba.org
Received: from linux05.unm.edu (linux05.un...
2003 Dec 01
0
No subject
...st-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
The latest winbind man says to do:
samedit -S '*' -W DOMAIN -UAdministrator
then,
createuser MACHINE$ -j DOMAIN -L
but when I try to run either I get errors because I do not have samedit or
createuser on my linux box for some reason. So instead I used "smbpasswd -j
DOMAIN -r PDC" after creating an account for the linux b...
2003 Dec 01
0
No subject
....samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
I got the latest winbind code from CVS and installed it. I used the winbind
man page as my guideline for all my configurations (except that I joined the
domain with the smbpasswd command because I do not have samedit or
createuser).
When I do a "getent group" it does not the the groups from my NT domain, and I
cannot log on to the linux machine except as root. It still does not
recognize the NT user names!
smbstatus throws back an error for every "winbind" entry in the smb.conf file.
I cop...
2003 Dec 01
0
No subject
...mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hi,
AFAIK, Samba 2.2.1a does not include winbind. Grab the latest SAMBA_2_2 cvs
and do some testing. Also, you'll notice some information on the winbind man
page is outdated (see samedit).
Cheers
Gustavo
-----Original Message-----
From: Paul Seniuk [mailto:paul@scafcon.com]
Sent: terga-feira, 7 de agosto de 2001 18:11
To: 'samba@lists.samba.org'
Subject: Winbind and 2.2.1a
Helo,
I have managed too install Samba 2.2.1a properly. I am really interested in
having my Sam...
2003 Dec 01
0
No subject
...not 100% certain of it):
1) wbinfo -t returns 'secret is bad', even after immediately joining (and
rejoining) the domain. The error code that it returns doesn't seem to match
up with anything I've been able to sift through in the source (0x08189c18).
Joining the domain with either samedit or smbpasswd seems to lead to the
exact same problem.
2) wbinfo -a DOMAIN+user%badpassword claims to authenticate both plaintext
and hashed passwords (even though plaintext passwords are turned off at the
PDC.) The error logs from winbindd report [r]pc_api_pipe_req failed, which
eventually traces...
2003 Dec 01
0
No subject
...an/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hi, All,
Has anybody ever tried to compile the samba-appliance-0.5/tng under
Suse7.1 which using Glibc2.2?
I met a link error when I did that.
Linking bin/samedit
bin/.libs/libsamba.so: undefined reference to '__va_arg_type_violation'
...
I failed searching that string in source code.
Thanks in advance for any help or suggestion.
Juer
Return-Path: <JamieGertsch@Freightliner.com>
Delivered-To: samba@lists.samba.org
Received: from relay1.freig...