Displaying 4 results from an estimated 4 matches for "feddc".
2017 Sep 28
3
ldbsearch fails due to LDB_MODULES_PATH not set, is it critical for ADDC operation?
Hello,
ldbsearch -H .... fails with a message that samba_dsdb
is not found and LDB_MODULES_PATH needs to be set.
Fixing it temporarily with:
export LDB_MODULES_PATH=/usr/lib64/samba/ldb
allows ldbseach command to work.
Is it critical for ADDC operation though?
[root at feddc ~]# rpm -q samba libldb ldb-tools samba-dc
samba-4.7.0-12.fc27.x86_64
libldb-1.2.2-1.fc27.x86_64
ldb-tools-1.2.2-1.fc27.x86_64
samba-dc-4.7.0-12.fc27.x86_64
[root at feddc ~]# cat /etc/redhat-release
Fedora release 27 (Twenty Seven)
Thank you for looking into it
Lin
2017 Sep 26
3
Fedora 27 rawhide, samba needs a restart to launch krb5kdc
...S.COM' while
getting initial credentials
A restart of samba.service finally starts krb5kdc:
[root]#systemctrl restart samba
[root]# ps axf |grep krb
1249 pts/0 S+ 0:00 \_ grep --color=auto krb
1212 ? S 0:00 | \_ /usr/sbin/krb5kdc -n
and now:
[root at feddc ~]# kinit administrator
Password for administrator at DC-STATIC.LUUFORPROS.COM:
[root at feddc ~]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: administrator at DC-STATIC.LUUFORPROS.COM
Valid starting Expires Service principal
09/26/2017 12:58:37 09/26/2017 22:58:...
2017 Sep 27
2
Fedora 27 rawhide, samba needs a restart to launch krb5kdc
...>
> As you said: It's Fedora 27 _rawhide_. You should report a bug:
> https://bugzilla.redhat.com/
> Please don't forget to attach logs, etc.
Ok, I just opened a bug over there. But in the meantime found out that:
Systemctl status samba.service shows the following as well:
feddc samba[658]: task_server_terminate: [KDC: no network interfaces
configured]
It seems to correspond to samba/source4/kdc/kdc-service-mit.c
/* Load interfaces for kpasswd */
load_interface_list(task, task->lp_ctx, &ifaces);
if (iface_list_count(ifaces) == 0) {
task_server_terminate(task...
2017 Sep 28
0
ldbsearch fails due to LDB_MODULES_PATH not set, is it critical for ADDC operation?
...not found
> > and LDB_MODULES_PATH needs to be set.
> >
> > Fixing it temporarily with:
> > export LDB_MODULES_PATH=/usr/lib64/samba/ldb
> >
> > allows ldbseach command to work.
> > Is it critical for ADDC operation though?
> >
> > [root at feddc ~]# rpm -q samba libldb ldb-tools samba-dc
> > samba-4.7.0-12.fc27.x86_64
> > libldb-1.2.2-1.fc27.x86_64
> > ldb-tools-1.2.2-1.fc27.x86_64
> > samba-dc-4.7.0-12.fc27.x86_64
> > [root at feddc ~]# cat /etc/redhat-release Fedora release 27 (Twenty
> > Seven)
>...