Re: ldap simple bind with kerberos passwords

2006-02-09 Thread Digant C Kasundra
This is most likely neither an OpenLDAP issue, nor a Kerberos issue. Be sure you have properly configured saslauthd. --On Thursday, February 09, 2006 9:31 AM -0500 Karen R McArthur <[EMAIL PROTECTED]> wrote: > This issue involves ldap-kerberos integration. I'm not sure if this is > a kerberos

Re: Perl question

2005-09-22 Thread Digant C Kasundra
Actually, I lied. I did create a new service/checkpw principal and gave it the pw change service flag and that's what I'm using to check the password. I should probably verify that ticket with a keytab. On Thu, 2005-09-22 at 13:54 -0400, Tom Yu wrote: > >>>>> &

Re: Perl question

2005-09-22 Thread Digant C Kasundra
Ah, that work. I tried to get a ticket for kadmin/changepw instead of a TGT for the realm. Thanks for the lead! -- DK On Thu, 2005-09-22 at 10:09 -0700, Mike Friedman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 22 Sep 2005 at 11:36 (-0500), Digant C Ka

Perl question

2005-09-22 Thread Digant C Kasundra
Hello folks, I'm trying to find a way to authenticate a username and password pair regardless of whether the password is expired or not. When using Authen::Krb5, if an accounts pw is expired, regardless of the password I use to try to get a ticket, it will give me the error that the password is e

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

2005-04-12 Thread Digant C Kasundra
> >>$handle = > >>Authen::Krb5::Admin->init_with_password("$ADMINPRINC","$adminpass"); > >>$kp=Authen::krb5::get_default_realm(); > >>print $kp; > >> > >>but I received : > >>Undefined subroutine &Authen::krb5::get_defa

Re: Kerberos in a heterogeneous environment

2005-02-02 Thread Digant C Kasundra
> My question is twofold: > > 1. If there are let's say 12 different Windows apps accessing Oracle, > do all these apps need to be "Kerberized" or does the fact that Oracle > by itelf can be Kerberized is sufficient ? If you are using Oracle Forms, for instance, and something on the Oracle serve

Re: Using Perl to clear policy

2004-12-17 Thread Digant C Kasundra
I figured it out with the help of the author of Authen::Krb5::Admin. policy_clear() doesnt' return a value so the or die statement was killing it. Removing that statement fixed it. On Thu, 2004-12-16 at 13:13, Digant C Kasundra wrote: > Does anyone have a code snippet on how to use

Using Perl to clear policy

2004-12-16 Thread Digant C Kasundra
Does anyone have a code snippet on how to use Perl to clear someone's policy? I'm using Authen::Krb5::Admin and I'm trying the following to no avail: my $krb5_princ = Authen::Krb5::parse_name( $principal ) or dienice( $eventid, $ERROR_TAG, "kadmin_reset_password:

Min password age

2004-11-05 Thread Digant C Kasundra
Hello list, I've been unable to get the minimum password life feature to work. I set the default policy to make the minimum password life equal to 300, yet I can change passwords over and over again immediately. What am I doing wrong? -- DK Kerb

Kadmin max connections

2004-11-01 Thread Digant C Kasundra
Hello list, Does anyone know how many incoming connections/active connections kadmind can handle? I'm stress testing password changes and if I hit the kadmind server with more than 20 simultaneous password changes, I get "kadmin: GSS-API (or Kerberos) error while initializing kadmin interface" er