Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks fine to me. Is there somewhere that we can stick
examples for krb5.conf, kdc.conf and kadm5.acl?
Comment Actions
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.
Comment Actions
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.