Displaying 20 results from an estimated 300 matches similar to: "Samba PDC + 2K/XP"
1999 Nov 25
4
compile error
Hi,
I'm trying to get Samba-2.1.0-prealpha compiled but I always get stuck
at the following error message:
root@pc2:/usr/src/samba-2.1.0-prealpha/source > make
Using LIBS = -lcrypt
Linking bin/rpcclient
rpcclient/rpcclient.o: In function `process':
rpcclient/rpcclient.o(.text+0x4c3): undefined reference to
`wait_keyboard'
collect2: ld returned 1 exit status
make: ***
2002 Nov 19
1
problems compiling samba3.0alpha20 on SOLARIS 7
Hi list,
I'm trying to compile samba3.0alpha20 on a SOLARIS 7 machine, everything
looks quite OK until I end up with this, there seems to be a couple of
kerberos related functions missing (?)
Undefined first referenced
symbol in file
krb5_sname_to_principal /usr/krb5-1.2.6/lib/libgssapi_krb5.a(acquire_cred.o)
krb5_free_cksumtypes
2002 Jul 06
1
Compile error with kerberos and samba
First I compiled kerberos 5-1.2.5. Ater that I configured samba:
./configure --with-smbwrapper --with-krb5 --with-automount
--with-smbmount. So far all goes well. After that I 'make' in the
samba/source dir. An error pops up, displayed below. Does anyone know of
either a workaround or solution? I can't install samba now!! :(
Mark
--
This is the error:
Linking bin/smbd
2002 Oct 17
1
Compile failure samba3.0alpha20
Hello,
I've the following problem. I tried to compile samba3.0alpha20 with the ads
support option.
Before that I have installed kerberos5v1.2.6!
What is wrong! Have anyone an answer, thanks!
Compiling libsmb/trust_passwd.c
Compiling libads/ldap.c
Compiling libads/ldap_printer.c
Compiling libads/sasl.c
Compiling libads/krb5_setpw.c
Compiling libads/kerberos.c
libads/kerberos.c: In function
2002 Sep 11
0
samba-3.0-alpha19 can't compile
Hi
I try to compile samba-3.0-alpha19 on my Linux-Box (SuSE 8.0, Kernel
2.4.18, cc 2.95.3, make 3.79.1). After "make" I got this errors:
Linking bin/smbd
/usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(accept_sec_context.o): In
function `rd_and_store_for_creds':
accept_sec_context.o(.text+0x7b): undefined reference to `krb5_rd_cred'
accept_sec_context.o(.text+0xdb): undefined
2013 Apr 14
10
[samba4] crash of winbind after "ls -l /usr/local/samba/var/locks/sysvol"
Hi,
I used Samba 4.0.5 in Wheezy. Here is that I have done:
---------------------------------------------------------------
samba-tool domain provision --realm=CHEZMOI.PRIV --domain=CHEZMOI \
--server-role=dc --dns-backend=SAMBA_INTERNAL --adminpass='+toto123'
echo "nameserver 192.168.0.21" > /etc/resolv.conf
samba
ln -s /usr/local/samba/lib/libnss_winbind.so
2005 Aug 26
3
[Bug 1066] off-by-one error with GSSAPI names
http://bugzilla.mindrot.org/show_bug.cgi?id=1066
Summary: off-by-one error with GSSAPI names
Product: Portable OpenSSH
Version: 4.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: dleonard at
2003 Oct 30
1
Patch to make sshd work on multihomed systems
As far as I know this patch has no security implications -- I don't
believe that allowing sshd to use get_local_name() (in canohost.c) on
a connected socket to determine it's own fqdn will allow a malicious
client (or router or dns server) to make it come to the wrong
conclusion. But please let me know if you think I'm wrong.
Please also let me know if you're just not interested
2009 Feb 05
2
Problem with Kerberos auth on AIX 5.3
I've been banging my head against this for a few days so I thought I'd see if anyone has an idea of what's going on.
AIX 5.3
OpenSSH 5.1p1
MIT Kerberos 1.6.3
zlib 1.2.3
Built with CC=cc and LDFLAGS=-brtl
When the client attempts to enter their kerberos password the daemon rejects it with the following message:
debug1: Kerberos password authentication failed: Not enough space.
If
2002 May 20
0
Openssh 3.2.2p1 KRB5 addition
The Kerberos V support may still fail on hosts with two or more
interfaces.
Regards
Markus
-------------- next part --------------
*** auth-krb5.c.orig Mon May 20 11:51:57 2002
--- auth-krb5.c Mon May 20 11:53:34 2002
***************
*** 38,43 ****
--- 38,44 ----
#include "servconf.h"
#include "uidswap.h"
#include "auth.h"
+ #include "canohost.h"
2004 Sep 13
2
Kerberos 5 Security Alert?
Why wasn't there a FreeBSD security alert for Kerberos 5? Does FreeBSD
use the MIT implementation? I got an email from CERT about this. See
the attached message below.
--
Daniel Rudy
>From - Sat Sep 04 03:22:15 2004
X-UIDL: a8f31551eb03ca144862bddc8ccce266
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Apparently-To: dcrudy@pacbell.net via 206.190.37.79; Fri, 03 Sep 2004
2012 Apr 18
0
ANNOUNCE: cifs-utils release 5.4 is ready for download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Since we now have a fix of sorts for CVE-2012-1586, it seems like as
good a time as any to do a new release. Go forth, download and build
cifs-utils-5.4.
Highlights:
* the "rootsbindir" can now be specified at configure time
* mount.cifs now supports the -s option by passing "sloppy" to the
kernel in the options string
*
2007 May 24
2
[Bug 1318] New: There is no way to really cancel dns queries from the client
http://bugzilla.mindrot.org/show_bug.cgi?id=1318
Summary: There is no way to really cancel dns queries from the
client
Product: Portable OpenSSH
Version: 4.3p2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at
2024 Aug 02
0
[Announce] Samba 4.20.3 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.20 release series.
LDAP TLS/SASL channel binding support
-------------------------------------
The ldap server supports SASL binds with
kerberos or NTLMSSP over TLS connections
now (either ldaps or starttls).
Setups where 'ldap server require strong auth = allow_sasl_over_tls'
was required
2024 Aug 02
0
[Announce] Samba 4.20.3 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.20 release series.
LDAP TLS/SASL channel binding support
-------------------------------------
The ldap server supports SASL binds with
kerberos or NTLMSSP over TLS connections
now (either ldaps or starttls).
Setups where 'ldap server require strong auth = allow_sasl_over_tls'
was required
2007 Aug 01
0
Hostname DNS update (using nsupdate-gss) to Active Directory DNS using Sites
Hi,
We were unable to use nsupdate-gss to a Windows 2003 Active Directory. I
modified the nsupdate-gss script to use the local Domain Controller to do
the DNS update and then it works (albeit giving a TKEY integrity error).
The patch attached adds a 5th argument to the command line to specify the
local Domain Controller to send the DNS update to.
Usage: nsupdate-gss.pl HOST DOMAIN IP TTL
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
Hi All,
I am using libsmbclient.so (3.0.25b).
But I am getting following error when I try to compile my program.
Could any one of you please let me know as how should I go about resolving
this error ?
Thanks and Regards,
Avinash
g++ -g -O2 -o GenericCrwl crwl_cmdargs.o crwl_main.o crwl_crawl.o
../thirdparty/libs/libdb_cxx-4.3.so
2013 Nov 25
7
[releng_8 tinderbox] failure on i386/i386
TB --- 2013-11-25 17:30:12 - tinderbox 2.20 running on freebsd-legacy2.sentex.ca
TB --- 2013-11-25 17:30:12 - FreeBSD freebsd-legacy2.sentex.ca 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2013-11-25 17:30:12 - starting RELENG_8 tinderbox run for i386/i386
TB --- 2013-11-25 17:30:12 -
2009 Apr 12
1
ssh_gssapi_check_mechanism fails
Gssapi is failing at the following statement in sshconnect2.c, ok never gets
set to 1::
ssh_gssapi_check_mechanism fails
/* Check to see if the mechanism is usable before we offer it */
while (mech < gss_supported->count && !ok) {
/* My DER encoding requires length<128 */
if (gss_supported->elements[mech].length < 128 &&
2010 May 02
2
samba4 make error - drsblobs.so
Hello - make fails to build the latest git of samba4 - erroring on drsblobs.so. Below is a full log from autogen.sh to the make. Would you have any suggestions on proceeding?
Thank you,
Ryan
ryan at test1:~/samba-master/source4$ sudo ./autogen.sh
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: 'version.h' created for Samba("4.0.0alpha12-GIT-d83850a")