Displaying 20 results from an estimated 73 matches for "mitkrb5".
2004 Sep 13
2
Kerberos 5 Security Alert?
...bilities. An unauthenticated, remote attacker could execute
arbitrary code on a KDC server, which could compromise an entire
Kerberos realm. An attacker may also be able to execute arbitrary code
on Kerberos clients, or cause a denial of service on KDCs or clients.
(Other resources: MITKRB5-SA-2004-002, CAN-2004-0642)
VU#866472 - MIT Kerberos 5 ASN.1 decoding function krb5_rd_cred()
insecurely deallocates memory (double-free)
The krb5_rd_cred() function in the MIT Kerberos 5 library does not
securely deallocate heap memory when decoding ASN.1 structures,
resulting...
2020 Oct 05
2
logging lines in krb5.conf
...> Kerberos? Do I have a choice? And If my system doesn't use Heimdel
>> and only has MIT Krb5 libraries, isn't that? what would be used??
>> Here's the ldd on the samba binary...
>
> It depends on how you actually built Samba, did you pass
> '--with-system-mitkrb5 --with-experimental-mit-ad-dc' to configure ?
>
> You could try running 'smbd -b | grep HAVE_LIBKADM5SRV_MIT' on the DC
>
> Rowland
Hi Rowland,
Our auto build system is compiling with this:
? ? ? ? ? ? ? ?? --with-acl-support
???????????????? --with-piddir=/run
??????...
2020 Oct 05
4
logging lines in krb5.conf
...If my system doesn't use Heimdel
>>>> and only has MIT Krb5 libraries, isn't that? what would be used?
>>>> Here's the ldd on the samba binary...
>>>
>>> It depends on how you actually built Samba, did you pass
>>> '--with-system-mitkrb5 --with-experimental-mit-ad-dc' to configure ?
>>>
>>> You could try running 'smbd -b | grep HAVE_LIBKADM5SRV_MIT' on the DC
>>>
>>> Rowland
>>
>> Hi Rowland,
>>
>> Our auto build system is compiling with this:
>>
>>...
2017 Nov 02
4
[Announce] Samba 4.7.0 Available for Download
[snip]
> Samba AD with MIT Kerberos
> --------------------------
>
> After four years of development, Samba finally supports compiling and
> running Samba AD with MIT Kerberos. You can enable it with:
>
> ./configure --with-system-mitkrb5
>
> Samba requires version 1.15.1 of MIT Kerberos to build with AD DC support.
> The krb5-devel and krb5-server packages are required.
>
Can find krb5-admin-server but not these two. Do you have to add new entries to /etc/apt/sources.list or are they downloaded from elsewhere?
TI...
2016 Dec 21
1
compiling Samba4 on Solaris11
...CPLUS_INCLUDE_PATH
Path is set as follows to ensure that gnu version of make and ld are found/
/usr/gcc/4.8/bin:/usr/gnu/bin:/usr/bin:/usr/sbin
I only need samba to be a client, not server. I would like to force it
to use MIT Kerberos not Heimdall. However the "--with-system-mitkrb5"
option causes configure to break
# ./configure --prefix=/usr/local/samba-4.4.7v4 --with-ldap
--without-ad-dc --with-system-mitkrb5
....
Checking for gssapi : yes
Traceback (most recent call last):
File "./buildtools/bin/waf", line 76, in <module>...
2016 Apr 13
1
[Fwd: Re: Samba_dlz, dhcp y zona inversa no actualiza]
...ed"
echo "
HNAME={hostname}"
echo " -i | --ip
IP address of the host to be updated"
echo "
IP={0.0.0.0}"
echo " -k | --keytab
Krb5 keytab to be used for authorization (optional)"
echo "
Default: KEYTAB=/etc/dhcp/dhcpd.keytab"
echo " -m | --mitkrb5 Use MIT krb5 client utilities"echo "
MITKRB5={YES|NO}"
echo " -n | --nameserver DNS server to be updated (must use FQDN, not IP)"
echo "
NAMESERVER={server.internal.domain.tld}"
echo " -p | --principal Principal used for DNS updates"
echo "
PRINCIPA...
2018 Jan 22
3
SAMBA 4.7.4 with MIT Keberos
Hello,
i installed a SAMBA 4.7.4 AD Server on Ubuntu 18.04 (BETA). SAMBA4 was
compiled from source. For MIT Keberos i also installed libkrb5-dev and
krb5-kdc and compiled with the "--with-system-mitkrb5" option.
The installation runs pretty good (some dependencies problem, solved
manually). But now im not able to test kerberos:
# kinit administrator
--> kinit: Cannot find KDC for realm "ROOTRUDI.DE" while getting initial
credentials.
I followed all steps from samba.org:
-...
2002 May 15
3
Curious about final KRB5/GSSAPI patch inclusion.
What is the target version for all the KRB5 bits to be in place. I know
there is very much in place right now, but I remember someone mentioning
there was just a GSSAPI/MITKRB5 patch being waited for.
TIA.
--
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: austin at coremetrics.com
"One ought never to turn one's back on a threatened danger and
try to run away from it. If you do that, you will double the danger.
But if you...
2018 Dec 09
2
RHEL7/Centos7 with Samba AD
...t; > > welcome to play with the tools and set up a samba-4.8.x branch.
> >
> > Can you get me some more details on that? It isn't deliberate.
>
> The first issue is in sourc4/lib/tls/wscro[t. which has hardcoded
> checks for gnutls >= 3.4.7 linked to with_system_mitkrb5 and
> conf.env.AD_DC_IS_ENABLED.
Correct. But this is experimental in any case. If you don't specify
--with-system-mitkrb5 it should allow an older version.
> Patching that to set the checks for 3.3.29
> gets a report of a missing dependency for "hx509" in
> "dc...
2005 May 20
6
Samba and Window 2003
I am trying to find a good how-to on setting up samba to use Windows 2003
for authentication, if anyone knows of a good link let me know. I am using
RedHat ES 3 and our Windows is running in native mode with NT style
authentication allowed. I cant use ADS and Kerberos because the current
version of Kerberos on my RH server is 1.2.7 and from what I have read I
need 1.3+ in order for it to work
2017 Feb 21
1
Samba compile
Dear all
I'm just reentering the samba world after long time working by nfs only
Now, I'm setting up current samba with keberos/ldap backend from source.
configure --prefix=/usr/samba --sysconfdir=/etc/samba
--localstatedir=/var --with-system-mitkrb5
works out fine but make isn't getting far and stops right away with
WAF_MAKE=1 python ./buildtools/bin/waf build
Waf: Entering directory `/var/home/root/samba-4.5.5/bin'
Selected system MIT krb5 libraries, Heimdal use is disabled
Checking project rules ...
Unknown dependency 'k...
2018 Dec 11
0
RHEL7/Centos7 with Samba AD
...ec 8, 2018 at 12:34 AM Andrew Bartlett <abartlet at samba.org> wrote:
> > > On Fri, 2018-12-07 at 23:32 -0500, Nico Kadel-Garcia via samba wrote:
> > The first issue is in sourc4/lib/tls/wscro[t. which has hardcoded
> > checks for gnutls >= 3.4.7 linked to with_system_mitkrb5 and
> > conf.env.AD_DC_IS_ENABLED.
>
> Correct. But this is experimental in any case. If you don't specify
> --with-system-mitkrb5 it should allow an older version.
It builds and seems to work under Fedora 29 with these options:
--with-system-mitkrb5 \
--with-experimental-mit...
2020 Oct 05
0
logging lines in krb5.conf
...have a choice? And If my system doesn't use Heimdel
>>> and only has MIT Krb5 libraries, isn't that? what would be used??
>>> Here's the ldd on the samba binary...
>>
>> It depends on how you actually built Samba, did you pass
>> '--with-system-mitkrb5 --with-experimental-mit-ad-dc' to configure ?
>>
>> You could try running 'smbd -b | grep HAVE_LIBKADM5SRV_MIT' on the DC
>>
>> Rowland
>
> Hi Rowland,
>
> Our auto build system is compiling with this:
>
> ? ? ? ? ? ? ? ?? --with-acl-support
&g...
2023 Mar 22
1
mit-krb5 and heimdal binaries
On Mon, 2023-03-20 at 10:39 +0200, Alexander Bokovoy wrote:
> Indeed. For the record, current set of tests not supported by
>
> --with-system-mitkrb5 build:
>
>
>
> ----------------------------------------
>
> $ cat selftest/skip_mit_kdc
>
> # We do not support RODC yet
>
> .*rodc
>
> .*RODC
>
> ^samba4.ntvfs.cifs.ntlm.base.unlink
>
> ^samba4.ntvfs.cifs.krb5.base.unlink
>
>
>
&...
2020 Jun 16
1
Samba as a domain member:
...l/libtool: 2.4.6-r6::gentoo
sys-devel/make: 4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc: 2.30-r8::gentoo
net-fs/samba-4.11.9-r1::gentoo was built with the following:
USE="acl ads client cluster ldap pam python system-mitkrb5 winbind
-addc -addns -ceph -cups -debug (-dmapi) (-fam) -gpg -iprint -json
-profiling-data -quota (-selinux) -snapper -syslog (-system-heimdal)
-systemd (-test) -zeroconf" ABI_X86="(64) -32 (-x32)"
PYTHON_SINGLE_TARGET="python3_7 -python3_6 -python3_8"
Yes, GROUP is an AD...
2020 Jun 17
1
Samba as a domain member:
...n smb.conf commented out)?
I'm asking because I have two older systems (same distro, same
packages, but older versions) that work fine with
'require_membership_of=GROUP'.
On these systems, the smb.conf is different (configured at least a year ago):
samba-4.5.10 (also built with system-mitkrb5)
[global]
workgroup = DOMAIN
server role = standalone server
printcap name = cups
load printers = yes
log file = /var/log/samba/log.%m
max log size = 50
map to guest = bad user
security = ads
realm = DOMAIN.ORG
encrypt passwords = yes
unix password sync = Yes
pa...
2018 Feb 22
1
SAMBA failed join domain DC
...link.net
On Wed, Feb 21, 2018 at 8:27 PM, denis.shigapov via samba <
samba at lists.samba.org> wrote:
> We have the standard centos.
> I have recompiled packages from Fedora, as well as all dependencies for
> samba.
>
> I mean what flags you set when ./configure --with-system-mitkrb5 etc
>
> В Ср, 21/02/2018 в 13:00 +0000, Rowland Penny via samba пишет:
> > On Wed, 21 Feb 2018 17:32:39 +0500
> > "denis.shigapov" <denis.shigapov at stroylandiya.ru> wrote:
> >
> > > 1. >> 4. I can assure you that the join command works on 4.7...
2020 Oct 05
0
logging lines in krb5.conf
...39;t use
>>>>> Heimdel and only has MIT Krb5 libraries, isn't that? what would be
>>>>> used? Here's the ldd on the samba binary...
>>>>
>>>> It depends on how you actually built Samba, did you pass
>>>> '--with-system-mitkrb5 --with-experimental-mit-ad-dc' to configure ?
>>>>
>>>> You could try running 'smbd -b | grep HAVE_LIBKADM5SRV_MIT' on the DC
>>>>
>>>> Rowland
>>>
>>> Hi Rowland,
>>>
>>> Our auto build system is compi...
2020 Oct 05
0
logging lines in krb5.conf
...39;t use
>>>>> Heimdel and only has MIT Krb5 libraries, isn't that? what would be
>>>>> used? Here's the ldd on the samba binary...
>>>>
>>>> It depends on how you actually built Samba, did you pass
>>>> '--with-system-mitkrb5 --with-experimental-mit-ad-dc' to configure ?
>>>>
>>>> You could try running 'smbd -b | grep HAVE_LIBKADM5SRV_MIT' on the DC
>>>>
>>>> Rowland
>>>
>>> Hi Rowland,
>>>
>>> Our auto build system is compi...
2018 Feb 21
3
SAMBA failed join domain DC
On Wed, 21 Feb 2018 17:32:39 +0500
"denis.shigapov" <denis.shigapov at stroylandiya.ru> wrote:
> 1. >> 4. I can assure you that the join command works on 4.7.5, I did
> it last Friday, albeit against a Samba AD DC.
>
> 2. Administrator is blocked, I unlocked he, tried it with him, but
> the result of the same, not join((
>
>
> You can tell the