• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

OMG Pulling my Eye out!!

There is a reason that LDAP professionals are in high demand, we don't share anything. ever.
 
Originally posted by: MaxDepth
Good God! I am so dyslexic today. I thought the OP was complaining about the L A P D.

I thought it was about the LAPD also. I was expecting some rant (possibly involving bodily harm) and then for some thread ownage.

Semi-disappointed.
 
The problem is fixed now. Gosh I had to dig a old article about LDAP implementation. However now that I have it running via SSL I need to understand how to perform a ldapsearch using a user in the ldapdirectory other than the root user.


 
Man... you are totally in the wrong forum! Most ATOT'ers probably think that LDAP is a cool new Firefox plugin or something 🙂
 
You shouldn't be using LDAP over SSL, it's been deprecated since 2003 / LDAPv3 came out.

You should be using LDAP with TLS security.
 
Originally posted by: Darkstar757
The problem is fixed now. Gosh I had to dig a old article about LDAP implementation. However now that I have it running via SSL I need to understand how to perform a ldapsearch using a user in the ldapdirectory other than the root user.
I've done a lot with LDAP and haven't had too many issues. Getting the certificate stuff striaght is one issue. The other huge roadblock is just understanding your directory structure and knowing what object classes and attributes you have to work with.

If you authenticate as a different user, cn=joeuser,o=company you can do a search for (objectclass=*) inside ou=users,o=company

Softerra has a good LDAP Browser (v 2.6) that you can download and install to test your environment. There's a better one for SSL support if from the university of chicago...but you'd have to search from it. Make sure you have the latest version of Sun Java installed.

 
Originally posted by: Tremulant
Originally posted by: MaxDepth
Good God! I am so dyslexic today. I thought the OP was complaining about the L A P D.

I thought it was about the LAPD also. I was expecting some rant (possibly involving bodily harm) and then for some thread ownage.

Semi-disappointed.

I read it as LAPD in Atlanta. 😱
 
Originally posted by: Epic Fail
Originally posted by: Tremulant
Originally posted by: MaxDepth
Good God! I am so dyslexic today. I thought the OP was complaining about the L A P D.

I thought it was about the LAPD also. I was expecting some rant (possibly involving bodily harm) and then for some thread ownage.

Semi-disappointed.

I read it as LAPD in Atlanta. 😱

that would be interesting
 
Back
Top