Displaying 7 results from an estimated 7 matches for "oldsid".
Did you mean:
old_id
2005 Nov 30
4
migrate profile from an old server to a new one - SID and ntuser.dat problem
...e
users are lost, i miss my german keyboard layout and
so on.
I think that this is a problem regarding the sids of
the users. How can i find out the sids from the old
machine and how can i replace the new ones with the
old ones on the new server?
I tried to do it with " pdbedit -u username -G oldSID"
(i retrieved the old SID from the logs, but i don't
know how to generally get it), but it obviously isn't
changed, because "pdbedit -Lv username" still shows
the old SID.
Thanks for your answers...
___________________________________________________________
Gesen...
2006 Jul 25
0
permission-problems after changing pdc-hardware and samba-version
....0.2.ELsmp i386), samba 3.0.23-SerNet-RedHat
(rpm from enterprisesamba.org), no major changes in smb.conf
procedure:
- hostname and netbiosname same as the old one
- copy smb.conf and smbpasswd, save "old" sid
- delete all caches and secrets.tdb
- create new secrets.tdb (setlocalsid <oldsid>)
- start samba
- net groupmap.... (for all groups)
- net rpc info -Uroot%<password> and getlocalsid both return the correct
sid (= oldsid)
- the only difference are rid's but either setting them to the old values
doesn't help
*****************************************************...
2004 Aug 25
1
"net setlocalsid" question
Hi,
I'm a tad confused about something. I've got a production instance of Samba
running. I am trying to get a test version running on the same box, with the
same SID. Without the test server running, I used "net setlocalSID
<oldsid>" (the net binary is the one for the new server). Then when I issued
'net getlocalsid' it returned it. I thought I was fine. But when I issue
"net groupmap list" all the SID prefixes still show the old SID. Did I do
something wrong? Did it not work since I have ano...
2004 Jun 15
0
pdbedit - RID for machine accounts
...mba
3.0.4. It is a small domain and I use tdbsam as a backend. No LDAP (yet ;).
I could actually retrieve the old SIDs from a backup file, and also the
smb.conf file. All other files was though lost :(
I managed to give the new domain (PDC) the same SID as the previous using
$ net setlocalsid <oldsid>
Now I want to add previous machines into the domain. Because I know the
machine SIDs I thought I could do something like this:
$ adduser <mach>$ -g machines
$ pdbedit -a -u <mach> -m -U S-1-5-21-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxxx-<rid>
Using the SID from my backup. The entry...
2004 Aug 24
0
Profile troubles with 2.x-3.x upgrade
...f to
reflect what I believe are the new values for 3.x. The testparm command does
not complain. I will include a dump of the old and new smb.conf files at the
end of the email. Then I made sure that the new server would have an
identical SID to the old one, by using "net setlocalsid <oldsid>". I then
stopped the old server, started the new one, and I was able to access the
shares right away. I thought I was home-free!
However, when I logged in from SOME of my NT machines, and my only W2K
machine, they were not able to find the user's profile. The profiles are in
th...
2011 Nov 21
0
[PATCH] xsm/flask: fix resource list range checks
...diff --git a/xen/xsm/flask/include/security.h b/xen/xsm/flask/include/security.h
index 8a64b0a..0dc21c8 100644
--- a/xen/xsm/flask/include/security.h
+++ b/xen/xsm/flask/include/security.h
@@ -82,6 +82,14 @@ int security_device_sid(u32 device, u32 *out_sid);
int security_validate_transition(u32 oldsid, u32 newsid, u32 tasksid,
u16 tclass);
+typedef int (*security_iterate_fn)(void *data, u32 sid, unsigned long start,
+ unsigned long end);
+int security_iterate_iomem_sids(u...
2010 Mar 23
7
PDC migration from suse 8.2 - samba 2.2.7 ldap - to latest versions on ubuntu 8.04
Hello,
Hopefully I'm in the right place asking for help :-)
I need to move from an old physical Suse 8.2 - samba 2.2.7 + ldap - to
latest samba versions, I would like to use an ubuntu 8.04 virtual machine.
The domain is in production on the physical server, to be dismissed after
migration. It is also the file server!!! so /DATA/ has all shared and
permission driven file access..
I was