Installed certificate services, did everything listed at
http://www.reborndigital.com/?p=200 but still having issues. I used
the utility "ldp" but it won't connect unless I specify credentials.
Where/How do I set NtAuthIdentity for active directory? I think that's
all that's missing
On Aug 25, 10:36 am, Jason Rivard <
jriv...@gmail.com> wrote:
> I think you need to go LDAPS. I'm not sure the java libraries used with PWM
> will work correctly with TLS as deployed (not sure, I've never tested).
>
> AD requires an encrypted connection (LDAPS) to set a password. As far as I
> know, this cannot be turned off, but I'm no AD expert either.
>
> On Thu, Aug 25, 2011 at 11:14 AM, Menno Pieters <
menno.piet...@gmail.com>wrote:
>
>
>
>
>
> > On Thu, Aug 25, 2011 at 4:44 PM, Charlatat <
charla...@gmail.com> wrote:
>
> >> Switching to administrator didn't change anything.
>
> >> Could you explain the TLS option? In this test environment, I don't
> >> have LDAPS (686) configured; its just straight LDAP (389).
>
> > According to this thread:
> >
https://forums.oracle.com/forums/thread.jspa?threadID=2175638
> > ...the error you get could mean that encryption is required to perform
> > password operations. I'm not an AD expert, but perhaps you can turn that
> > requirement off.
>
> > About TLS: it is similar to SSL, except that TLS is started after setting
> > up a plain connection, but before any operation takes place that requires
> > confidentiality.
>
> > LDAP+SSL:
>
> > - Create TCP connection to LDAP/SSL port (usually 636)
> > - Negotiate SSL encryption
> > - Perform LDAP operations
>
> > LDAP+TLS:
>
> > - Create TCP connection to standard LDAP port (usually 389);
> > - Check server capability for TLS
> > - Start TLS negotiation
> > - Perform LDAP operations
> >
http://groups.google.com/group/pwm-general?hl=en.- Hide quoted text -