Limiting LDAP sync_user script
by Peter Easton. Hi All,We've recently upgraded to moodle 2.8.x and now the script never seems to finish.We have a huge 170k user base in our ldap server but on have a max of 13k moodle users.Back in...
View ArticleRe: Limiting LDAP sync_user script
by Peter Easton. I found it (i think, i'm testing)file: auth.phpline: 703 $filter = '(&('.$this->config->user_attribute.'=*)'.$this->config->objectclass.')';add after it:...
View ArticleRe: תשובה ל: Re: LDAP synchronization scrip
by Emma Richardson. https://docs.moodle.org/28/en/Cron
View ArticleRe: Limiting LDAP sync_user script
by Emma Richardson. I just filter from the ldap server settings page. Works well.
View ArticleRe: Limiting LDAP sync_user script
by Peter Easton. where are you adding filters on the settings page?Pete
View ArticleRe: Limiting LDAP sync_user script
by Emma Richardson. Under Object Class. For example:(|(&(objectClass=user)(!(objectClass=computer))(memberOf=cn=MoodleUser,ou=people ,dc=mydomain,dc=com)))This is how mine is setup - only syncs...
View ArticleRe: "Error output, so disabling automatic redirect." when using custom-made...
by Wendi Turner. I am trying to follow this, because I am having the same problem. Would you please give me the EXACT FOLLOWABLE ADDRESS to find "moodlelib"? I likely will not be able to follow the...
View ArticleLDAP information autocomplete
by Matias Muñoz. Hi, I have sucessfully installed and configured LDAP. Now i have a problem, when a user log in into the Moodle system the initial form which inludes names, mail ,etc doesnt...
View ArticleRe: LDAP information autocomplete
by Emma Richardson. You need to match the fields correctly on the ldap settings page (at the bottom). Can you post a screenshot of how you have that part set up (remove any personal information).
View ArticleRe: LDAP information autocomplete
by Matias Muñoz. thank you! Didnt see the fields part on LDAP configuration
View ArticleRe: Self-registration fields
by Benoit Ter Burg. Hi Karlo, Maybe already too late and resolved, but anyway, what about your second question, desired 'disallow' parameters may be managed through : Home/ ▶ Site administration/ ▶...
View ArticleEmail-based self-registration Issue
by Benoit Ter Burg. Hi there, I would like use Email-based self-registrationon on my moodle (2.7) in order to allow visitors to create themselves their login, and visit some page before be able to be...
View ArticleRe: Limiting LDAP sync_user script
by Matteo Scaramuccia. For community reference, see also MDL-47004: there, it will be discussed the default Moodle setup which could be even something similar to the one above to exclude the Computer...
View ArticleRe: Email-based self-registration Issue
by sameh naim. I guess this is a strange issue and has todo with your settings. I can help if u share ur site info. Maybe via pmOn 21 Feb 2015 02:34, "Benoit Ter Burg"<noreply@moodle.org>...
View ArticleRe: Email-based self-registration Issue
by Benoit Ter Burg. Thanks for your interest in my case.Which kind of info do you need to try investigate ? Let me know.Maybe it could be a smtp relay issue due to the fact my moodle is hosted by a MP...
View ArticleRe: Email-based self-registration Issue
by sameh naim. I guess if it was smtp it would still move to next step with error that email was not sent.Did you edit any core files ??
View ArticleRe: Email-based self-registration Issue
by Benoit Ter Burg. Yes U are right, but I catch posts describing same trouble and some fixes related to SMTP issues (in addition to captcha issues, but may not incriminated in this case, issue...
View Article2.8.3 Getting rid of the confirmation email
by Wendi Turner. I would like my students to create an account with an email, and then be able to log in right there, and not get a confirmation email. How do I remove the confirmation email step?
View ArticleRe: 2.8.3 Getting rid of the confirmation email
by Benoit Ter Burg. Hi In my opinion, this is not possible. Conf email is part of the process and requested to confirm account creation process. Once conf link in mail has been clicked by student,...
View ArticleRe: 2.8.3 Getting rid of the confirmation email
by Rod Spears. Wendi, you have a couple of options. Both will require manual intervention by a site admin and one is not secure and should only be used temporarily.1. When you use the Email-based...
View Article