Displaying 5 results from an estimated 5 matches for "krb4_".
Did you mean:
krb4
2016 Jun 28
2
Looking for GSSAPI config [was: Looking for NTLM config example]
...fcc-mit-ticketflags = true
[realms]
HPRS.LOCAL = {
default_domain = hprs.local
auth_to_local_names = {
Administrator = root
}
}
[domain_realm]
hprs.local = HPRS.LOCAL
# this is not a mistake
.hprs.local = HPRS.LOCAL
------PINS-----------
you wrote:
> You can remove the krb4_ stuff
I've remove krb4_ stuff from the [libdefaults] and eliminated the [login] section altogether.
Question on [realms]Administrator: should that really be root or should it be my AD Administrator?
my doveconf -n is exactly the same as posted below, but in particular:
auth_krb5_keytab = /et...
2016 Jun 29
3
Looking for GSSAPI config [was: Looking for NTLM config example]
...gt; Administrator = root
> > }
> > }
> >
> > [domain_realm]
> > hprs.local = HPRS.LOCAL
> > # this is not a mistake
> > .hprs.local = HPRS.LOCAL
> > ------PINS-----------
> >
> > you wrote:
> > > You can remove the krb4_ stuff
> >
> > I've remove krb4_ stuff from the [libdefaults] and eliminated the [login] section altogether.
> > Question on [realms]Administrator: should that really be root or should it be my AD Administrator?
> >
> > my doveconf -n is exactly the same as posted...
2016 Jun 29
2
Looking for GSSAPI config [was: Looking for NTLM config example]
...>>> }
>>> }
>>>
>>> [domain_realm]
>>> hprs.local = HPRS.LOCAL
>>> # this is not a mistake
>>> .hprs.local = HPRS.LOCAL
>>> ------PINS-----------
>>>
>>> you wrote:
>>>> You can remove the krb4_ stuff
>>>
>>> I've remove krb4_ stuff from the [libdefaults] and eliminated the [login] section altogether.
>>> Question on [realms]Administrator: should that really be root or should it be my AD Administrator?
>>>
>>> my doveconf -n is exactly the...
2016 Jun 29
2
Looking for GSSAPI config [was: Looking for NTLM config example]
...> > }
> > >
> > > [domain_realm]
> > > hprs.local = HPRS.LOCAL
> > > # this is not a mistake
> > > .hprs.local = HPRS.LOCAL
> > > ------PINS-----------
> > >
> > > you wrote:
> > > > You can remove the krb4_ stuff
> > >
> > > I've remove krb4_ stuff from the [libdefaults] and eliminated the
> [login] section altogether.
> > > Question on [realms]Administrator: should that really be root or
> should it be my AD Administrator?
> > >
> > > my doveconf...
2016 Jun 27
4
Looking for GSSAPI config [was: Looking for NTLM config example]
...o gather information, I'll recap these things here:
2. Time sync
Install ntpd and configure it to use *your* *ad* *server*. (Not some
generic service).
3. /etc/krb5.conf
Here is a *SAMPLE* configuration:
[libdefaults]
default_realm = YOUR.REALM
dns_lookup_kdc = true
krb4_config = /etc/krb.conf
krb4_realms = /etc/krb.realms
kdc_timesync = 1
ccache_type = 4
forwardable = true
proxiable = true
fcc-mit-ticketflags = true
[realms]
YOUR.REALM = {
default_domain = your.domain.name
auth...