Page MenuHomeFreeBSD

krb5: create the KDC database directory
ClosedPublic

Authored by glebius on Tue, Oct 7, 9:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 11:00 PM
Unknown Object (File)
Thu, Oct 9, 11:00 PM
Unknown Object (File)
Thu, Oct 9, 10:59 PM
Unknown Object (File)
Thu, Oct 9, 7:24 PM
Unknown Object (File)
Thu, Oct 9, 4:36 PM
Unknown Object (File)
Thu, Oct 9, 4:52 AM
Unknown Object (File)
Wed, Oct 8, 6:24 AM
Unknown Object (File)
Wed, Oct 8, 5:31 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks fine to me. Is there somewhere that we can stick
examples for krb5.conf, kdc.conf and kadm5.acl?

This revision is now accepted and ready to land.Tue, Oct 7, 9:13 PM

Looks fine to me. Is there somewhere that we can stick
examples for krb5.conf, kdc.conf and kadm5.acl?

In share/examples/krb5 maybe?

In D52970#1210155, @cy wrote:

Looks fine to me. Is there somewhere that we can stick
examples for krb5.conf, kdc.conf and kadm5.acl?

In share/examples/krb5 maybe?

Fine with me. For Heimdal, krb5.conf is in crypto/heimdal,
so crypto/krb5 might be more consistent?

However, I have no real opinion w.r.t. where. I just think
having an example of each somewhere makes setup
easier.

This revision was automatically updated to reflect the committed changes.
In D52970#1210155, @cy wrote:

Looks fine to me. Is there somewhere that we can stick
examples for krb5.conf, kdc.conf and kadm5.acl?

In share/examples/krb5 maybe?

Fine with me. For Heimdal, krb5.conf is in crypto/heimdal,
so crypto/krb5 might be more consistent?

However, I have no real opinion w.r.t. where. I just think
having an example of each somewhere makes setup
easier.

I'd prefer not to put it in crypto/krb5. That could be construed not do belong there during a vendor import. If we are to create our own examples we should put them were people might intuitively look. Like /usr/share/examples/krb5 or a similar location. Remember src/crypto is the same as src/contrib except that it contains crypto. src/crypto are vendor imports. We should leave src/crypo for that purpose only.