Displaying 7 results from an estimated 7 matches for "uf_workstation_trust_account".
2012 Dec 17
4
Samba3 joining W2k3 as member server
Hi list,
I have tried with all my might to get a samba3 server (Ubuntu 12.04.1 LTS) to join a Windows 2003 domain as a member server, without any luck. I have used,from memory, the official way of doing this (aka, from the samba.org website). No matter what settings I use in smb.conf, the server always joins as a domain controller. This doesn't seem to break the domain how ever. All I am
2017 Oct 24
0
'check password script' and Join...
...kstation join or the renew of the machine
> password?
No.
/* Only non-trust accounts have restrictions (possibly this
test is the
* wrong way around, but we like to be restrictive if possible
*/
io->u.restrictions = !(io->u.userAccountControl
& (UF_INTERDOMAIN_TRUST_ACCOUNT |
UF_WORKSTATION_TRUST_ACCOUNT
| UF_SERVER_TRUST_ACCOUNT));
Later:
if (io->u.restrictions == 0) {
/* FIXME: Is this right? */
return LDB_SUCCESS;
}
The script won't be run for machine accounts.
> > Problem with using GPOs for password complexity, GPOs do not apply to
> > Samba DCs.
>
> Ok,...
2012 Dec 08
1
Winbind losing Trust with the AD domain
Hi list !
I've been trying to get a fileserver with kerberised NFS4 and Samba going on a RHEL 6.3 box, with a 2k8r2 AD backend, using the rpm's provided by Redhat. (3.5.10-125) I also tried the rpms from sernet (both 3.6 and 3.5) with no success...
The Join to the domain works:
# net ads join createcomputer="Servers/LINUX systems"
2005 Apr 16
1
Problems with ADS membership in win2k domain
I'm having problems with ADS membership for samba. I had a "mostly"
working version with RHES v2.1, krb5 v1.2, samba v3.0.5.
I knew to get to a fully functioning version I would need krb5 v1.3
or later. So finally I had an opertunity to junk RH's crufty krb5
and build from scratch with:
RHES v2.1
MIT krb5 v1.4
samba v3.0.13
This works fine on another server. Now to the
2017 Oct 24
3
'check password script' and Join...
Mandi! Rowland Penny via samba
In chel di` si favelave...
> The password settings are related to the DC and by default you cannot
> set or change a password if it isn't complex enough
Ok.
>, you do not need to use an external script.
Ahem, someone out there need it. ;-)
This mean that, if i keep a 'check password script', i could also hit
some trubles on, eg,
2005 Mar 20
1
samba 3 member of win2003 domain + winbind can't see users
Hi Samba gurus,
I have the following problem with a samba member server on a windows 2003
domain. I have managed to join the domain and my trust secret is good, but
I can't list users or groups using "wbinfo -u" or "wbinfo -g"
OS version Red Hat Enterprise Linux AS release 3 (Taroon)
Samba version samba-3.0.9-1.3E.2
Kerb version krb5-libs-1.2.7-38
This is the result
2004 Oct 27
1
Samba kerberos authentication issues with samba 3.0.7
Hello.
I'm having difficulty running kerberized samba on my Linux box in my Windows ADS domain. Specifically, smbclient -k //server/share fails with a "session setup failed: NT_STATUS_LOGON_FAILURE" error message. I ran smbd with -d 3 debugging verbosity, and the following came out on stdout/stderr. I marked the interesting lines with ***'s:
# smbd -i -d 3