Displaying 7 results from an estimated 7 matches for "krak1".
2019 Jun 25
5
SMB share access for machines which are not joined to the domain?
...redential set, even if you're not a member of the domain.
> Something like - Connect as: User: "somedomain\pat" with Pat's password.
>
When we try this from a machine that is not connected to the domain,
authentication fails:
C:\Users\cns-dbr2717>net use * \\cns-bio-krak1.austin.utexas.edu\emtifs
/user:austin.utexas.edu\dbr2717
System error 1311 has occurred.
We can't sign you in with this credential because your domain isn't
available. Make sure your device is connected to your organization's
network and try again. If you previously signed in on thi...
2019 Jun 19
0
Samba + SSSD: confirmed working for Samba versions 4.7.6 and 4, 8.3
Keep you naming conventions as they should.
wrong netbios name = cns-bio-krak1
right netbios name = CNS-BIO-KRAK1
If you resolving setup is correct.
Then you can use : disable netbios = yes and dns proxy = yes
Then your netbios name should be resolved over dns.
But you still need to set it as shown above.
> Still need to find out if there is a
> way to allow...
2019 Jun 25
1
SMB share access for machines which are not joined to the domain?
On 6/25/19 12:57 PM, Gregory Sloop via samba wrote:
> Hmmm...
>
> Use the netbios name, instead of a FQDN, perhaps?
> i.e.: \\cns-bio-krak1\emtifs
> [I'm assuming the NB name. If I'm wrong, correct it.]
>
> I know I've done this with Windows DC shares, and I'm 99% certain I've done it with FreeNAS acting as a domain member. [Samba domain member.]
>
I didn't include these examples, but we tried bot...
2019 Jun 25
0
SMB share access for machines which are not joined to the domain?
Hmmm...
Use the netbios name, instead of a FQDN, perhaps?
i.e.: \\cns-bio-krak1\emtifs
[I'm assuming the NB name. If I'm wrong, correct it.]
I know I've done this with Windows DC shares, and I'm 99% certain I've done it with FreeNAS acting as a domain member. [Samba domain member.]
I haven't done it with 18.04 / 4.7.6 - but can't see why it shou...
2019 Jun 19
1
Samba + SSSD: confirmed working for Samba versions 4.7.6 and 4, 8.3
...ba/smb.conf, even though I
have netbios turned off! Understood that this isn't supported, but for
the benefit of others searching this forum (and posts come up a lot in
searches), here is the smb.conf configuration that works with sssd on
Ubuntu 18.04:
[global]
netbios name = cns-bio-krak1
workgroup = AUSTIN
client signing = yes
client use spnego = yes
kerberos method = secrets and keytab
realm = AUSTIN.UTEXAS.EDU
security = ads
allow trusted domains = yes
disable netbios = yes
log level = 1
guest account = nobody
vfs objects = acl_xattr
map acl...
2019 Jun 25
0
SMB share access for machines which are not joined to the domain?
...e not a member of the domain.
>> Something like - Connect as: User: "somedomain\pat" with Pat's password.
>>
>
> When we try this from a machine that is not connected to the domain,
> authentication fails:
>
>
> C:\Users\cns-dbr2717>net use * \\cns-bio-krak1.austin.utexas.edu\emtifs
> /user:austin.utexas.edu\dbr2717
> System error 1311 has occurred.
>
> We can't sign you in with this credential because your domain isn't
> available. Make sure your device is connected to your organization's
> network and try again. If you p...
2019 Jun 25
4
SMB share access for machines which are not joined to the domain?
Samba 4.7.6 running on Ubuntu 18.04, with host joined to an AD domain as
a domain member.
I have all this working perfectly for SMB clients which are joined to
the domain, however I need to provide SMB access (if possible) to a
handful of machines that are not domain members and can't be made domain
members. Is there any way to do this?
I thought configuring "allow hosts" in