No ldap request from LDAP Management plugin
-
I don’t think that’s the piece of code causing the problem. I run with the ldap plugin installed and have never seen this issue occur at all.
-
If you’d like, please install the git working branch:
git clone https://github.com/fogproject/fogproject.git /opt/fogprojectworking cd /opt/fogprojectworking git pull git checkout working git pull
I’m seeing if simply preventing autoload from occurring will fix this issue, though I still cannot replicate.
-
@Tom-Elliott
I installed the git working branch:
You are currently running version: 885132
Latest stable version is 1.4.3
Latest svn version is 6075
Latest git version is 1.4.2No more errors in apach log (thanks) but I tryed many settings and ldap requests do not give an answer.
How to configure ldap plugin in order to do request (anonymous) like
uid=login,ou=people,$baseDN
cn=groupname,ou=groups,$baseDN
member=uid=login,ou=people,$baseDNSorry, i’m almost rookie in LDAP and linux (…also english ^^'…)
-
@st.mu Maybe this can help?
https://forums.fogproject.org/topic/10063/ldap-plugin-on-fog-1-3-3/5?page=1# -
I’ve already seen this post.
my settings look like:
I choose OpenLDAP template.
-
@st.mu Is your Domain on an “Open LDAP” ldap tree?
-
@Tom-Elliott
yes -
@st.mu If that’s the case, shouldn’t your “group attribute” value be ‘member’ instead of ‘groups’
-
Your user attribute should be cn not ‘uid’
-
@Tom-Elliott
I’ve also tried that and it doesn’t work.
I tried generic LDAP with uid as User Name Attribute and groups as Group Member Attribute (who knows…), but same “O results found” answer… -
@st.mu You don’t search users in ldap management.
All ldap plugin does is enable you to login with LDAP user accounts, there’s no searching users. I don’t know where you got the idea that you could find users using this plugin.
-
@Tom-Elliott
I am confused,
I have misunderstood how works the plugin. I thought searching users by lhe LDAP Management section enable to check ldap conf is ok.
I will test in the right way.Thanks Tom