Re: Setting up the KDC ldap backend

2019-02-06 Thread John Byrne
In case anyone has a similar issue, I was able to get it set up eventually. The problem was that I needed to create the "dc=example,dc=com" entry first. I don't understand why I was able to create a rootdn user called "cn=admin,dc=example,dc=com" if "dc=example,dc=com" doens't exist, but anyway I c

Re: Setting up the KDC ldap backend

2019-02-06 Thread Mark Pröhl
On 2/5/19 9:30 PM, John Byrne wrote: > I'm trying to test constrained > delegation in a web application, and apparently that only works with the > LDAP backend. Hi all, is this still true for 1.17? - Mark Kerberos mailing list Kerber

Re: Setting up the KDC ldap backend

2019-02-06 Thread John Byrne
Thanks for the replies. I had found a walkthrough on setting up LDAP on it's own on that site too: https://community.hortonworks.com/articles/79806/how-to-setup-openldap-24-on-centos-7.html And that explained how to set up the user with the access I needed - that got me past that error from my las

Re: Setting up the KDC ldap backend

2019-02-06 Thread Todd Grayson
I'm not sure whats going on with the error message you are seeing. AS far as how to info: The hortonworks community has a walkthrough of MIT KDC with LDAP backend on CentOS7, here: https://community.hortonworks.com/articles/199542/configuring-kerberos-with-openldap-back-end.html On Tue, Feb 5, 2