Displaying 12 results from an estimated 12 matches for "teger".
Did you mean:
tener
2017 Dec 29
2
string_to_sid: SI is not in a valid format
...tries
also.
Any other suggestions?
Thank you very much for your help,
Matt
On Fri, Dec 29, 2017 at 5:20 AM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
>
> First, can you please keep this onlist.
>
> On Thu, 28 Dec 2017 20:36:19 -0500
> Matt Savin <matt at tegers.com> wrote:
>
> > Rowland,
> >
> > Thank you for your reply. Below is a global part of the smb.conf file:
> >
> > [global]
> > workgroup = DOMAINNAME
> > security = ads
> > realm = DOMAINNAME.LOCAL
> > kerberos method = secrets an...
2017 Dec 28
3
string_to_sid: SI is not in a valid format
Hello,
On AD domain member in both versions of samba 4.6.11 and 4.7.3 I'm getting
a lot of following messages:
[2017/12/28 15:54:03.838907, 3]
../libcli/security/dom_sid.c:210(dom_sid_parse_endp)
string_to_sid: SID msavin is not in a valid format
msavin is my user name:
# wbinfo -n msavin
S-1-5-21-508332004-1178028025-157424832-1273 SID_USER (1)
# wbinfo --lookup-sids
2023 Dec 15
1
Joining Windows 10 Domain Member to Samba AD/DC
On Thu Dec 14 19:27:29 2023 Matt Savin <matt at tegers.com> wrote:
>
> Hello Mark,
>
> When joining the domain, did you specify domain name as hprs.locl, or hprs
> only? Please try to specify hprs.locl.
>
> BR,
> Matt
Matt - yes I did specify hprs.locl. I just tried it again and it failed again.
This time I opened the "...
2017 Dec 29
0
string_to_sid: SI is not in a valid format
First, can you please keep this onlist.
On Thu, 28 Dec 2017 20:36:19 -0500
Matt Savin <matt at tegers.com> wrote:
> Rowland,
>
> Thank you for your reply. Below is a global part of the smb.conf file:
>
> [global]
> workgroup = DOMAINNAME
> security = ads
> realm = DOMAINNAME.LOCAL
> kerberos method = secrets and keytab
> kerberos encryption types = all...
2017 May 02
0
IP address getting overridden by Samba and domain member?
On Mon, 1 May 2017 22:18:14 -0400 Matt Savin <matt at tegers.com> wrote:
>
> Hello Mark,
>
> Did you uncheck "Register this connection's addresses in DNS" check box in
> TCP/IP DNS Properties of your XP VM's network interface?
> https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sag_tcpip_p...
2023 Dec 15
2
Joining Windows 10 Domain Member to Samba AD/DC
On Fri, 15 Dec 2023 02:36:33 -0500
Mark Foley via samba <samba at lists.samba.org> wrote:
> On Thu Dec 14 22:49:33 2023 Mark Foley via samba
> <samba at lists.samba.org> wrote:
> >
> > On Thu Dec 14 19:27:29 2023 Matt Savin <matt at tegers.com> wrote:
> > >
I do not know who 'Matt Savin' is, but would he please reply to the
list and not directly to the OP, it is awfully hard to follow a thread
when you are only getting half of the conversation ;-)
The nameserver that any AD client uses must be able to resolve t...
2017 Jan 30
3
Samba-4.3 AD-DC Win7pro clients not time syncing
We have a Samba-4.3 AD-DC hosted on a FreeBSD-10.3 system. We have
just discovered that for some reason our domain workstations are not
synchronising their time with the AD-DC. We have not altered the
default GPO nor have we created a special GPO to handle time services.
I have been working on several of the domain clients and I cannot seem
to get them to source from the Samba server. I have
2020 May 21
0
Fwd: DHCP Updates to DNS - Multiple Entries with Same IP
I think you can continue to use '128' (good for load balancing, otherwise
255 is fine). I had the same issue, following dhcpd.conf entries fixed it
(the last entry is important):
one-lease-per-client true;
deny duplicates;
ignore-client-uids true;
And it's not a bug, it's by design as is **REQUIRED** by the RFCs.
Best regards,
Matt
On Thu, May
2023 Jan 31
1
Upgrading from Samba 4.8.2 to 4.15.5
Mark,
In group policies use DNS aliases, then you'll need to change only DNS
entries for these aliases to point to a new host(s).
BR,
Matt
On Tue, Jan 31, 2023 at 12:52 AM Mark Foley via samba <samba at lists.samba.org>
wrote:
> On 1/30/2023 8:29 AM, Michael Tokarev via samba wrote:
> > 30.01.2023 06:14, Mark Foley via samba ?????:
> > [,,]
> >> 2. Let's
2020 May 22
0
Fwd: DHCP Updates to DNS - Multiple Entries with Same IP
Rowland,
You're absolutely right - with '128' both DHCP servers listen and *may*
reply, therefore besides failover provide load balancing. Even if both
servers respond with *Offers* to the client, the client will select one and
issue *one Request* to the selected server.
E.g., below is a log records from my failover DHCP (192.168.0.2) server:
May 17 00:09:37 s-dhcpd-2 dhcpd[1578]:
2020 Feb 13
1
Linux SMB Server: Put Multiple Devices into One Share?
Hello Jeremy,
I think you missed a "/" in:
mount --bind /share1/DVR /medium/DVR
mount --bind /share1/Audio /medium/Audio
mount --bind /share2/Video /medium/Video
mount --bind /share2/Backups /medium/Backups
BR,
Matt
On Thu, Feb 13, 2020 at 5:15 PM Jeremy Allison via samba <
samba at lists.samba.org> wrote:
> On Thu, Feb 13, 2020 at 04:45:16PM -0500, Hal Vaughan via samba
2018 Mar 28
0
random wrong login shell in domain member
Hello Adam,
Have the same issue on CentOS 7.4. Ended up hardcording in smb.conf:
template shell = /bin/bash
template homedir = /home/%U
Never had such issues on Fedora. Please let me know if you'll find a real
fix.
Thank you,
Matt
On Tue, Mar 27, 2018 at 10:13 PM, adam_xu--- via samba <
samba at lists.samba.org> wrote:
> Hello, everybody. I have encountered some strange