Displaying 9 results from an estimated 9 matches for "initgrps".
Did you mean:
initgroups
2007 Apr 25
2
Can not grant SeMachineAccountPrivilege on Debian Etch
...the "Domain Admins" group.
The command returns:
Failed to grant privileges for LDS-DEMO\ldsinst (NT_STATUS_ACCESS_DENIED)
In the past when this has failed, the "only" way to get it to work was to:
1) Stop Samba
2) rm /var/lib/samba/group_mapping.tdb
3) Start Samba
4) Rerun initGrps.sh which does...
# Map Windows Domain Groups to UNIX groups
net groupmap modify ntgroup="Domain Admins" unixgroup=domadmin
net groupmap modify ntgroup="Domain Users" unixgroup=domusers
net groupmap modify ntgroup="Domain Guests" unixgroup=domguest
5) Run the "...
2003 Jul 07
1
Migrate NT PDC to SAMBA PDC
...trator%passwd
a) Note the SID
4. net getlocalsid
a) Note the SID, now check that all three SIDS reported are the same!
5. net rpc join -S NT4PDC -w DOMNAME -U Administrator%passwd
6. net rpc vampire -S NT4PDC -U administrator%passwd
7. pdbedit -L
a) Note - did the users migrate?
8. initGrps.sh DOMNAME
9. net groupmap list a) Now check that all groups are recognised
10. net rpc vampire -S NT4PDC -U administrator%passwd
11. pdbedit -Lv
a) Note - check that all group membership has been migrated
Now it is time to migrate all the profiles, then migrate all policy files.
More later...
2005 Mar 16
1
HELP !!! migrating from win2000 pdc to linux pdc
...t into secrets >
net getlocalsid testpdc0
S-1-5-21-705938202-4238141491-2786779978
< showed correct sid >
net getlocalsid
< no sid available so used: >
net setlocalsid S-1-5-21-705938202-4238141491-2786779978
net getlocalsid
S-1-5-21-705938202-4238141491-2786779978
< used initGrps.sh script to add groups >
------- initGrps.sh ----------
net groupmap modify ntgroup="Domain Admins" unixgroup=root
net groupmap modify ntgroup="Domain Users" unixgroup=users
net groupmap modify ntgroup="Domain Guests" unixgroup=nobody
------- initGrps.sh end ---...
2005 May 16
0
HELP !!! migrating from win2000 pdc to linux pdc
...ntroller >
net rpc getsid -S testpdc -W testpdc0
< sid was put into secrets >
net getlocalsid testpdc0
< showed correct sid >
net getlocalsid
< no sid available so used: >
net setlocalsid < sid from above >
net getlocalsid
< correct sid showing >
< used initGrps.sh script to add groups >
------- initGrps.sh ----------
net groupmap modify ntgroup="Domain Admins" unixgroup=root
net groupmap modify ntgroup="Domain Users" unixgroup=users
net groupmap modify ntgroup="Domain Guests" unixgroup=nobody
------- initGrps.sh end ---...
2004 Jul 06
1
Q about net groupmap examples on samba.org
...t permissions that domain account user has on the local Win2K box while they are logged in.
So I created some groups in /etc/group as follows:
domadmin:x:2000:pianoman
domusers:x:2001:
domguest:x:2002:
ntadmins:x:2010:pianoman
ntpwrusr:x:2011:
ntusers:x:2012:
ntguests:x:2013:
Then I built my own initGrps.sh as follows:
#!/bin/bash
#
# initGrps.sh
#
# Map Windows Domain Groups to UNIX groups
net groupmap modify ntgroup="Domain Admins" unixgroup=domadmin
net groupmap modify ntgroup="Domain Users" unixgroup=domusers
net groupmap modify ntgroup="Domain Guests" unixgr...
2004 May 22
1
getent ??
...;ve installed Fedora Core 2 from scratch, got my DNS and VNC to work, next
is Samba. I was running previously SAMBA 2.28a but now I'm working with
3.04. I've since bought Samba-3 by Example, and I'm following it fairly
closely. I've got samba to work with no shares yet, I've run initgrps.sh to
create my Domain Groups. Winbind is working. I do a getent groups and this
is what I get
~~
------------------------------- shortened the output of getent
baubba:x:500:
public:x:501:
ntadmin:x:502:
BUILTIN\System Operators:x:10000:
BUILTIN\Replicators:x:10001:
BUILTIN\Guests:x:10002:
B...
2011 Mar 21
1
How to Create Local Administrator Account?
I feel like I'm missing something that must be obvious to everyone else.
My Samba server is integrated into AD, but I can't create local groups.
Following the sequence below results in Access Denied.
Start -> Right Click My Computer -> Manage -> Action -> Connection to Another
Computer -> FQDN -> Ok -> System Tools -> Local Users and Groups -> Right Click
2004 Dec 04
0
Samba 3.0.9 PDC - Saving roaming user profiles from windows 2000 sp4 (w2k) failed
...= No
share modes = No
guest ok = No
[profiles]
comment = Roaming Profile Share
path = /srv/smb/profiles
profile acls = No # i also tried "profile acls = Yes"
browseable = Yes
writeable = Yes
/etc/samba/smbusers:
====================
root = administrator
nobody = guest pcguest smbguest
initGrps.sh
============
(has been executed during samba setup)
# Map Windows Domain Groups to UNIX groups
net groupmap modify ntgroup="Domain Admins" unixgroup=root
net groupmap modify ntgroup="Domain Users" unixgroup=smbusers
net groupmap modify ntgroup="Domain Guests" u...
2007 Jun 01
2
Not seeing the expected group memberships with ifmember.exe /list
We have bumped into a most odd problem.
Server:
Debian Etch and their Samba 3.0.24-2
Client:
WinXP SP2, MSI v3, all hot fixes
The following settings are in place on the server:
#!/bin/bash
#
# initGrps.sh
# Map Windows Domain Groups to UNIX groups
net groupmap add ntgroup="Domain Admins" unixgroup=domadmin rid=512 type=d
net groupmap add ntgroup="Domain Users" unixgroup=domusers rid=513 type=d
net groupmap add ntgroup="Domain Guests" unixgroup=domguest rid=514 type...