canceled: Kerberos ops/admin teleconference July 5

2016-06-30 Thread Tom Yu
There will be no Kerberos ops/admin teleconference on July 5, due to the adjacent US Independence Day holiday. If you would like to suggest topics for future ops/admin telconferences, please send me email. Thanks, -Tom Kerberos mailing list

Re: ldap database error when creating initial stash

2016-06-30 Thread Michael Aldridge
After asking on IRC the answer turned out to be pretty silly. For anyone in the future looking for what this error means, make sure you have your default realm set in either krb5.conf or kdc.conf as not having the default set can raise this error. At this time my KDC is happily running and servin

Re: ldap database error when creating initial stash

2016-06-30 Thread Todd Grayson
Is the file supposed to be schema.ldif once its converted that way? On Thu, Jun 30, 2016 at 9:58 AM, Todd Grayson wrote: > The discussion in the mail list I sent, the error emerged as it was > parsing broken schema information in the file... > > On Thu, Jun 30, 2016 at 9:55 AM, Michael Aldridge

Re: ldap database error when creating initial stash

2016-06-30 Thread Michael Aldridge
Yes, once converted it should be *.ldif. --Michael On 06/30/2016 11:01 AM, Todd Grayson wrote: > sorry "kerberos.ldif" not "schema.ldif" > > On Thu, Jun 30, 2016 at 10:00 AM, Todd Grayson > wrote: > > Is the file supposed to be schema.ldif once its converted t

Re: ldap database error when creating initial stash

2016-06-30 Thread Todd Grayson
sorry "kerberos.ldif" not "schema.ldif" On Thu, Jun 30, 2016 at 10:00 AM, Todd Grayson wrote: > Is the file supposed to be schema.ldif once its converted that way? > > On Thu, Jun 30, 2016 at 9:58 AM, Todd Grayson > wrote: > >> The discussion in the mail list I sent, the error emerged as it was

Re: ldap database error when creating initial stash

2016-06-30 Thread Todd Grayson
The discussion in the mail list I sent, the error emerged as it was parsing broken schema information in the file... On Thu, Jun 30, 2016 at 9:55 AM, Michael Aldridge < michael.aldri...@utdallas.edu> wrote: > Todd, > > You are correct that that is in ldif format. The ldap server gets built > up

Re: ldap database error when creating initial stash

2016-06-30 Thread Michael Aldridge
Todd, You are correct that that is in ldif format. The ldap server gets built up by using the bare minimum to get it online and then all the other schemata and associated files are loaded in with the server online. The distro is Void Linux, with kerberos version 1.14.2. I must admit I'm struggl

Re: ldap database error when creating initial stash

2016-06-30 Thread Todd Grayson
Michael, I apologize but I'm not familiar with that kind of formatting for the kerberos.schema file... the one I'm looking at looks like this (segment). What linux distro/versions are you working over? That almost looks like the kind of format you would see converting the .schema to .ldif or some

Re: Kerberos and OTP

2016-06-30 Thread Diogenes Jesus
Hi Laurent. Alternatively you can enable anonymous authentication (don't forget to restrict anonymous to only TGT in kdc.conf). That way it's not required to kinit with host first (you just kinit -n). Dio > On 29 Jun 2016, at 16:06, > wrote: > > Hello Dmitri, > > Thanks for your reply, i