which krb5 PAM module on Solaris 8?

2003-07-31 Thread Tim Mooney
g the system in a couple weeks anyway, I thought I would see if there's a clear favorite krb5 PAM module out there. Thanks! Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building

Re: which krb5 PAM module on Solaris 8?

2003-08-04 Thread Tim Mooney
. That means that I wouldn't be losing any functionality over what I currently have if I do go the route of SEAM for authentication and homegrown for authorization, but it would be best if I could find a way of fully integrating our Solaris boxes into the IAA system we're currently using. I

Re: Build error

2003-08-14 Thread Tim Mooney
y 40% of its `make check' tests. I haven't seen that problem with bison 1.30, so that's the version we're sticking with. I recommend the original poster try that version, and see if he or she has better luck. Tim -- Tim Mooney [EMAIL PROTECTED] I

Re: Kerberizing a non-kerberized telnet client

2004-05-14 Thread Tim Mooney
Kerberos fits in, which I guess you could get from the MIT source. If "the field" machines are Windows boxes, I would think that https://sourceforge.net/projects/kerberizer/ would be worth a look. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technolog

Re: binaries not stripped

2004-09-17 Thread Tim Mooney
hing like strip foo || true so a "success" is always returned, even when strip fails. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 231-8541 (Fax) N

Re: authen::krb5::admin : create principal

2005-04-08 Thread Tim Mooney
efault_realm Perhaps if you called $kp=Authen::Krb5::get_default_realm(); (notice the K in Krb5) instead, you would have better results. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building

Re: 1.4.x and perl modules

2005-08-11 Thread Tim Mooney
n I updated from krb5 1.2.8 to 1.4, I encountered a problem with krb5_init_ets not being part of the libkrb shared library, even though the ABI of the library had not changed from what 1.2.8 used. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services

separate policy dump/load when updating 1.2.7 -> 1.3.4?

2006-06-26 Thread Tim Mooney
's krb5-install.html is a little vague about whether a separate dump/load step is still needed for policy information. It was needed with earlier KDC upgrades, but the docs imply (without really saying) that it's no longer needed. Can anyone clarify whether it's still requir

Re: kerberos server replication

2006-10-18 Thread Tim Mooney
n.es ? Note: I also recommend you don't have your two hosts share principals in their keytab. The keytab on shinobi shouldn't have host/shogun entries, and the keytab on shogun shouldn't have host/shinobi entries. Tim -- Tim Mooney [EMAIL PROTECTED] In

Re: error principal in kerberos propagation

2006-10-20 Thread Tim Mooney
th the forward (A) and reverse (PTR) records for your primary server (shogun)? Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 231-8541 (Fax) North Dakota Sta

Re: Migrating a Kerberos Realm

2006-11-02 Thread Tim Mooney
un on distinct ports), but it too is possible. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 231-8541 (Fax) North Dakota State University, Fargo, ND 58105-5164 __

Re: Compiling 1.5.3 or 1.6.1 on Solaris 5.9

2007-07-05 Thread Tim Mooney
he shared object, but what happens if you modify the build line so that instead of -h libkrb5support.so.0 it tries -Wl,-h,libkrb5support.so.0 or uses gcc's -Xlinker equivalent. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services

Re: Problems with kadmind, kpasswd and cross-realm authentication

2007-09-27 Thread Tim Mooney
#x27;ve suggested has worked for us for multiple years. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 231-8541 (Fax) North Dakota State University, Fargo, ND 58105-5164 ___

Re: CentOS attempting to set up Kerberos 5-tickets created & destroyed successfully, now an issue

2008-03-19 Thread Tim Mooney
om the primary KDC. That's a problem, but it's not what's causing your current issue. It will definitely be an issue down the road. > To > get around this I added an /etc/hosts entry for my machine. That's enough, as long as nsswitch.conf on the KDC is right. Tim -- Ti

Re: CentOS attempting to set up Kerberos 5-tickets created & destroyed successfully, now an issue

2008-03-20 Thread Tim Mooney
u likely have some other issue. Use strace on the client to verify that the client is actually trying the right server and port, and make sure you don't have a firewall or SELinux messing things up for you. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technolo

Re: CentOS attempting to set up Kerberos 5-tickets created & destroyed successfully, now an issue

2008-03-24 Thread Tim Mooney
l, and note the kvno. It should have incremented by one. - Examine the keytab with ktutil. It should have only entries for host/[EMAIL PROTECTED] and the kvno should match the kvno that you found with getprinc. Once the keytab is correct on the KDC, the services that you've set up on

Re: specifying an alternate realm/krb5.conf configuration for kdc5.conf

2015-04-24 Thread Tim Mooney
should provideservice;bydefaulttherealmreturned by krb5_default_local_realm(3) is used. It's krb5_default_local_realm() that's reading krb5.conf. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & In

Re: Multi-tenancy in MIT KDC

2015-05-29 Thread Tim Mooney
t. We've done it for years and it works, but if we were starting over, these days I'm not certain I would choose the same path. Depending on your realms, it might be better to use separate VMs or containers, depending on what you're comfortable with. Tim -- Tim Mooney

Re: Kadmin compatibility

2011-06-17 Thread Tim Mooney
27;kadmin -p user/admin' command we get, GSS-API (or > Kerberos) error while initializing kadmin interface. This may not be related, but have you tried setting allow_weak_crypto=1 in the libdefaults section of your /etc/krb5.conf on the RHEL6 client? Tim -- Tim Mooney

Re: Multiple realms served by single kadmind

2013-05-28 Thread Tim Mooney
o things might be different there. Instead, we only do propagation when the dump file has changed from the checksum from the previous dump file. Tim -- Tim Mooney moo...@dogbert.cc.nrealm2.nodak.edu Enterprise Computing & Infrastructure 701-231-1076 (Vo

Re: pam_krb5 problems on Solaris 8 (repost sans MIME)

2001-09-17 Thread Tim Mooney
d object via `dump -Lv'. For augmenting the system-wide runtime loader paths, look at the man page for `crle'. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 2

