Displaying 20 results from an estimated 10000 matches similar to: "Samba 4.2 Debian Jessie Win 8.1"
2015 Apr 13
3
samba 4.2 RDP problem
Hi Heinz,
Baris wrote me the following:
> i'm using samba4 and RDP running....
> my configuration:
>
> smb.conf
>
> ..
> auth methods = sam, winbind, ntdomain, ntdomain:winbind
> server services = s3fs, winbind, rpc, nbt, wrepl, cldap, ldap, kdc, drepl, ntp_signd, kcc, dnsupdate
> dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon,
2015 Apr 09
2
samba 4.2 RDP problem
Hi Heinz,
did you ever resolved this RDP issue? Or found any hints about the possible
DNS problems?
We run into the same problem here with Win 8.1 Pro clients.
Thanks for you answer.
schnaggy
--
View this message in context: http://samba.2283325.n4.nabble.com/samba-4-2-RDP-problem-tp4682669p4684105.html
Sent from the Samba - General mailing list archive at Nabble.com.
2015 Apr 14
0
samba 4.2 RDP problem
hi Louis,
same result: NT_STATUS_LOGON_FAILURE
heinz
Am Dienstag, 14. April 2015 11:20 CEST, L.P.H. van Belle <belle at bazuin.nl> schrieb:
> can you try :
>
> smbclient //SERVER.DOMAIN.TLD/netlogon -k
>
> bet that works..
>
> Louis
>
>
> >-----Oorspronkelijk bericht-----
> >Van: heinz.hoelzl at gvcc.net
> >[mailto:samba-bounces
2015 Apr 14
2
samba 4.2 RDP problem
can you try :
smbclient //SERVER.DOMAIN.TLD/netlogon -k
bet that works..
Louis
>-----Oorspronkelijk bericht-----
>Van: heinz.hoelzl at gvcc.net
>[mailto:samba-bounces at lists.samba.org] Namens Heinz H?lzl
>Verzonden: dinsdag 14 april 2015 10:55
>Aan: samba at lists.samba.org
>CC: pug at felsing.net; schnaggy at schnaggy.de
>Onderwerp: Re: [Samba] samba 4.2 RDP
2015 Mar 05
2
Oracle 11 nts authentication againts samba4 AD DC
schnaggy <schnaggy <at> schnaggy.de> writes:
>
>
> > On 05 Mar 2015, at 10:45, Rowland Penny <rowlandpenny <at>
googlemail.com> wrote:
> >
> > On 03/03/15 09:56, Izan D?ez S?nchez wrote:
> >> Hi again. I apologize for my vague previous question. After some
investigation I can be much more precise
> in my consult. Furthermore, I
2015 Apr 14
2
samba 4.2 RDP problem
hi,
now i did some tests with the "auth methods" option.
"auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest"
-> RDP works
-> smbclient -k does not work
"auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest, samba4"
-> RDP hangs an the welcome-scrren
-> smbclient -k works fine
2015 Mar 05
0
Oracle 11 nts authentication againts samba4 AD DC
On 05/03/15 15:23, Izan D?ezS?nchez wrote:
>
>
> schnaggy <schnaggy <at> schnaggy.de> writes:
>
>>
>>> On 05 Mar 2015, at 10:45, Rowland Penny <rowlandpenny <at>
> googlemail.com> wrote:
>>> On 03/03/15 09:56, Izan D?ez S?nchez wrote:
>>>> Hi again. I apologize for my vague previous question. After some
> investigation I
2015 Mar 07
3
4.2.0 Relocation error
Greetings,
I am trying to get 4.2.0 Installed on a raspberry pi 2, I can build and
install, but upon running samba -D I get the following:
root at pdc1:/home/pi# samba -D
samba: relocation error: samba: symbol lpcfg_lock_directory, version
SAMBA_HOSTCONFIG_0.0.1 not defined in file libsamba-hostconfig.so.0 with
link time reference
I used the following to configure and build
waf configure
2015 Mar 05
0
Oracle 11 nts authentication againts samba4 AD DC
> On 05 Mar 2015, at 10:45, Rowland Penny <rowlandpenny at googlemail.com> wrote:
>
> On 03/03/15 09:56, Izan D?ez S?nchez wrote:
>> Hi again. I apologize for my vague previous question. After some investigation I can be much more precise in my consult. Furthermore, I think I found a bug?
>> ...
>>
>> User "ids" is requesting a ticket to connect
2015 Apr 16
2
Can't compile samba 4.2.x on Jessie RC2
Hello !
Debian Jessie is coming soon (25 april 2015) so i'm trying to compile samba 4.2.x on Jessie RC2
Samba 4.2.0 and samba 4.2.1 (even with bugfix 11135 from a.bartlett) can't compile :
Checking for gnutls >= 3.0.0s : not found
Checking for gnutls >= 1.4.0 and broken versions
2016 Apr 20
1
Best Pratice for installing samba package in production environment
And for lazy people - as me - who started with Sernet's packages and then
switched to compiled version there is an option from ./configure script
called "--enable-fhd" which is meant to install Samba DB and stuffs into
/var/lib/samba as with Sernet's packages.
>From configure's help:
--enable-fhs
Use FHS-compliant paths (default no)
You should
2023 Apr 02
1
Inconsistent SYSVOL ACLs
On 02/04/2023 08:05, Anderson Sampaio Mello via samba wrote:
> Thanks for the answer.
>
> The path for the two DCs is correct yes, and yes I compiled it for the two
> DC servers like this:
>
> ./configure --with-systemd --prefix=/usr/local/samba --enable-fhs
And that is possibly your problem:
--with-systemd is the default if the systemd libs are installed
2023 Apr 02
1
Inconsistent SYSVOL ACLs
02.04.2023 10:34, Rowland Penny via samba ?????:
> On 02/04/2023 08:05, Anderson Sampaio Mello via samba wrote:
>> Thanks for the answer.
>>
>> The path for the two DCs is correct yes, and yes I compiled it for the two
>> DC servers like this:
>>
>> ./configure --with-systemd --prefix=/usr/local/samba --enable-fhs
>
> And that is possibly your problem:
2016 Apr 20
3
Sernet Packages - configure Options
Hello,
i want to replace the sernet packages with an own one. Because it's the
DC, which is the last one which remains, i'm sure, having the same
configure/built options would help with replace the binaries and keeping
the database. The other DC's (2 raspberries) have been configured and
built with (but complete demote/rejoin process):
./configure --prefix=/usr
2015 Mar 07
0
4.2.0 Relocation error
Hi Spencer,
which linux do you run on raspberry? Ive installed Debian 8 (Jessi) and
compiled samb42 on it, runs fine. Dont forget to install libpython-dev :-)
Did you pass all tests from samba-wiki for AD? How did you start samba?
Regards
Oliver
On 07.03.2015 12:26, Spencer York wrote:
> Greetings,
>
> I am trying to get 4.2.0 Installed on a raspberry pi 2, I can build
> and
2002 Feb 27
2
problems builing mandrake rpm from 3.0 alpha15
building rpm for mandrake 8.1 gives me this error
what should i try?
checking for two-argument statfs with struct fs_data (Ultrix)... no
checking if large file support can be enabled... yes
checking whether to support ACLs... no
checking whether to build winbind... yes
checking for poptGetContext in -lpopt... no
checking whether to use included popt... ./popt
checking configure summary
configure:
2017 Jun 23
0
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
Hai,
Maybe but that on wont catch the "security = share" settings also.
That settings is removed in 4.0.
Debian 3.6 => 4.1.17 => 4.2.10 => 4.5.8
So if one payed attention to the 3.6 to 4.1 upgrade the "security = share" would already have been removed, but in this case not.
Own and this also happens on a member server..
Greetz,
Louis
>
2017 Jun 21
0
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
..
He did not post smb.conf ;-)
The rest is shown because he used testparm not samba-tool testparm
See youself, ;-)
testparm > test1.txt
samba-tool testparm > test2.txt
diff test1.txt test2.txt
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Rowland Penny via samba
> Verzonden: woensdag 21 juni 2017 16:17
> Aan:
2017 Jun 22
0
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
> > For any debian samba 4.1.x and debian samba 4.2.x upgrades to 4.5 and up
> I've seend that (on list archive, or in some debian bugs, i don't
> remember) but seems not relevant to me bacause i've had just do
> 'classic upgrade', eg i was just in AD mode when upgrade from 4.2 to
> 4.5.
Ok, my collegue reply.
Simply and temporary commented out the:
2017 Jun 23
0
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
Mandi! Rowland Penny via samba
In chel di` si favelave...
> > Better to fire up a bug in debian BTS?
> Which version of samba did you upgrade to ?
> Where did it come from, a Debian repo or Louis's ?
Louis's repo. 2:4.5.8+dfsg-2~bpo8+1 .
> Which package is the postinst script in ?
'winbind'.
> If I can get this info, I will check just what the script is