search for: unixgroup

Displaying 20 results from an estimated 360 matches for "unixgroup".

2006 Dec 13
1
Problem with duplicated groups?
...ts 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 groupmap add ntgroup="Domain Com...
2011 Jan 24
1
Upgrading from 3.0.23 but group_mapping.tdb is empty on current config
...hat I need to map the Windows domain groups to unix groups. On the current server, the net groupmap list command does not return any output. Running 'strings' against /var/lib/samba/group_mapping.tdb shows the following entries: # strings group_mapping.tdb TDB file &INFO/version BBB0 UNIXGROUP/S-1-5-32-544 Administrators &UNIXGROUP/S-1-5-32-545 Users UNIXGROUP/S-1-5-32-546 Guests &UNIXGROUP/S-1-5-32-547 Power Users &UNIXGROUP/S-1-5-32-548 Account Operators UNIXGROUP/S-1-5-32-549 System Operators BBBP &UNIXGROUP/S-1-5-32-550 Print Operators &UNIXGROUP/S-1-5-32-551 Back...
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 sid specified, choosing algorithmic ma...
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
2003 Oct 08
0
Ldap PDC NT4 Redhat 9 domain problems
...mask = 0600 directory mask = 070 [homes] comment = Home directory read only = No [webfiles] path = /usr/local/apache/htdocs Script to build the Group mappings ++++++++++++++++++++++++++++++++++++++++++++++++++++ #!/bin/bash net groupmap add sid=`net getlocalsid|awk '{print $6}'`-512 unixgroup="Domain Admins" type=domain net groupmap add sid=`net getlocalsid|awk '{print $6}'`-513 unixgroup="Domain Users" type=domain net groupmap add sid=`net getlocalsid|awk '{print $6}'`-514 unixgroup="Domain Guest" type=domain net groupmap add sid=`net getlo...
2004 Jul 06
1
Q about net groupmap examples on samba.org
...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="Administrators" unixgroup=ntadmins net grou...
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
...ormation? 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 rid=2515 ntgroup='Domain Compu...
2006 Dec 21
4
Migrate to Debian Etch - nogo
...ore 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 I did in Sarge but it does not work...
2005 Jun 07
6
Group Problems
...nect to server 127.0.0.1 The username or password was not correct" If I try to add groups I also get the same error. and I don't know if this is relevent or not but when I try to join win groups and Unix groups via this command " net groupmap add ntgroup="Domain Admins" unixgroup=domadm" I get this message. "No rid or sid specified, choosing algorithmic mapping Successully added group Domain Admins to the mapping db" and the group domadm is there. If I try to use any of the user that are in the domadm group, they don't have any admin rights. I do...
2004 Feb 16
1
Documentation bug? domadm privileges
...o 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=root oberon root # net groupmap mod...
2005 Jan 13
2
Mapping Windows groups to Unix ones on Samba 2.2
Hi all, Now that I've got Samba 2.2.12 running correctly on that HP-UX box, I need to allow write access to a given AD domain group. What is the right way to do it on Samba 2.2? I added a group.map file in smb.conf, and a line inside that said: unixgroup = "AD Domain Group" Then in smb.conf, I put in [global]: groupname map = /etc/opt/samba/group.map And in the correct share, I put the following: valid users = @unixgroup read list = @unixgroup write list = @unixgroup I did not restart Samba, but from...
2004 Mar 04
1
Domain Admin with tdbsam on 3.0.2a
...\\juan\administrator 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...
2007 Mar 04
0
Samba PDC (3.0.24)
...; groupadd -g 515 "Domain Computers" groupadd -g 544 "Administrators" groupadd -g 550 "Print Operators" groupadd -g 551 "Backup Operators" groupadd -g 552 "Replicators" 4a. Add groups into Samba mapping them to unix groups net groupmap add rid=512 unixgroup="Domain Admins" net groupmap add rid=513 unixgroup="Domain Users" net groupmap add rid=514 unixgroup="Domain Guests" net groupmap add rid=515 unixgroup="Domain Computers" 4b. Add local Windows groups (dunno if this is right, they get added as domain groups?...
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
2008 Jul 30
2
unable to map windows to unix groups
...in 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 groupmap modify ntgroup="Domain Admins...
2008 Sep 26
2
Few questions on configuring Samba as a PDC
Please don't flame me. I did attempt to search before posting this question (through Gmail), if there's a better way, please let me know! I followed this article for implementing a Samba PDC: http://www.howtoforge.com/samba_setup_ubuntu_5.10_p4 Question 1) The only accout that appears to be able to add an account onto the domain is the root account. There must be a way to change that
2003 Sep 27
1
After Upgrading to rc4 (and still with 3.0.0) having Groupmap problems.
...ried deleting that groupmap by using 'net groupmap delete sid=S-1-5-21-347...........' Now the groupmap was deleted and now shows this: Domain Admins (S-1-5-21-3475858016-1413099138-3485012925-512) -> -1 So now I try to re-add it: 'net groupmap add ntgroup="Domain Admins" unixgroup=domadm' and list it again. Domain Admins (S-1-5-21-3475858016-1413099138-3485012925-512) -> -1 Domain Admins (S-1-5-21-3475858016-1413099138-3485012925-2161) -> domadm Now there are two Domain Admin mappings, one null (-1) and the new one I just created. As far as I know, that new one s...