dokeos-auth-ldap
[ class tree: dokeos-auth-ldap ] [ index: dokeos-auth-ldap ] [ all elements ]

Procedural File: authldap.php

Source Location: /main/auth/ldap/authldap.php



Page Details:

LDAP module functions

If the application uses LDAP, these functions are used for logging in, searching user info, adding this info to the Dokeos database...




Tags:

author:  Roan Embrechts
version:  3.0


Includes:

include('ldap_var.inc.php') [line 75]
LDAP module functions

If the application uses LDAP, these functions are used for logging in, searching user info, adding this info to the Dokeos database...




Tags:

author:  Roan Embrechts
version:  3.0






Authentif [line 358]

void Authentif( $uname, $passwd)



Parameters

   $uname  
   $passwd  
[ Top ]



AuthVerif [line 302]

void AuthVerif( $uname, $passwd)



Parameters

   $uname  
   $passwd  
[ Top ]



findUserInfoInLdap [line 138]

an findUserInfoInLdap( $login)



Tags:

return:  array with positions "firstname", "name", "email", "employeenumber"
author:  Stefan De Wannemacker
author:  Roan Embrechts


Parameters

   $login  
[ Top ]



loginWithLdap [line 99]

true loginWithLdap( $login, $password)



Tags:

return:  when login & password both OK, false otherwise
author:  Roan Embrechts (based on code from Université Jean Monet)


Parameters

   $login  
   $password  
[ Top ]



putUserInfoInClaroline [line 210]

void putUserInfoInClaroline( $login, $infoArray)

function

PUT USER INFO IN CLAROLINE this function uses the data from findUserInfoInLdap() to add the userdata to Claroline

the "rugid" field is specifically for the Ghent University.

"firstname", "name", "email", "isEmployee"




Tags:

author:  Roan Embrechts


Parameters

   $login  
   $infoArray  
[ Top ]



Documentation generated on Wed, 05 Sep 2007 06:14:24 +0200 by phpDocumentor 1.4.0