similar to: libkdc-policy.so: cannot open shared object file: No such file or directory?

Displaying 20 results from an estimated 300 matches similar to: "libkdc-policy.so: cannot open shared object file: No such file or directory?"

2012 Nov 04
2
provisioning fails
I would like it to provision a domain or have had no response on irc or the samba maing list as to why it fails. Having the wiki howto up to date would not be a bad idea either. <br> The wiki and most other online resources indicate the one should use the "provision" command. This command is no longer available in the S4RC you must use samba-tool to accomplish the task. sudo
1998 Aug 31
1
samba error message - "broken (and insecure) behavior"
I've seen error messages about this since we installed 1.9.18p10 of samba, so I went looking in the code for the context. Here (from password.c) is the context: /* * Attempt a session setup with a totally incorrect password. * If this succeeds with the guest bit *NOT* set then the password * server is broken and is not correctly setting the guest bit. We
2012 Nov 05
0
libkdc-policy.so: cannot open shared object file: No (samba: message 2 of 20) such file or directory?
>How exactly did you build it? git clone configure make make quicktest make install Just did git pull make make install and the provision gives the same error from samba.net import Net ImportError: libkdc-policy.so: cannot open shared object file: No such file or directory here is a tree search result: sudo find /usr -name lib\*policy\* -print /usr/local/samba/lib/libsamba-policy.so
2015 Sep 01
2
error: Failed dependencies:
Hi, I am new to Linux environment and trying to setup SAMBA 4.2.3 on one of our CentOS 7 server. I followed SAMBA wiki and other links and was able to build and install the SAMBA on the machine. Using checkinstall-1.6.2-3.el6.1.x86_64.rpm I am able to create the rpm package also, however when I use this rpm package [samba 4.2.3] to install on another CentOS machine it fails with below errors
2007 Oct 11
2
Login testing ideas
I''ve been going through Pat''s example story and noticed that there was no checking for a bad login. I assume this is because that would have made the article bigger and more complicated than it needed to be. So the question that comes of of this is: How do folks normally handle the negative case? My plan was to just use another scenario, but as a new person to BDD/TDD,
2010 Jul 06
3
Cross subnet browsing + OpenVPN
Hi All, I'm having a problem with cross subnet browsing and name resolution across an openvpn tunnel. i've found quite a few people who've had the same on mail lists but none of their fixes have worked. The spec of the setups at both ends of the tunnel are as follows: OS - CentOS 5.5 Samba Version 3.5.4 OpenVPN Version 2.0.9-1 Each server is configured in gateway mode with two NICS,
2010 Jul 06
2
WG: Cross subnet browsing + OpenVPN
What about your openvpn config? The tun net must have an entry in your hosts allow. If you work with briding the remote network has to be the same subnet as the local!? Bridging is the best way to have a remote net integrated. I have one logging in form Berlin on my Samba-Domain. Daniel ----------------------------------------------- EDV Daniel M?ller Leitung EDV Tropenklinik
2010 Jul 06
1
Cross subnet browsing + vpn
Hi All, I'm having a problem with cross subnet browsing and name resolution across an openvpn tunnel. i've found quite a few people who've had the same on mail lists but none of their fixes have worked. The spec of the setups at both ends of the tunnel are as follows: OS - CentOS 5.5 Samba Version 3.5.4 OpenVPN Version 2.0.9-1 Each server is configured in gateway mode with two NICS,
2003 Jul 18
1
Continuing problem with domain trusts
Setup: Samba3beta3 domain (NEWDOM) with a single PDC. No winbind activated. Uses smbpasswd for user authentication. Windows 2K AD (OLDDOM) domain with two DCs. I've been struggling to get a trust established one way with these two domains. Since I have a native W2K AD domain, I have to use AD domain tools to establish the trusts. I followed the documentation regarding creating a
2007 Apr 09
5
highlight crashes
I am trying to use highlight, but I am getting this kind of thing: /usr/local/lib/ruby/gems/1.8/gems/ferret-0.11.4/lib/ferret/index.rb:197:in `highlight'': IO Error occured at <except.c>:93 in xraise (IOError) Error occured in index.c:1222 - lazy_df_get_bytes len = -5, but should be greater than 0 from
2014 Apr 13
1
[Bug 10551] New: Daemon infinite loop when no matched user in secrets
https://bugzilla.samba.org/show_bug.cgi?id=10551 Summary: Daemon infinite loop when no matched user in secrets Product: rsync Version: 3.1.1 Platform: x64 OS/Version: Linux Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: ryan at
2011 Feb 18
1
winbind stops working after first failed login
Here is my setup. samba+winbind on OpenSuse 11.3 (samba 3.5.4). Using winbind to auth to another samba+ldap server. Authentication works until first failed login: host:~ # wbinfo -a prod\\user%goodpass plaintext password authentication succeeded challenge/response password authentication succeeded host:~ # wbinfo -a prod\\user%badpass plaintext password authentication failed Could not
2018 Sep 06
2
[Bug 1279] New: manpage documentation inconsistencies
https://bugzilla.netfilter.org/show_bug.cgi?id=1279 Bug ID: 1279 Summary: manpage documentation inconsistencies Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org
2008 May 02
4
spec''ing calls to super (or other Ruby keywords)
Hi there, How does one spec an invocation of a Ruby keyword, such as super in this case? class User < ActiveResource::Base # faking the ActiveRecord before/after_save observers def save super UserMailer.deliver_activation(self) if recently_activated? end end Does the solution look anything like the following? describe User do describe ''#save'' do it
2009 Nov 26
3
Best way to preallocate numeric NA array?
These are the ways that occur to me. ## This produces a logical vector, which will get converted to a numeric ## vector the first time a number is assigned to it. That seems ## wasteful. x <- rep(NA, n) ## This does the conversion ahead of time but it's still creating a ## logical vector first, which seems wasteful. x <- as.numeric(rep(NA, n)) ## This avoids type conversion but still
2004 Jan 19
2
w2k/XP won't join samba pdc
Hi I'm sure this must have come up before - if so I apologise. I have googled, read HOWTOs FAQ and numerous personal accounts on how to configure samba as a PDC but to no avail - neither w2k nor XP will join the domain. NT4 Workstation and Win9x I have working fine - where have I gone wrong ? Linux SETUP: RedHat 7.3, samba-2.2.7-3.7.3 (upgraded from 2.2.3a) Win2k SETUP: Win 2000 Pro,
2007 May 21
10
[Bug 1316] New: Add LDAP support to sshd
http://bugzilla.mindrot.org/show_bug.cgi?id=1316 Summary: Add LDAP support to sshd Product: Portable OpenSSH Version: 4.6p1 Platform: All URL: http://dev.inversepath.com/trac/openssh-lpk OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: PAM support AssignedTo:
2009 May 09
5
Reading large files quickly
I'm finding that readLines() and read.fwf() take nearly two hours to work through a 3.5 GB file, even when reading in large (100 MB) chunks. The unix command wc by contrast processes the same file in three minutes. Is there a faster way to read files in R? Thanks!
2014 May 23
1
Strange error while loading krb5 libraries [samba4]
In logs I see that kdc service is not starting: Failed to start service 'kdc' - NT_STATUS_INVALID_SYSTEM_SERVICE Then above: [2014/05/23 11:59:18, 5] ../lib/util/modules.c:56(load_module) Error loading module '/usr/lib/i386-linux-gnu/samba//service/kdc.so': /usr/lib/i386-linux-gnu/libkdc.so.2: symbol _krb5_plugin_get_symbol, version HEIMDAL_KRB5_2.0 not defined in file li
2020 Aug 09
5
User mapping?
On 09/08/2020 20:13, Simon Matthews via samba wrote: > I have things sort of working now, but I just want to confirm: there is > no way to manually (and individually) map the IDs? As far as I am aware, not with your setup, If you were using ldap or running AD, then yes, you could allocate an exact ID to each user and group. Rowland