Password Expiration notifications

2006-07-31 Thread Dibuleng Mokgoshing [ MTN - Innovation Centre ]
send me the script Regards Dibuleng Mokgoshing Cell: 083 200 5726 NOTE: This e-mail message is subject to the MTN Group disclaimer see http://www.mtn.co.za/disclaimer Kerberos mailing list Kerberos@mit.edu https://mailman.mit

Re: Password Expiration notifications

2006-04-06 Thread John Hascall
> Based on some excellent suggestions, I have started pursuing parsing the > dump file (produced by "kdb5_util dump"). I think I have figured out > most of the columns. Could someone point me to a (preferably non source > code) reference describing the dump format? I now have a need to > retrie

Re: Password Expiration notifications

2006-04-06 Thread Matthew J. Smith
Based on some excellent suggestions, I have started pursuing parsing the dump file (produced by "kdb5_util dump"). I think I have figured out most of the columns. Could someone point me to a (preferably non source code) reference describing the dump format? I now have a need to retrieve the "Pas

Re: Password Expiration notifications

2006-04-05 Thread Matthew J. Smith
Thanks for the response! James J. Barlow wrote: > Any reason you wouldn't want to run it on a KDC? Good question! It is purely a matter of preference for me, as this code will be part of my larger set of "provisioning" code, which I prefer to run on a separate application server. I'm sure I cou

Re: Password Expiration notifications

2006-04-04 Thread James J. Barlow
On Tue, Apr 04, 2006 at 09:44:45AM -0400, Matthew J. Smith wrote: > Thank you for the responses so far. I've received a few suggestions > that I use the dump file to gather my information, and I may go down > that road. However, I am still interested if anyone has implemented > anything using the

Re: Password Expiration notifications

2006-04-04 Thread Matthew J. Smith
Thank you for the responses so far. I've received a few suggestions that I use the dump file to gather my information, and I may go down that road. However, I am still interested if anyone has implemented anything using the kadmin protocol, so that the code does not need any local access to the K

Re: Password Expiration notifications

2006-04-03 Thread John Hascall
Are you doing a kprop each night? If so you have the info you need dumped into a text file. John > Hello all, > > I am using MIT Krb5 1.4.3, and am looking to send an email > notification to my users 14 days before their passwords expire. I have > cobbled together a Proof-of-Concept using ka

Password Expiration notifications

2006-04-03 Thread Matthew J. Smith
Hello all, I am using MIT Krb5 1.4.3, and am looking to send an email notification to my users 14 days before their passwords expire. I have cobbled together a Proof-of-Concept using kadmin -q "getprinc -terse" to scrape the password expiration date from each principal. The PoC works, but seem