2014-09-10 22:14 GMT+02:00 Adrian Alvarez <adrian.alva...@smartdrive.net>:

>  Hi there,
>
>
>
> I've searched all over the internet and I'm having problems with the
> security questions, for some reason I cannot register the answers.
>
> I tried to put in the answer in the "info" object in AD but that didn't
> help. Any help would be appreciate.
>
>
>
> This is my current configuration:
>
>
>
> ## Questions/answers
>
> # Use questions/answers?
>
> # true (default)
>
> # false
>
> $use_questions = true;
>
>
>
> # Answer attribute should be hidden to users!
>
> $answer_attribute = "info";
>
> $answer_objectClass = "extensibleObject";
>
>
>
>
>
>
Hello Adrian,

Seems that Active Directory do not support extensibleObject object class.
You need to find an LDAP attribute to store the answers, see
http://msdn.microsoft.com/en-us/library/ms683980%28v=vs.85%29.aspx

For example:


$answer_attribute = "comment";
$answer_objectClass = "user";


Clément.
_______________________________________________
ltb-users mailing list
ltb-users@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to