Displaying 20 results from an estimated 2000 matches similar to: "pdbedit and root SID/RID"
2014 Feb 21
1
pdbedit -e broken
I am trying to export my samba password database using
pdbedit -e smbpasswd:smbpass
Mixed in with successful accounts are many errors:
Importing account for bob...ok
build_sam_pass: Failing attempt to store user with non-uid based user RID.
Importing account for fred...failed
Importing account for brian...ok
1) Why does it say "importing" when I am exporting?
2) How do I correctly
2015 Dec 16
1
Cannot export all my users using pdbedit
Hello again,
I'm trying to move all my users from an old Samba server to a new Samba AD
server. When I try to do a 'classicupgrade' the process crashes after a
while without giving me a clear indication of what is going wrong. When I
try to export the users using pdbedit -e smbpasswd , some of the accounts
simply fail. If I look at the output I see something like:
Processing
2003 Jun 20
0
Samba PDC???
Hi All
I am migrating from NT4 to Samba..
I followed the documentation in Samba-HOTO-Collection.pdf
i am fine till i do
#net rpc join -S NT4PDC -w WORKGROUP -U Administrator%password
[2003/06/20] 14:54:03, ] utils/net_rpc.c:run_rpc_command(154)
rpc command function failed! (NT_STATUS_ACCESS_DENIED)
Joined domain WORKGROUP
After this when i do
#net rpc vampire -S NT4PDC -w WORKGROUP -U
2004 Feb 19
1
Migrate NT4 Dom -> Samba 3.0.2a
Hi,
I'm testing the migration of an NT4 Domain onto a Samba-Server.
Now I'm at the point to migrate users and maschine accounts.
It works fine for some users but not for all!
This is the output:
<-
# net rpc vampire -w samba
Fetching DOMAIN database
SAM_DELTA_DOMAIN_INFO not handled
Creating account: Administrator
Creating account: Gast
[2004/02/19 12:40:28, 0]
2020 Oct 22
0
UID/GID CentOS 6 to CentOS 7
Am 22.10.2020 um 14:11 schrieb Thomas Plant:
> Hi,
>
> we are upgrading some servers from C6 to C7 with a lot of user
> accounts on them (UID>=500).
> CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs.
>
> Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I
> could just grep the users out from passwd/shadow/group files and
> append
2020 Oct 22
1
UID/GID CentOS 6 to CentOS 7
On Thu, 2020-10-22 at 15:13 +0200, Thomas Plant wrote:
> Am 22.10.2020 um 14:11 schrieb Thomas Plant:
> > Hi,
> >
> > we are upgrading some servers from C6 to C7 with a lot of user
> > accounts on them (UID>=500).
> > CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs.
> >
> > Can I change in /etc/login.defs MIN_UID/MIN_GID to 500
2020 Oct 22
0
UID/GID CentOS 6 to CentOS 7
> Hi,
>
> we are upgrading some servers from C6 to C7 with a lot of user accounts
> on them (UID>=500).
> CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs.
>
> Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I
> could just grep the users out from passwd/shadow/group files and append
> them to the Centos7 passwd/shadow/group files.
2020 Oct 22
6
UID/GID CentOS 6 to CentOS 7
Hi,
we are upgrading some servers from C6 to C7 with a lot of user accounts
on them (UID>=500).
CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs.
Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I
could just grep the users out from passwd/shadow/group files and append
them to the Centos7 passwd/shadow/group files.
Can this do any damage to CentOS7 later
2000 Oct 30
0
FreeBSD Security Advisory: FreeBSD-SA-00:58.chpass
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-00:58 Security Advisory
FreeBSD, Inc.
Topic: chpass family contains local root vulnerability
Category: core
Module:
2020 Jun 14
0
Modifying username
> Date: Sunday, June 14, 2020 17:26:42 -0400
> From: Jay Hart <jhart at kevla.org>
>
>> On 6/14/20 1:39 PM, Jay Hart wrote:
>>> You may need to modify /etc/shadow for consistency.
>>>
>>> I don't know what to do here. Need some guidance please.
>>
>>
>> Run "vipw -s" and make the same change to that file's
2014 Jul 09
0
W7 and Roaming Profiles on two different PDC
Hello,
I use a Samba 3.6.12-59.23.1-3256-SUSE-SL12.3-x86_64 coming with
openSUSE 12.3 as a PDC. I also use roaming profiles with Windows 7 Pro
clients. This works perfect.
Now I need to _move some clients_ / profiles to another server with
Samba 4.1.9-3.22.1-3256-SUSE-oS13.1-i386 (openSUSE 13.1). This one works
already fine, but with different users. So I can exlude mistakes in my
2020 Jun 14
5
Modifying username
> On 6/14/20 1:39 PM, Jay Hart wrote:
>> You may need to modify /etc/shadow for consistency.
>>
>> I don't know what to do here. Need some guidance please.
>
>
> Run "vipw -s" and make the same change to that file's record for ABCLast.
>
In /etc/passwd the directory was shown in plain text. So I just moved over in the line and
changed
2006 Jul 07
2
clarification needed: $ in machine name?
Hello,
Sorry to be a pest, but I need to try to get some clarification of how the
machine name works when setting up a machine account on the Samba
server. The Samba How-To page
http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-pdc.html#id2536400
talks about the "common error" of including the $ in the machine name on
the server machine. However, all of the
2012 Apr 18
1
[PATCH RFC] sysprep: remove user accounts
Hi Rich,
This patch attends to remove the user accounts in the guest,
I send this out to request your comments, if the concept
is correct and you can point out some syntax error for me.
Thanks a lot,
Wanlong Gao
Remove user accounts except the root user.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
sysprep/Makefile.am | 2 +
2002 Oct 18
0
winbind wbinfo -t secret is bad
Quick run down of my setup:
NT 4.0 PDC, Samba RedHat 8.0 with samba 2.2.5-10 on it.(Also used RedHat 7.2
with 2.2.6 final as well) with the exact same results.
When I run wbinfo -t, I get Secret is bad 0xc000018b. I have been trying to
figure this out for a few days now and can't get it working correctly. If I
run wbinfo -u, all of the users appears in the list, as well when I run
wbinfo
2003 Apr 18
1
Slow vipw and fast pwd_mkdb
Hello,
could somebody to comment PR bin/51148? It is suggestion how to pass
a value of cache size to pwd_mkdb when we are doing vipw or such.
It can give a greate speed-up when master.passwd is really big (and
sometimes it is). Appropriate cache size can make process 10 to 100
or more times faster. I gave the results of measurements in that
problem report.
Thanks in advance!
SY, Alex
2005 Sep 02
0
Samba cannot create a SAM SID
Hello,
for this two platforms x86 and MIPS, I use Samba 2.2.12 on Linux 2.4 (Debian).
It run well on x86 platform after configure and compilation on this platform, with glibc.
I configure for MIPS and compile samba on MIPS platform with uClibc. smbd daemon aborted on error.
Here, in the end of this /var/log/samba/log.smbd file :
...
[1970/01/02 07:30:11, 0]
2002 Jun 14
0
Samba won't start and log says cannot create a SAM SID.
I'm running SunOS 5.8 and I've installed Samba 2.2.4. Samba will not
start and the following error is in the log.smbd. I have debug set at
level 10. I have perused the archives for help but to no avail. I have
also read thru DIAGNOSIS.txt. Of course test 3 fails because samba is
not running. I checked the config file with testparm and it's ok. Your
help would be greatly
2007 Sep 17
3
change uid/god below 100
Hi.
Only indirectly related to zfs. I need to test diskusage/performance
on zfs shared via nfs. I have installed nevada b64a. Historically
uid/gid for user www has been 16/16 but when I try to add uid/gid www
via smc with the value 16 I''m not allowed to do so.
I''m coming from a FreeBSD backgroup. Here I alter uid using vipw and
edit /etc/group afterwards.
--
regards
Claus
2020 Jun 14
2
Modifying username
I modified a users name on my system. From ABCLast, to ALast (used as an example).
I modified the username, then the group name of the user (to align with the new name), and then I
moved the users home directory from /home/ABCLast, to /home/ALast. Then using vipw, edited the
home directory to use /home/ALast.
When I got finished editing the passwd file, I got the following message:
You have