Displaying 14 results from an estimated 14 matches similar to: "samba4, with existing krb5 and ldap"
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
2018 Jan 22
0
SAMBA 4.7.4 with MIT Keberos
There is a script in /etc/init.d/krb5-kdc". Do i need remove this? Because this is trying to start automatic krb5kdc at reboot.
Output from pstree and ps:
# pstree | grep samba
|-3*[samba]
|-samba-+-samba---samba---smbd-+-cleanupd
| |-10*[samba]
| |-samba---samba---krb5kdc
| `-samba---samba---winbindd---winbindd
# ps axf
2129 ? Ss 0:00 samba
2130 ? S 0:00 \_ samba
2132 ? S 0:00 | \_ samba
2008 Oct 05
2
Compiling 3.2.4 --with-krb5=/usr/lib/krb5, not working
Hi all,
I'm currently attempting to compile Samba 3.2.4 for Solaris 10 x86. I
require krb5 support and I realised that it would not look in the
correct default location, under Solaris 10.
Example, from ./configure --help:
--with-krb5=base-dir Locate Kerberos 5 support (default=/usr)
In vanilla Solaris 10 x86, Kerberos libraries are stored in /usr/lib/
krb5. I thought it best to
2018 Jul 03
1
Samba 4 AD DC on Fedora, problem with GPOs and denied security for machines
Hi,
i need help with strange problem.
I installed Fedora 28 to test Samba 4 AD DC with MIT Kerberos with
Windows 10 and Windows 7 clients and i can't run GPOs for machines.
GPOs for users works.
On Fedora 27 is the same problem.
After couple of hours changing settings I make a new installation of
Debian 9.4 and everything works "out of the box".
I set all like here:
2003 Oct 09
0
dynamic iptables and iproute2
hello everybody,
I am trying to develop a windows friendly firewall/ipsec_tunnel_endpoint.
Samba(my best compliments to the developers for their very professional
work) can help me in two major features.
1) I want to write an open source a daemon that dynamically
sets iptables and traffic shaping user profiles based on
the netbios name(still I have some problems in undestanding
all the netbios
2006 Feb 09
9
Transferring R results to word prosessors
There has been an incredible number of responses in a short time, with a
number of different suggestions. With hindsight, I must admit I have not
been quite clear, so additional (somewhat lengthy) explanation is needed.
I want to use R in an introductory course on multiple regression (among
other things) starting in two weeks time for students of psychology at my
University. These students
2007 May 16
0
FW: problem in Authentication.
I have a setup with Cyrus Imap and SASL authentication. + Postfix I am
getting following error on maillog.
May 16 11:40:38 mail pop3[7641]: badlogin: [192.168.1.68] plaintext
matthew_sullivan SASL(-13): authentication failure: checkpass failed
May 16 11:40:38 mail pop3[7640]: badlogin: [192.168.1.69] plaintext duncan
SASL(-13): authentication failure: checkpass failed
May 16 11:52:04 mail
2012 Aug 07
0
Authentication via SASL and LDAP?
Hello,
I've recently configured a new virtual machine host running Ubuntu 12.04 server with libvirt and KVM. I am configuring WebVirtMgr ( https://github.com/retspen/webvirtmgr/ ) for users to manage machines via a web interface. This requires access to the host using qemu+tcp, which I have configured as follows:
/etc/default/libvirt-bin:
start_libvirtd="yes"
2013 Nov 17
0
Question about installing wine
2007 Feb 13
1
Problems to put dovecot-ldap.conf working
Hi Folks,
I'm having a little trouble to put dovecot authenticating in ldap.
My postfix and saslauthd are authenticating fine.
Here is what I have in my main.cf:
# Accounts
accounts_server_host = $ldap_server_host
accounts_search_base = $ldap_search_base
accounts_query_filter =
(&(&(objectClass=VirtualMailAccount)(mail=%s))(forwardActive=FALSE)(acco
2017 Jun 09
0
Minor patches for builds against ancient platforms
I was recently asked to upgrade some neolithic aged software (UW-IMAP,
sendmail 8.12.x, apache 1.3, amongst other horrors).
The box is physically remote, so an aggressive "new flush" wasn't an option.
I've been able to upgrade the compiler to gcc-3.4, openssl to 1.0.2k, glibc,
php to something in the 5.4-branch, etc.
I have CLucene working, even.
I know should take a shotgun
2005 Aug 11
2
cyrus-imapd - unable to connect to POP3
This is the first time I am using cyrus-imapd package.
I am unable to retrieve messages (pop3). At first, I had not entered
the cyrus-master in /etc/hosts.allow and was getting connection refused.
After adding the entry I am able to connect to port 110 but for some
reason the pop3 server is failing the password authentication (see
below). With the same userid/passwd I am able to ssh into the
2017 Jun 08
2
v2.2.30.1 released
>
> We have identified a bug in auth process, and are working with a fix.
>
It works for me in 2.2.30-2
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas (ATICA)
http://www.um.es/atica
Tfo: 868889150
Fax: 868888337
2011 Sep 22
8
Export variables into other classes
Hi all
I have been pondering this for a while, but not yet seen a clean way
to do it
I have a few puppet classes (apache/ntp/mysql/bacula/nagios/etc)
I would like to generate part of my bacula and nagios configs for each
host based on which other classes that host belongs to (or to put it
another way, I would like to export variables from classes which would
be used by my bacula and nagios