gustav_delius
ff9fe32584
removed some warnings from from fields, closing bug 1558
2004-08-20 20:32:38 +00:00
paca70
510ff12d14
Dont try to delete uses multiple times
2004-08-18 11:29:45 +00:00
paca70
a9fac242f2
Return auth type with userinfo
2004-08-18 11:11:39 +00:00
paca70
443398353c
Added support for coursecreators in function auth_sync_users()
2004-08-16 04:56:47 +00:00
paca70
9566e4ce84
Moved groupmembership code from function auth_iscreator() to
...
generic private function auth_ldap_isgroupmember().
2004-08-16 04:41:51 +00:00
paca70
815002f07f
while waiting that guid-field, I added two functions:
...
auth_get_users ()
Returns all userobjects from external database, with userinformation
like address, phone ...
auth_sync_users ()
1. Adds users from externaldatabase to moodle.
2. renamed user in moodles db if renamed in externaldb
3. "Delete" user in moodles db if removed from externaldb
and configuration interface for guid. ;)
2004-08-15 17:46:30 +00:00
moodler
58a524be4d
FIxes for POP3 from Rudy Scott http://moodle.org/mod/forum/discuss.php?d=9131
2004-08-15 17:21:01 +00:00
paca70
4b9c337598
Added configuration interface for value LDAP_objectclass
2004-08-15 16:12:19 +00:00
moodler
00cd9cf735
Removed HALFOPEN as per http://moodle.org/mod/forum/discuss.php?d=11115
2004-08-15 14:17:22 +00:00
moodler
1e9e22e8e9
Added a new authentication module to connect to a First Class server!
...
Contributed by Tortsten Anderson <torsten.anderson at skeria.skelleftea.se>
2004-07-31 14:17:50 +00:00
moodler
d8627a477e
Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3
2004-04-15 15:57:32 +00:00
moodler
f95ad4b43a
UNTESTED changes to allow multiple hosts to be used for POP3/IMAP/NNTP authentication
...
Please test them.
2004-01-16 09:17:20 +00:00
moodler
07eb7fa7b8
Fixes for POP3 and TLS (new option)
2003-12-05 03:22:34 +00:00
moodler
953c64fe93
Trying to avoid database clashes
2003-10-26 16:08:31 +00:00
moodler
16b8fe5b7f
Fixed some short tags
2003-09-09 05:37:39 +00:00
paca70
c46b0a23db
Corrected some typos
2003-08-18 08:12:31 +00:00
paca70
0c70f81c0d
To fix authentication issue when same ldap-attribute is used multiple fields in Moodle.
2003-08-04 19:34:32 +00:00
paca70
fdc60fd20d
Ask only naminattribute when searching for user.
2003-08-03 09:20:05 +00:00
paca70
da7b210a75
Fix from Martin Wwellard to fix PHPs case issue with attribute names.
2003-08-03 09:07:42 +00:00
moodler
17b88d1910
Fix for POP3 by disabling TLS explicitly.
...
based on this: http://moodle.org/mod/forum/discuss.php?d=1884
2003-07-29 07:12:31 +00:00
moodler
88478a664f
New authentication method - a very simple one called "manual".
...
Accounts have to exist in the internal database, and there is
no way to create an account on the site - admins have to do it.
2003-04-24 15:01:15 +00:00
paca70
978704f095
More comments
2003-04-20 18:15:03 +00:00
paca70
44996d00f9
Fixed some typos
2003-02-25 10:31:59 +00:00
paca70
38620c460b
One strange 'o' jumped in..
2003-02-25 07:24:48 +00:00
paca70
ea81ca5f6d
README updates
2003-02-24 21:09:53 +00:00
paca70
1924074c76
Added support for nonadmin course creation.
...
Course creators are managed by /admin/creator.php , same way that admins.
Or if authetication module have 'auth_iscreator'-function (right now only ldap-module have) ,
users are added to creators at login time.
2003-02-24 18:48:55 +00:00
paca70
5f2c35db18
Added support for usercreation from Moodle to authentication module.
...
Works currently only with ldap-module (tested with e-directory), but
other modules could be extended too by
adding following functions:
function auth_user_exists ($username) {
//returns true if given username already exists on authetication database
}
function auth_user_create ($userobject,$plainpass) {
//create new user to authentication database
//in inactive state (if posible)
//returns true if user is created
}
function auth_user_activate ($username) {
//activate external user after email-address is confirmed
//returns true if user is activated
}
2003-02-20 21:39:51 +00:00
moodler
a657c48b96
A little fix to workaround what seems to be an ADOdb bug when using
...
database authentication
2003-01-06 05:37:26 +00:00
moodler
fa3ba0f6c1
Slightly more efficient way to open the database connections
2003-01-02 11:34:00 +00:00
moodler
a7514c09e6
More tweaks
2002-12-31 08:50:24 +00:00
moodler
50c4bd4145
More robustness, and some little bug fixes.
...
Also, database module now supports md5 passwords
2002-12-31 08:45:37 +00:00
moodler
2f99e65049
Slight changes to auth_user_login ... don't accept blank username/passwords
...
and some minor logic changes
2002-12-12 02:37:35 +00:00
moodler
9c645ce06c
I was looking for bugs and reformatted as I went to make the layout
...
a little more consistent (with Moodle)
2002-12-10 12:08:57 +00:00
moodler
466558e349
Changes to allow admin to control the "forgot password" function
...
and a bug fix for set_config
2002-11-22 08:43:35 +00:00
paca70
ef62651f02
Fixed some typos
2002-11-21 18:40:33 +00:00
moodler
7c58aee6c7
Added full configuration to LDAP (ie transferrable fields etc)
2002-11-21 11:27:44 +00:00
moodler
7ff671df29
Bug fix for dbtype menu
2002-11-21 11:12:55 +00:00
moodler
34daec9b3b
Tweaks to authentication system. Database method now allows other
...
fields to be specified so that things like email, names etc can be
pulled in from external database when new Moodle accounts are created
2002-11-21 07:37:21 +00:00
moodler
35a48c9ae4
A significant new system for authentication configuration that
...
exposes the wide array of authentication possibilities.
Authentication now has it's own page separate from other variables.
Most of this work was done by Petri Asikainen <paca@sci.fi>, who started
these changes off.
I've done some cleanups and additions which is why I'm checking it in.
It's all working pretty well at the moment but could use some testing.
Thanks, Petri! :-)
2002-11-19 08:51:33 +00:00
moodler
e1fb2ab5e8
New imap type (imaptls) solved problems with TLS capable servers (eg Courier)
2002-11-17 15:11:35 +00:00
moodler
817c698e8f
Slight updates
2002-11-17 09:57:34 +00:00
moodler
704da28e4d
Remove { error, and move things around
2002-11-17 02:51:36 +00:00
moodler
bf09e379a4
Some docs added
2002-11-16 04:26:54 +00:00
moodler
98bc913c2c
Slight fixes with defaults etc
2002-11-16 03:56:00 +00:00
moodler
df3988ea8b
Separated code for IMAP into IMAP, POP3 and NNTP
2002-11-16 03:49:32 +00:00
moodler
d5b94ef46c
Nothing missing, just needs testing and debugging
2002-11-15 09:13:31 +00:00
moodler
d17bdf2b37
More options and faster (use IPs always)
2002-11-15 08:59:30 +00:00
moodler
d1b4e17267
More authentication possibilities
2002-11-15 08:42:40 +00:00
moodler
dce48fc85a
First version of code to authenticate against external database.
...
This NOT TESTED yet, and has parameters hardcoded ... it will of
course be using Petri's config interface later when that's ready.
2002-11-15 08:25:24 +00:00
paca70
05da6502ba
added support for list users from ldap.
2002-11-12 12:10:08 +00:00