search for: ntgroup

Displaying 20 results from an estimated 293 matches for "ntgroup".

Did you mean: netgroup
2005 Mar 16
1
HELP !!! migrating from win2000 pdc to linux pdc
....168.44.81 ) WinXP ( 192.168.44.20 ) ( machine name HP96281120913 ) Added linuxpdc and testpdc to /etc/samba/lmhosts Added linuxpdc and testpdc to our DNS cleaned groups up with ------ delGrps.sh ------------ net groupmap cleanup net groupmap delete ntgroup="Print Operators" net groupmap delete ntgroup="Domain Guests" net groupmap delete ntgroup="System Operators" net groupmap delete ntgroup="DnsAdmins" net groupmap delete ntgroup="Replicator" net groupmap delete ntgroup="Guests" net groupmap...
2005 May 16
0
HELP !!! migrating from win2000 pdc to linux pdc
....168.44.81 ) WinXP ( 192.168.44.20 ) ( machine name HP96281120913 ) Added linuxpdc and testpdc to /etc/samba/lmhosts Added linuxpdc and testpdc to our DNS cleaned groups up with ------ delGrps.sh ------------ net groupmap cleanup net groupmap delete ntgroup="Print Operators" net groupmap delete ntgroup="Domain Guests" net groupmap delete ntgroup="System Operators" net groupmap delete ntgroup="DnsAdmins" net groupmap delete ntgroup="Replicator" net groupmap delete ntgroup="Guests" net groupmap...
2006 Dec 13
1
Problem with duplicated groups?
...e Windows groups to UNIX equivalents via a script like this: #!/bin/bash groupadd ntadmin groupadd domkrbtgt groupadd domcomp groupadd domcontr groupadd certadmin groupadd schemadmin groupadd enterpadmin groupadd poladmin groupadd foo groupadd bar ### Mapping Windows Groups net groupmap modify ntgroup="Domain Admins" unixgroup=ntadmin type=d net groupmap modify ntgroup="Domain Users" unixgroup=users type=d net groupmap modify ntgroup="Domain Guests" unixgroup=nogroup type=d #net groupmap add ntgroup="Domain KRBTGT" unixgroup=domkrbtgt rid=502 type=d net g...
2003 Sep 09
3
rc3 net groupmap add fails
Relevant part of "net3 groupmap list" is System Operators (S-1-5-21-1617713866-2789119093-1479812082-1007) -> sys In howto there is the following example net groupmap modify ntgroup="System Operators" unixgroup=sys net groupmap modify ntgroup="Power Users" unixgroup=sys You can add System Operators but trying to add Power Users fails. If you do it in reverse adding Poer Users works. net groupmap add ntgroup="Power Users" unixgroup=sys No rid or...
2003 Dec 12
1
adding machines to the domain with Samba 3.0.0
Is there something special I need to do to let root add computers to the domain in 3.0? When I try to add the workstation I get an error about 'user not found' even though I can logon to a workstation joined to the domain as 'root'. I was able to add computers to the domain with 2.2.8 with an 'add user command' entry and 'domain admin group = root' in my
2003 Dec 15
1
net rpc vampire problems
Hi all. I'm trying to migrate our NT4 domain to Samba-3.0.1-rc3. My smb.conf: [global] netbios name = vp workgroup = NUSAUS server string = Samba Server %v bind interfaces only = true # interfaces = 192.168.0.1/24 interfaces = 10.146.1.100/24 passdb backend = tdbsam log level = 5 log file = /var/log/samba3/log.%m max log size = 50 name resolve
2004 Jul 06
1
Q about net groupmap examples on samba.org
...n /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" unixgroup=domguest # Map Windows NT machine local groups to local UNIX groups net groupmap modify ntgroup="Administrat...
2003 Dec 05
1
USRMGR.EXE
Hello Is here anybody who is able to manage his NT4.0 domain on hid Samba 3 PDC with User Manager for Domains? Can you please tell me what things must be checked to be sure USRMGR.EXE administration (User Manager for Domains aka Domain User Manager) works? I am unable to make it working and tried already these Samba versions: 3.0.0 3.0.0rc1 3.0.0rc2 3.0.0rc3 3.0.1pre3 3.0.1rc1 2003-12-04 head
2003 Oct 24
1
Samba PDC+Domain Admin Group
hi all. recectly i made the migration from samba 2.2.8 to 3.0. everything is working fine, except that i dont know how to grant administrator privileges in win 2000 clients. with 2.2.8, i used DOMAIN ADMIN GROUP parameter ( domain admin group = @adm) but its been removed in samba 3.0, and i dont know what to do. any help will be apreciated thanks in advance sebastian ------------ Internet GRATIS
2008 Mar 05
2
CENTOS4.6+SAMBA3.0.25+FEDORA-DS
...wiki/Howto:Samba sufficient information? please suggest more 3. Since I tried to integrate Samba+Fedora-ds ,I am always stuck at this step "net groupmap add". Does these command need to be done? What will happen if we skip them? # net groupmap add rid=2512 ntgroup='Domain Admins' unixgroup='Domain Admins' # net groupmap add rid=2513 ntgroup='Domain Users' unixgroup='Domain Users' # net groupmap add rid=2514 ntgroup='Domain Guests' unixgroup='Domain Guests' # net groupmap add...
2006 Dec 21
4
Migrate to Debian Etch - nogo
...m. The last thing I want to do before I start samba is to grant my linux/samba admin, NT 'Domain Admins' access. 'net groupmap list' does not show anything (as it does in smbd version 3.0.14a-). sweetums:/# net groupmap list sweetums:/# So I can't do 'net groupmap modify ntgroup="Domain Admins" unixgroup=admin' either because there are no such group. If I create one my self 'net groupmap add rid=1000 ntgroup="Domain Admins" unixgroup=admin' it still does not get administrator privileges in Windows 2000. Note that I have done exactly what...
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
...True; +} + /********************************************************* Dump a GROUP_MAP entry to stdout (long or short listing) **********************************************************/ @@ -287,6 +346,9 @@ } d_printf("Successully added group %s to the mapping db\n", ntgroup); + + update_users_primgroup_sid(gid, string_sid); + return 0; } @@ -303,6 +365,9 @@ int i; gid_t gid; + gid_t old_gid; + fstring usrsid = ""; + /* get the options */ for ( i=0; i<argc; i++ ) { if ( !StrnCaseC...
2004 Feb 16
1
Documentation bug? domadm privileges
...laced with Roman? Comparison of two Roman numeral takes about a minute to me and decreases the speed of manual binary search for a given page by several orders of magnitude) 5. Now assign each of the UNIX groups to NT groups: [...] # First assign well known domain global groups net groupmap modify ntgroup="Domain Admins" unixgroup=root rid=512 This didn't work: oberon root # net groupmap modify ntgroup="Domain Admins" unixgroup=root rid=512 Bad option: rid=512 However I got the idea behind the command and tried: net groupmap modify ntgroup="Domain Admins" unixgroup...
2009 May 07
3
group mapping question
...i All, Just a general question about groups. I am upgrading a Samba workgroup, server to a PDC. I have been reading: http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html#id2589321 In this link, they tell of how to map a windows group to a Samba group net groupmap add ntgroup="Domain Admins" unixgroup=domadm rid=512 type=d Question 1: if my previous /etc/group names already match the ntgroup names, do I still need to run the above command? Question 2: once I have mapped these groups, where are they stored, so I can back them up? Many thanks, -T
2004 Mar 04
1
Domain Admin with tdbsam on 3.0.2a
...ator HomeDir Drive: H: Logon Script: logon.bat Profile Path: \\juan\profiles\administrator\0.0.0.0 Domain: E-MAGE ---snip---- I have used net groupmap to add the unix groups 'USERS','NOBODY','NTADMINS' net groupmap add unixgroup=nobody ntgroup="Domain Guests" net groupmap add unixgroup=ntadmins ntgroup="Domain Admins" net groupmap add unixgroup=users ntgroup="Domain Users" I have used net groupmap to MAP the unix groups 'USERS','NOBODY','NTADMINS' to the NT groups net groupmap modif...
2007 Apr 26
1
3.0.24 What commands must be executed by root verses ntgroup="Domain Admins"?
...y posting: "Can not grant SeMachineAccountPrivilege on Debian Etch" I ended up: 1) ssh to Debian Etch as root 2) smbpasswd -a root 3) issue the "net rpc rights grant ..." command SUCCESS!!! So, that raises the question that what MUST be executed as user root verses a member of ntgroup="Domain Admins"? I suspect that since Samba does not prompt for a password when I execute the "net groupmap add ..." command, that Samba does not take seriously that I wish to have users of a group be just like the root user. Also, if I had configured Debian Etch not to use t...
2005 Jul 21
2
i can't delete groupmap
...3984604316-2900431957-2958281145-513) -> products Domain Admins (S-1-5-21-3984604316-2900431957-2958281145-513) -> man Domain Admins (S-1-5-21-3984604316-2900431957-2958281145-512) -> domadmin Domain Users (S-1-5-21-3984604316-2900431957-2958281145-513) -> domuser # net groupmap delete ntgroup="Domain Users" NT Group Domain Users doesn't exist in mapping DB Unable to resolve group Domain Users to a SID # net groupmap delete ntgroup="Domain Users" sid=S-1-5-21-3984604316-2900431957-2958281145-513 [2005/07/21 16:14:24, 0] passdb/pdb_ldap.c:ldapsam_delete_entry(276...
2010 Jan 11
1
Samba Group Mapping
Hi All I have Samba 3.2.11 installed on Suse (sles 10) machine. I am playing around the group mapping functionality. When I map a linux group to nt group. I can see that groups is visible on windows client. But, if I restart the smbd daemon (while changing the scurity mode for ads to user or vice versa), I can no more see the mapped group to the the Windows client. Though, I was able to see
2004 Jan 27
0
re: cannot map ntgroup to ldap group-fixed
...? but why should it care that the gid is the same as it's /etc/group counterpart? --- On Tue 01/27, John H. < mrmailer@myway.com > wrote: From: John H. [mailto: mrmailer@myway.com] To: samba@lists.samba.org Date: Tue, 27 Jan 2004 01:43:58 -0500 (EST) Subject: [Samba] re: cannot map ntgroup to ldap group <br>ok, cn=users group has an ldap entry, as you can see below...<br><br># Entry 1: cn=users,ou=Group,dc=INTRANET<br>dn: cn=users,ou=Group,dc=INTRANET<br>cn: users<br>userPassword: {crypt}x<br>gidNumber: 539<br>objectClass: top<br&gt...
2008 Jul 30
2
unable to map windows to unix groups
...create a system group named domadmin But I am unable to map "Domain Admins" to domadmin I am unable to map "Domain Admins" to existing ntadmin group I am unable to mofify mapping "Domain Admins" to domadmin group Thank you for helping. LINUX-SRV: # net groupmap add ntgroup="Domain Admins" unixgroup=domadmin rid=512 type=d adding entry for group Domain Admins failed! LINUX-SRV: # LINUX-SRV: # net groupmap add ntgroup="Domain Admins" unixgroup=ntadmin rid=512 type=d adding entry for group Domain Admins failed! LINUX-SRV: # LINUX-SRV: # net groupma...