Displaying 20 results from an estimated 66 matches for "kaservers".
Did you mean:
kaserver
2004 Jun 23
1
Samba 3.0.4 + OpenAFS 1.2.11 and fake-kaserver
I'm trying to build the --with-fake-kaserver option in 3.0.4 on RHEL
3.0.
I'm using the srpms provided on the samba.org site
(http://us3.samba.org/samba/ftp/bin-pkgs/RedHat/SRPMS/samba-3.0.4
-1.src.rpm).
My OpenAFS version is 1.2.11, rpms (openafs-1.2.11 and
openafs-devel-1.2.11) provided from openafs.org.
It compiles fine if I omit the --with-fake-kaserver configure option.
2002 Aug 09
0
patch to ssh.c for KerberosTgtPassing and readability patches for config files and manpages
Hey All,
Found a very minor problem with client implementation of
KerberosTgtPassing command line flag in ssh.c (first diff). We also
made some readability patches to the config files and manpages to make
the option clearer (the remainder of the diffs).
diffs are against -current
Index: ssh.c
===================================================================
RCS file:
2004 Apr 05
0
Samba 3 fake-kaserver keytab
Hi,
I've been trying to run samba-3.02a with the fakekaserver option and realised that it needs to have the afs keyfile in secrets.tdb. The function doing this resides in surces/passdb/secrets.c and is called secrets_store_afs_keyfile .
How can I use it (and generaly speaking which program do I need to use to manipulate the tdb files)
Jan Chorowski
2002 Jan 04
2
3.0.2 AFS login problem, Solaris 2.5.1
I've been beating myself senseless trying to build OpenSsh 3.0.1 on Solaris
2.5.1 and get AFS login working.
The symptoms of the problem are: sshd builds (used --with-afs and
-with-kerberos4 - there is no PAM on this box), accepts connections from
non-AFS users, but does not accept a connection from an AFS user; the user
sees "permission denied" after entering the password.
The
2006 Jun 19
2
3.0.23 + afsacl build problem
Hi!
I've tried to compile samba 3.0.23rc2 --with-vfs-afsacl --fake-kaserver,
but I've got errors.
The first error and its solution is: I've to add -lssl to the LIBS line
in the top level Makefile.
Then I've got this:
Compiling modules/vfs_afsacl.c with -fPIC
modules/vfs_afsacl.c: In function `new_afs_ace':
modules/vfs_afsacl.c:145: warning: passing arg 2 of
2004 Oct 12
1
Samba as gateway MIT kerberos
Hi,
We have Windows2k machines connected and authenticated with Samba. We also
have MIT kerberos for Linux systems.
What we want to do is using samba as a gateway, clients using Windows2k
machines can access their AFS file space.
We are trying to encrypt the usernames and passwords and send to samba side
which then decrypt and retrieve the plain-text password. Does Samba have
2009 Nov 05
3
samba and ads authentication
I am looking at setting up ADS authentication for my current samba
configuration. I am quite wary of making big changes that I do not
understand as there are shares currently setup and I do not want to lose
this.
I have read through the "how to's" and I am at the point where I want to
"Create the computer account" and running the command :-
Net ads join -U
2005 Sep 01
1
LDAP compile problem (not the usual)
Hello all,
I'm trying to compile samba 3.0.20 on Freebsd 4.10 with ldap support.
The ./configure script fails because it can't find ldap.h:
<snip>
checking whether to use AFS fake-kaserver... no
checking whether to use DFS clear-text auth... no
checking for LDAP support... auto
checking ldap.h usability... no
checking ldap.h presence... no
checking for ldap.h... no
checking lber.h
2005 Mar 08
0
Is possible? --- reposting + new
Hi.
I'm trying to find a solution for our windows clients. I will explain my
situation.
We have kerberos 5 (mit) kdc, openafs without kaserver (authentication
using kerberos), openldap, everything on debian stable servers. What do
our unix/linux clients do? They authenticate over kerberos (pam), gain
tickets and consequently gain the afs token (krb5afs or
openafs_session), call ldap and
2005 Feb 27
1
Is it feasable?
Hi.
I'm trying to find a solution for our windows clients. I will explain my
situation.
We have kerberos 5 (mit) kdc, openafs without kaserver (authentication
using kerberos), openldap, everything on debian stable servers. What do
our unix/linux clients do? They authenticate over kerberos (pam), gain
tickets and consequently gain the afs token (krb5afs or
openafs_session), call ldap and
2003 Oct 08
3
Ldap.h missing in samba-3.0.0
I have downloaded samba-3.0.0.tar.bz2 (and samba-latest.tar.gz) and
attempted to run "./configure --with-ldapsam --with-winbind
--with-pam_smbpass --with-smbmount --with-ads --with-ldap"
Only to find that ./configure complains of a missing ldap.h file. Does
anyone else have this issue? I'm trying to do a simple setup to having a
Linux box communicate to my Windows 2000 Server PDC,
2000 Apr 09
2
Password Login Failing... (Not sure this went through)
Appologise if this did make it to the list but I just subscribed and
didn't see it come back...
I am attmepting to install ssh/sshd on my RH6.1 Intel Box. Everything
seems to be working (not quite smooth sailing - I had to resort to
precompiled RPM for OpenSSL). I did however get it "working." I
generated a host key as root and then changed back to joe-user. I created
a key for
2003 Nov 13
1
SSHD password authentication issue in 4.9-RELEASE and 5.1-RELEASE
Wonder if you guys could help me out...have a security problem with sshd
wich enables a user to do a password login tough the sshd_config states
PasswordAuthentication no
My config works fine in both gentoo and openbsd 3.3 but users are able to
login with tunneled clear text passwords in both 4.9 and 5.1
Im lost.tried everything I can think of.
Here is the config:
2004 Sep 17
3
sftp-server debug output
Help! I am trying to get debug output working with sftp-server, and
can''t seem to find the appropriate information to get it working. Yes,
I have recompiled sftp-server to include defining DEBUG_SFTP_SERVER. I
found that myself in the code before finding it in several postings as
the common answer to others having this problem.
In addition, I have set up the sshd_config file
2004 Apr 08
0
Error building Samba 3.0.2a
While building Samba 3 for SuSE linux 9.0 I have a problem with the AFS
component (it builds fine if I omit the --with-afs and --with-fake-kaserver
options).
During configure I did get a warning:
checking whether to use AFS clear-text auth... yes
checking whether to use AFS fake-kaserver... yes
checking for /usr/include/afs... yes
checking afs.h usability... no
checking afs.h presence... no
2001 Feb 21
1
further problems with OpenSSH 2.5.1p1 on RH 6.2
I'm finding another problem with OpenSSH 2.5.1p1 on RH 6.2 (at least,
I think it's the linux box that is the problem).
I'm ssh'ing to a RH 6.2 box from a Solaris 7 server (scp also... seems
like the same problem).
I'm using authorized_keys and identity.pub files to do it automagically,
and all works well when it's from user to user, where the username is the
same, but if
2010 Jun 01
0
Compiling Samba 3.0.37 --with-afs (Steve Linehan)
> I do not know how to proceed. I tried to comment out the line in the spec
file to no avail.
this is bad idea ;)
> Any suggestions?
OpenAFS is not supplied directly by CentOS/RHEL. You would have had to get
it from a 3rd party repo such as ATrpms/DAG or install from
http://openafs.org/release/1.4.12/index-rhel5.html
# cd /tmp/
# wget http://samba.org/samba/ftp/stable/samba-3.4.8.tar.gz
2003 Dec 16
11
[Bug 774] banner is displaying twice (/etc/issue)
http://bugzilla.mindrot.org/show_bug.cgi?id=774
Summary: banner is displaying twice (/etc/issue)
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2010 Apr 07
1
[Announce] Samba 3.5.2 Available for Download
=================================================================
"Why don't we save time and you just tell
me what I want?"
Mr. Big to Carie, Sex and the City
=================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.5.
Major enhancements in Samba 3.5.2 include:
o Fix
2010 Apr 07
1
[Announce] Samba 3.5.2 Available for Download
=================================================================
"Why don't we save time and you just tell
me what I want?"
Mr. Big to Carie, Sex and the City
=================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.5.
Major enhancements in Samba 3.5.2 include:
o Fix