[Security-discuss] Kerberos PAM Help

2006-06-30 Thread Darren J Moffat
Erich Weiler wrote: > Hi All- > > I'm hoping some of you Sun Kerberos gurus can tell me if my problem can be > resolved... Basically I have my test Solaris 10 system set up to > authenticate, via PAM, in 3 ways. > > First it checks if you have a local account and then let's you in if so. > > S

[Security-discuss] Kerberos PAM Help

2006-06-30 Thread Henry B. Hotz
So in your case the ldap users (everyone?) *expect* to have to enter two passwords. I was assuming that the ldap and kerberos users were disjoint. I think it's the use_first_pass, rather than the binding that's killing you. If the optional doesn't turn off the warning then there's no pam

[Security-discuss] Kerberos PAM Help

2006-06-30 Thread Will Fiveash
On Fri, Jun 30, 2006 at 06:32:08PM +0100, Darren Moffat wrote: > Erich Weiler wrote: > >Hi All- > > > >I'm hoping some of you Sun Kerberos gurus can tell me if my problem can be > >resolved... Basically I have my test Solaris 10 system set up to > >authenticate, via PAM, in 3 ways. > > > >First i

[Security-discuss] Kerberos PAM Help

2006-06-30 Thread Erich Weiler
Hi Henry, Alas, it doesn't work. I think what the "binding" line does is choke the chain, because it doesn't accept my krb5 password. LDAP works though, but still gives the "Kerberos Authentication Failed" message. I do need the kerberos module 2nd in the chain, because some folks have kerbe

[Security-discuss] Kerberos PAM Help

2006-06-30 Thread Henry B. Hotz
On Jun 30, 2006, at 8:46 AM, Erich Weiler wrote: > # Default definitions for Authentication management > # Used when service name is not explicitly mentioned for > authentication > # > other auth requisite pam_authtok_get.so.1 > other auth required pam_unix_cred.so.1 > other auth sufficient pam

[Security-discuss] Kerberos PAM Help

2006-06-30 Thread Erich Weiler
I'm no C or java programmer, but it looks like it's not a big deal to fix this... ? Would you happen to know someone who has fixed it, or who might be able to do some minor coding on it to make it work? I'm just grasping at straws here because this issue is fairly important to our operation...

[Security-discuss] Kerberos PAM Help

2006-06-30 Thread Gary Winiger
> That is caused by this bit of code: > > http://cvs.opensolaris.org/source/xref/on/usr/src/lib/pam_modules/krb5/krb5_authenticate.c#286http://cvs.opensolaris.org/source/xref/on/usr/src/lib/pam_modules/krb5/krb5_authenticate.c#286 > > That looks like a bug to me. There is a module option 'nowarn

[Security-discuss] Kerberos PAM Help

2006-06-30 Thread Erich Weiler
Hi All- I'm hoping some of you Sun Kerberos gurus can tell me if my problem can be resolved... Basically I have my test Solaris 10 system set up to authenticate, via PAM, in 3 ways. First it checks if you have a local account and then let's you in if so. Second it checks to see if you have a K

[Security-discuss] New file privilege names and descriptions for mytmpfs prototype

2006-06-30 Thread Nicolai Johannes
My checking algorithm had a slight problem with step 0, a correct (and faster) version follows: I Assume that a file should be accessed with access mode initial_access II At first identity_access, ordinary_access and general_access are empty sets. 0. Check initial_access for execute/read/write p

[Security-discuss] New file privilege names and descriptions for my tmpfs prototype

2006-06-30 Thread Nicolai Johannes
As announced, I am working on a prototype that demonstrates the new privileges restricting file access. After having read the discussion threads again and again, I have merged all suggestions and created the following seven privileges: basic privilege PRIV_FILE_NONANONYMOUS_READ Withou