Moodle creating an external LDAP account on IdM

Moodle creating an external LDAP account on IdM

by Mark Hall -
Number of replies: 0

I am using Moodle version 2.6.4+ (Build: 20140814)

We are having an issue where I am trying to setup Moodle to create an account on Red Hat's IdM.     


My LDAP server settings are:


Host URL ldap://10.x.x.x

Version 3

Use TLS No

LDAP encoding utf-8


Bind Settings

Hide passwords  Yes

Distinguished name  uid=admin, cn=users,cn=accounts,dc=xxxxxxx,dc=xxxxxx


User lookup settings

User type posixAccount (rfc2307)

Contexts cn=users,cn=accounts,dc=xxxxxx,dc=xxxxxxx


Under Manage authentication

Common Settings

Self registration:  LDAP Server


When I try to create an account from the page I get the error: 

Error creating user in LDAP.


On the IdM box I see the error in my access log:

conn=1009 op=1 ADD dn="uid=btaylor,cn=users,cn=accounts,dc=xxxx,dc=xxxx"
[29/Jan/2015:12:31:46 -0500] conn=1009 op=1 RESULT err=65 tag=105 nentries=0 etime=0


I believe this may have to do with my auth.php script but I can't be sure.   Does anyone have any insight into this problem?  


Thanks


Mark






Average of ratings: -