Displaying 20 results from an estimated 648 matches for "ntadmin".
2004 Jan 07
3
different win machines on PDC not accessible at different times
...on.cmd
logon home = \\homeserver\%u\winprofile
domain logons = Yes
os level = 64
preferred master = Yes
domain master = Yes
wins support = Yes
ldap ssl = no
create mask = 0777
directory mask = 0777
oplocks = No
level2 oplocks = No
[netlogon]
path = /var/lib/samba/netlogon
write list = ntadmin
[homes]
comment = Home Directories
path = /home/%u
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[Databases]
comment = Access
path = /share/Databases
valid users = @users, @ntadmin
write list = @users, @ntadmi...
2004 Jun 10
1
Samba 3.0.5 pre1 cannot ad windows xp machine to domain
...t = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user script = /usr/sbin/useradd -d /dev/null -g 502 -c 'Machine
Account' -s /bin/false -M %u
oplocks = yes
load printers = yes
printing = cups
printer admin = Administrator, @ntadmin
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind separator = -
winbind use default domain = No
[netlogon]
path = /smbsrvr/netlogon/scripts
guest ok = yes
write list = ntadmin
[homes]
comment = Home Directories
browseable = no
read only = no
hide dot files = yes
veto files =
/*.mp3/*.exe/*....
2002 Aug 22
1
ntadmin group
Hi,
I would like to know whether ntadmin group is already builtin? I've read the
Samba HOWTO collection and it mentions a few times about ntadmin, but there's
no saying how to define it. So, I guess it's builtin?
If not, how do I define it? Is it actually ordinary unix group?
Thank you.
2004 Mar 04
1
Domain Admin with tdbsam on 3.0.2a
...ng / reading samba docs / configuring
samba and linux.
I am using the tdbsam backend
[global]
---snip----
domain master = yes
local master = yes
preferred master = yes
domain logons = yes
passdb backend = tdbsam
---snip----
I have the following unix groups:
GrpName GID
======== ====
ntadmins 702
users 100
mikey 700
administrator 703
I have the following users:
UsrName GID Primary Group Groups
======== ==== ============ =======================
mikey 600 ntadmins users,root,mikey
administrator 603 ntadmins users,root,admnistrato...
2002 Jun 21
1
XP and NT printer driver conflicts
...to setup Windows XP drivers, but then
samba insists that Windows NT use XP's drivers.
Is there a way to configure samba to NEVER suggest any driver to use and let the client workstations do all the printer driver selections?
I have even gone to the extent of setting my printer admin group to @ntadmins and making sure there were no users in the ntadmins group. I then
deleted ntdrivers.tdb, ntprinters.tdb, and printing.tdb. Then I did a touch on those three files names and chmod'd them to 0400. And still samba finds
a way to update these files and continue to sugguest drivers.
How can i m...
2002 Oct 21
2
SetPrinter call failed
...unix password sync = Yes
log file = /var/log/samba/%m.log
max log size = 0
time server = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = cups
addprinter command = /usr/sbin/cupsaddsmb
domain admin group = ntadmin
add user script = /usr/local/bin/newMachine.sh %u
logon path = \\172.24.150.210\profiles\%U
logon drive = I:
logon home = \\172.24.150.210\%U
domain logons = Yes
os level = 64
preferred master = Yes
domain master = Yes
dns prox...
2010 Jun 30
1
net rpc file checks in 3.5.x
When doing simple:
net rpc file -Untadmin
With ntadmin being a user belonging to properly groupmapped domain admins,
(with rid 512), including cases with ntadmin being rid=500 itself,
I always get:
[2010/06/30 15:06:46.272578, 2] auth/auth.c:304(check_ntlm_password)
check_ntlm_password: authentication for user [ntadmin] -> [ntad...
2004 Jan 08
4
Add a preamble to documentation
...account management, but for _all_ tasks, eg. also for accessing shares,
creating files and so on.
These users thus should not be used for day to day work, but only for
domain administration purposes.
But it could be mixed with the "Domain Admins" group (mapped to Unix
group domadmin or ntadmin), just by specifying "admin users = root
@ntadmin @domadmin" in smb.conf.
This will allow paradigms similar to the one found in NT4 domain
administration, but with the downside cited below.
What should should be done is to have two separate groups, say domadmin
for domain administrati...
2006 Jan 02
0
Groups "Domain Admins" and "ntadmin"
...have a user account that is in the unix group "admin". But when loggin
on to a windows xp machine that is in the domain with that account I don't
have any administrative rights. So I changed the groupmapping to:
# net groupmap modify ntgroup="domain-admins" unix-group="ntadmin"
Then I added my user account into this unix group "ntadmin" and suddenly
I have administrative rights when loggin on to a windows machine.
# getent group | grep admin
> ntadmin:!:71:<user1>,<user2>,<user3>,...
> admin:x:101:administrator,<user1>,<u...
2004 Dec 09
1
Folder Redirection, Roaming Profiles and Working Offline
...H:
logon home = \\%L\%U
domain logons = Yes
os level = 35
preferred master = Yes
domain master = Yes
wins proxy = Yes
wins support = Yes
idmap uid = 15000-20000
idmap gid = 15000-20000
admin users = richard, @ntadmins
hosts allow = 10.0.0., EXCEPT 10.0.0.1, 127.
map acl inherit = Yes
Log file = /var/log/samba/log.%m
max log size = 50
log level = 2
hide files = /desktop.ini/ntuser.ini/NTUSER.*/
server string = %h server (Samba %v)
[netlogon]...
2007 Oct 31
3
How to make "Add permission" for folder in system withntacl support?
.... Just drag the files you want to add to desired sharename.
But when you will try to go in the same share, you will receive the
"permission denied" message and will not be able to read the files or just
list them.
Is there a way to make it with Samba or not?
> setfacl -m g:"ntadmins":rwx -R /home/ntadmins
>
> Now, the second type of permissions apply to any file (or directory) that
> is created in /home/ntadmins:
>
> setfacl -m d:g:"ntusers":--- -R /home/ntadmins
> The effect of the second setfacl command says that the group ntusers will
&g...
2005 May 05
0
Problem Save Printer Properties
...r OK I recived an "Access Denied"
messagge. Someone can explain me why I recive this messagge? Where are the
printer configuration saved?
To configure Samba as printer server I have used this configuration (Samba
3.0.14a, CUPS 1.1.17 and Red Hat Prof. 9; root is a memebr of the group
ntadmins):
smb ports = 139 445
lpq cache time = 30
load printers = Yes
printcap cache time = 600
printcap name = cups
disable spoolss = No
enumports command =
addprinter command =
deleteprinter command =
show add printer wizar...
2004 Aug 17
8
Samba printing
Using samba 3.05 and the point and print features how does one setup tcp/ip
ports for printing. After having loaded the print drivers using the APW all
the printer ports show a local port on the samba server and all of my
printers use a 192.168.10.X address. Is there anyway this can automatically
happen without user intervention.
I wasn't able to locate this info in the how to's.
2005 May 13
0
Printer Installation Issues on Win XP (Samba 3.0.10 as PDC)
Hi,
would be happy if somebody might help me with the following problem:
I installed Samba as the Primary DC -- works perfectly, XP clients can
join the domain, access the shares ...
The domain users's primary group is the "users" Unix group.
root is member of the "ntadmins" Unix group.
Mapped the Unix groups to NT groups as follows:
net groupmap modify ntgroup="Domain Admins" unixgroup=ntadmins
net groupmap modify ntgroup="Domain Users" unixgroup=users
net groupmap modify ntgroup="Domain Guests" unixgroup=nobody
When logged in a...
1998 Oct 06
0
NT profiles on samba server
...and copy a fresh profile.
After I read Luke's mail two weeks ago, I changed group ownership and permission.
When profiles on NT server, "administartor" has full control on profile subdirectories.
So, I set up "administrator" on UNIX (sabma server) and set up group "ntadmin" including
"administartor". Now, all sundirectories have 770 permission.
But, it still does not work.
Can you please help me ?
Thank you very much.
--Miao Ye
System administrator
Dept of Math & CS
Loyola university Chicago
abel# niscat group.org_dir | grep ntadmin
ntad...
2005 Jul 13
1
PDC: Strange username translations...
...rofile acls = Yes
#root preexec = /usr/local/bin/chkProfile.sh %U
create mask = 0600
directory mask = 0700
browsable = No
csc policy = disable
[printers]
comment = All Printers
path = /var/spool/samba
browseable = yes
public = yes
guest ok = yes
writable = no
printable = yes
printer admin = root, @ntadmins
[print$]
comment = Druckertreiber
path = /var/lib/samba/printers
browseable = yes
guest ok = no
read only = yes
write list = root, @ntadmins
----------
My "pdbedit -Lv" output
---------------
Unix username: nobody
NT username:
Account Flags: [DU ]
User SID:...
2004 Dec 10
4
Cannot get DOMAIN ADMINS to work
...no
special registry settings
- Groups:
root@antsrv2 [~] # net groupmap list
System Operators (S-1-5-32-549) -> -1
Replicators (S-1-5-32-552) -> -1
Guests (S-1-5-32-546) -> -1
Power Users (S-1-5-32-547) -> -1
Print Operators (S-1-5-32-550) -> -1
Administrators (S-1-5-32-544) -> ntadmin
Account Operators (S-1-5-32-548) -> -1
Domain Users (S-1-5-21-4008939791-1949703945-886196202-513) -> wiss
Domain Admins (S-1-5-21-4008939791-1949703945-886196202-512) -> ntadmin
Backup Operators (S-1-5-32-551) -> -1
Domain Guests (S-1-5-21-4008939791-1949703945-886196202-514) -> nog...
2002 Sep 08
0
Network disks not unmounting
...n error in the form of:
The local device name is already in use
Is this a bug or is it just windows? Can anybody tell me how to solve this?
-- smb.conf --
[global]
netbios name = BARAD-DUR
workgroup = MIDDLE-EARTH
server string = Middle-earth Server
admin users = ntadmin,root
; Domain options
domain master = yes
preferred master = yes
local master = yes
domain admin group = ntadmin
domain guest group = nogroup
domain logons = yes
security = domain
os level = 64
; Password options...
2007 Oct 14
1
Fw: How to make "Add permission" for folder in system with ntacl support?
Is it too simple and therefore noone will answer? :) Or it is not possible
with Samba on Linux?
Thanks,
G.
----- Original Message -----
From: "Georgy Goshin" <gosha@inbox.ee>
To: <samba@lists.samba.org>
Sent: Thursday, October 11, 2007 6:34 PM
Subject: [Samba] How to make "Add permission" for folder in system with
ntacl support?
> Hi,
>
> On
2004 Feb 22
0
Network_access_denied and no group in domain
.../winbindd_rpc.c:name_to_sid(299)
name_to_sid [rpc] bill for domain DOM
[2004/02/22 00:49:59, 3] nsswitch/winbindd_rpc.c:query_user(382)
rpc: query_user rid=S-1-5-21-3648978000-1548753113-311820641-3002
[2004/02/22 00:49:59, 3]
nsswitch/winbindd_group.c:winbindd_getgrnam(232)
[19643]: getgrnam ntadmin
[2004/02/22 00:49:59, 3] nsswitch/winbindd_rpc.c:name_to_sid(290)
rpc: name_to_sid name=ntadmin
[2004/02/22 00:49:59, 3] nsswitch/winbindd_rpc.c:name_to_sid(299)
name_to_sid [rpc] ntadmin for domain DOM
[2004/02/22 00:49:59, 1]
nsswitch/winbindd_group.c:winbindd_getgrnam(283)
group ntadmin in...