Displaying 20 results from an estimated 370 matches for "ntdom".
2018 May 21
0
RSAT Hang
...p in the windows event logs?
Are the SePrivileges checked if the needed groups/users exists?
I use this script to check this, it shows the seprivileges.
https://raw.githubusercontent.com/thctlo/samba4/master/samba-check-SePrivileges.sh
Which shows on my DC's.
SeMachineAccountPrivilege:
NTDOM\Domain Admins
SeTakeOwnershipPrivilege:
NTDOM\Domain Admins
BUILTIN\Administrators
SeBackupPrivilege:
NTDOM\Domain Admins
BUILTIN\Backup Operators
BUILTIN\Administrators
BUILTIN\Server Operators
SeRestorePrivilege:
NTDOM\Domain Admins
BUILTIN\Backup Operators
BUILTIN\Administrator...
2017 Feb 15
2
question about ntlm
...--username=someTestUser
ntlm_auth --username=someTestUser --ntlmv2
ntlm_auth --username=someTestUser –lanman
ntlm_auth --username=someTestUser --krb5auth=someTestUser
ntlm_auth --diagnostics --username=someTestUser
wbinfo -a someTestUser
wbinfo --krb5auth=someTestUser
wbinfo --krb5auth='NTDOM\someTestUser'
wbinfo --krb5auth='someTestUser@ INTERNAL.DOMAIN.TLD’
Situation .
Samba AD DC. 4.5.3
Config : ( left out the shares, the question is about auth )
[global]
workgroup = NTDOM
realm = INTERNAL.DOMAIN.TLD
netbios name = DC1
server ro...
2018 May 21
3
RSAT Hang
So, I setup Samba on Ubuntu 18.04, using the packaged Samba version. [Thanks Rowland/Louis et al.]
I'm doing some testing/tinkering using FreeNAS as a share, using the AD as the authentication back-end.
As part of that process, you need to add a computer account and change some security settings.
I setup RSAT and can see the AD tree, and add users etc.
When I try to switch to advanced view
2017 Aug 10
1
idmap question
...7 12:19:36 +0200
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> Hai Mathias,
>
> Type: wbinfo --all-domains
>
> You should see 3 domainnames.
>
> BUILTIN => idmap config *
> HOSTNAME => ? Dont know where this one maps to.
> NTDOM => idmap config NTDOM
On a Unix domain member, I get 4
BUILTIN
HOSTNAME
NTDOM
EXAMPLE
I have no idea where 'EXAMPLE' comes from, I have never set up any
smb.conf that contains 'workgroup = EXAMPLE' on the Unix domain member.
>
> I use for example ( for debian ) the fo...
2017 Aug 10
3
idmap question
Hi all,
What is the real purpose if the following lines when using idmap-rid or
idmap-ad:
# Default idmap config for local BUILTIN accounts and groups
idmap config * : backend = tdb
idmap config * : range = 3000-7999
When using the next two lines
# idmap config for the SAMDOM domain
idmap config SAMDOM : backend = rid [or ad]
idmap config SAMDOM : range = 10000-999999
AD users will be in
2001 Dec 21
0
FWD: [ANNOUNCE] End-Of-Life for Samba-ntdom List on Jan. 7, 2002
I'm forwarding this annoucement just as an FYI....
chau, jerry
---------- Forwarded message ----------
Date: Fri, 21 Dec 2001 13:27:20 -0600 (CST)
From: "Gerald (Jerry) Carter" <jerry@samba.org>
To: samba-ntdom@samba.org
Subject: [ANNOUNCE] End-Of-Life for Samba-ntdom List on Jan. 7, 2002
Folks,
We (Samba Team) are planning on declaring an end-of-life for
this mailing list. Here's a little background of our thinking.
There are currently 2089 non-digest subscribers and 997
digest ones. This compar...
2004 Feb 17
4
group problem on NT4 domain
Hi,
Installed latest Samba3.0.2a on NT4 domain, security = domain and net rpc
join successfully.
everything work great, but group permission failed, error message is
"user_in_winbind_group_list: nametogid for group NTGROUP failed".
smb.conf on shares as below:
=====================
omitted base configurations...
[shareA]
path = /public/shareA
valid users =
2001 Nov 29
3
Help me Please
...8.2GBx2 SCSI, 256 MB MM, 866 MHz
eth0: IP Address: 192.168.0.2, Net Mask:
255.255.255.0, Network: 192.168.0.0
eth1: IP Address: 192.168.1.1, Net Mask:
255.255.255.0, Network: 192.168.1.0
Host Name: intranet.ncit.edu.np
Pri.DNS: 127.0.0.1
This is the Samba Server, with:
workgroup = NTDOM
netbios name = NTSERV
Connected to the Network HUB over 192.168.1.1. This
is the internal network.
3. NT Server (PDC), Assembled PC, 20GB IDE, P-III, 800
MHz, 256 MB MM
IP Address: 192.168.1.2
Domain Name = NTDOM
NetBIOS name = NTPDC
4. NT Workstations, Assembled PC, 20GB IDE, P-III,...
2019 Aug 21
3
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
...ser
> uid=3000338(BAZRTD\testuser) gid=10000(BAZRTD\domain users) groups=10000(BAZRTD\domain users),3000338(BAZRTD\testuser),3000009(BUILTIN\users)
>
> net cache flush
>
> - Assigned a UID + Primary Group, shell. ( testing Primary group : testgroup )
> id testuser
> uid=10128(NTDOM\testuser) gid=10000(NTDOM\domain users) groups=10000(NTDOM\domain users),3000009(BUILTIN\users)
> ? no primary group/GID as i did set.
>
> net cache flush
>
> - Going to Tab : Member of group.
> Added group testgroup
> Selected it, and clicked on "Set Primary Group"...
2019 Aug 20
3
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
...t; Last important thing. I use some script to manage my users from Linux.
> > > As I can't use the "id" command to get the user gidNumber on DC :
Why not, i see this on my DC's. ( Debian Buster, samba 4.10.6 with AD backends. )
id username ( samba domain user)
uid=10002(NTDOM\username) gid=10000(NTDOM\domain users) groups=10000(NTDOM\domain users),3000030(NTDOM\Allow-rdp),3000315(NTDOM\Allow-monitoring),3000009(BUILTIN\users)
# change $2 to $3 and get the output of groups.
time id username |awk -F"=" '{ print $2 }'|cut -d"(" -f1
10002
real...
2002 Aug 23
1
samba-ntdom list missing
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: Prf_Sig_Sm_2c_72.gif
Type: image/gif
Size: 1143 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20020823/9f875710/Prf_Sig_Sm_2c_72.gif
2017 Feb 01
1
winbind question. (challenge/response password authentication)
...hostname.domain.tld at REALM proxy2$ )
§ keytab result is http/ not HTTP/ squid needs HTTP !
Not working :
- Winbind user tests.
- Kerberos Auth for squid. Need to fix keytab first.
The setup/config
The running smb.conf
[global]
workgroup = NTDOM
security = ads
realm = REALM
netbios name = PROXY2
preferred master = no
domain master = no
host msdfs = no
interfaces = 192.168.0.2 127.0.0.1
bind interfaces only = yes
dns proxy = yes
#Add and Update TLS Key
tls enabled = yes
tl...
2019 Aug 20
0
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
...ean windows AD users.
id testuser
uid=3000338(BAZRTD\testuser) gid=10000(BAZRTD\domain users) groups=10000(BAZRTD\domain users),3000338(BAZRTD\testuser),3000009(BUILTIN\users)
net cache flush
- Assigned a UID + Primary Group, shell. ( testing Primary group : testgroup )
id testuser
uid=10128(NTDOM\testuser) gid=10000(NTDOM\domain users) groups=10000(NTDOM\domain users),3000009(BUILTIN\users)
? no primary group/GID as i did set.
net cache flush
- Going to Tab : Member of group.
Added group testgroup
Selected it, and clicked on "Set Primary Group"
id testuser
uid=10128(NTDOM\te...
2017 Sep 26
3
Resolving inconsistant on DC with AD backend. GID 100 and 10000
...4.6.7.
Now upgraded a DC to 4.6.8 ( and last result in 4.6.7 was 10000 )
root at rtd-dc1:~# wbinfo -G 100
S-1-5-21-2934682428-2610421433-476865461-513
root at rtd-dc1:~# wbinfo -G 10000
S-1-5-21-2934682428-2610421433-476865461-513
root at rtd-dc1:~# wbinfo --group-info="Domain Users"
NTDOM\domain users:x:100
net cache flush
NTDOM\domain users:x:10000
Repeat above step.
wbinfo -G 100
S-1-5-21-2934682428-2610421433-476865461-513
wbinfo -G 10000
S-1-5-21-2934682428-2610421433-476865461-513
wbinfo --group-info="Domain Users"
NTDOM\domain users:x:100
And wrong again..
ne...
2018 Jun 14
2
Fixing sysvol permissions
...gt;
> > Please check your share rights for sysvol from within windows.
> > If these are incorrect, correct them and run this script again.
> > Set your sysvol SHARE permissions as followed.
> > EVERYONE: READ
> > Authenticated Users: FULL CONTROL
> > (BUILTIN or NTDOM)\Administrators: FULL CONTROL
> > (BUILTIN or NTDOM)\SYSTEM, FULL CONTROL
> > User/Group system is added compaired to a win2008R2 sysvol,
> > you need this for some GPO
> > settings.
> >
> > Set your sysvol FOLDER permissions as followed.
> > Authenticate...
2017 Aug 10
0
idmap question
Hai Mathias,
Type: wbinfo --all-domains
You should see 3 domainnames.
BUILTIN => idmap config *
HOSTNAME => ? Dont know where this one maps to.
NTDOM => idmap config NTDOM
I use for example ( for debian ) the following.
I use this as followed.
## map id's outside to NT domain to tdb files.
idmap config *: backend = tdb
idmap config *: range = 2000-2999
## map ids from the domain and (*) the range may not overlap !...
2019 Aug 21
2
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
...> groups=10000(BAZRTD\domain
> users),3000338(BAZRTD\testuser),3000009(BUILTIN\users)
> >>
> >> net cache flush
> >>
> >> - Assigned a UID + Primary Group, shell. ( testing Primary group :
> testgroup )
> >> id testuser
> >> uid=10128(NTDOM\testuser) gid=10000(NTDOM\domain users)
> groups=10000(NTDOM\domain users),3000009(BUILTIN\users)
> >> ? no primary group/GID as i did set.
> >>
> >> net cache flush
> >>
> >> - Going to Tab : Member of group.
> >> Added group testgroup
>...
2019 Aug 20
4
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
On 20/08/2019 11:16, L.P.H. van Belle via samba wrote
>> The problem with that is, 'id' gets its info from the same place that
>> 'getent' does, so the OP will still get the wrong group ;-)
>>
>> Rowland
> Maybe i did not understand the question then.
> In: id username |awk -F"=" '{ print $2 }'|cut -d"(" -f1
> $2 = GID
2017 Jan 24
4
Security Principals, and SID's mapping bug
...ack to the year 2013.
I searched in my mail samba folder for S-1-5-18
The problem.
I create a "computer" Scheduled task.
Now this task MUST run as : SYSTEM (S-1-5-18)
After typing "SYSTEM" the : Change user/group ( at security options ) in the task. It system changes to : NTDOM\SYSTEM
With user : NTDOM\SYSTEM
Resulting in : http://www.eventid.net/display-eventid-4098-source-Group%20Policy%20Local%20Users%20and%20Groups-eventno-11122-phase-1.htm
This exact event.
And the ScheduledTask is not applied to the computer, even not created in the computer.
Now when i change...
1998 May 11
1
SAMBA-NTDOM
Hi
I'm becoming a bit confused. I have been trying out the Samba PDC code
from BRANCH_NTDOM on Solaris 2.5.1 (with great success !). I now want
to download the latest version and messages on the samba-ntdom list say
to download from the main branch. What exactly do I put in my cvs
command ? The NTDOM FAQ says
'cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot co samba '.
When I...