OpenSSH auth methods with krb5 (was: pam_krb5 problems on Solaris8)

2001-09-18 Thread Tim Mooney
y need to tweak your sshd_config (search for Gssapi in the sshd_config on the Solaris host). Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 231-8541 (Fax) North Dakota Sta

Re: OpenSSH auth methods with krb5 (was: pam_krb5 problems on Solaris8)

2001-09-19 Thread Tim Mooney
kerberos option. Can this "--with-kerberos" option >be used after krb5 patch? That's the idea, yes. Actually, the option is `--with=kerberos5=/path/to/krb5/root'. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701)

Re: appdefaults not taking in /etc/krb5.conf

2001-12-12 Thread Tim Mooney
t it's never actually been implmented in the code). It's the rare case of docs preceeding code, AFAICT. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 231-8541 (Fax) North Dakota State University, Fargo, ND 58105-5164

RE: Compiling hpux PA2.0W (LP64) dynamic libraries

2002-01-18 Thread Tim Mooney
is included, then #define alloca(x) __builtin_alloca(x) should be in place, and the linker should therefore be looking for __builtin_alloca Make sure that everything that needs alloca is including alloca.h, and once you've done that, try the +Olibcalls option to the compil

RE: Compiling hpux PA2.0W (LP64) dynamic libraries

2002-01-18 Thread Tim Mooney
older bison), though, because of an odd coincidence that I won't go into, but your best bet is to make sure that your bison is recent (or deleted in favor of yacc). Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076

Re: Cross-realm trust

2002-02-15 Thread Tim Mooney
my case (and apparently in yours) I *can* guarantee that usernames on machines always exactly match the principal, no matter what realm they're in (so bob@REALM2 should be able to log into the `bob' account on a machine that's in REALM1). Ken Hornstein suggested looking into the k5us

Re: Compiling 1.2.5 on True64 v5.x

2002-07-09 Thread Tim Mooney
;ll have to find where they're supposed to >come from - not sys/types.h, evidently, but no doubt something >like it. sys/bitypes.h Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (70

Re: Symbols in kadm5.lib

2002-07-24 Thread Tim Mooney
o identify anything else that's generating them (^ov makes me think of HP's OpenView, yuck, but that's not installed on any of the boxes that have these files). Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (V

RE: Symbols in kadm5.lib

2002-07-24 Thread Tim Mooney
should >just use MEMORY type ccaches. In any case, when kadmin exits >it should destroy those FILE ccaches. Thanks for the info Nico. One less mystery for me to wonder about. ;-) Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701)

Re: GSS module for proftpd

2003-01-06 Thread Tim Mooney
so that it should build and work with both Heimdal and MIT. I didn't do any of the real work, though, as the project already included (Heimdal) Kerberos support before I ever tried building it. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services