Posts made by Jerry Lau

We are using AD as our LDAP server (Windows 2008)

According to MS KB: http://support.microsoft.com/kb/2009267

Hardcoded LDAP limitations have been introduced in Windows Server 2008 R2 and Windows Server 2008 to prevent overloading the domain controller. These limits overwrite the LDAP policy setting when the policy value should be higher.


Could it handle our 200,000 accounts?

 

Average of ratings: -

Moodle in English -> Authentication -> Add user function -> Re: Add user function

by Jerry Lau -

We are using LDAP for login.

And of course, if they log in for the first time, LDAP method will add the user.

If I add it directly to the database, it will create 2 accounts with the same username.

How can I call the LDAP "add user" function directly so I can add it that way instead directly to the database?

thanks