This topic is locked
[SOLVED]

 Session Variables Populated With Ad Authentication

5/8/2013 2:56:55 PM
PHPRunner General questions
G
grin968 author

Hi,
I found from other topics that with AD authentication session is getting set UserID and UserName.

My understanding these are AD's sAMAccountName and displayName respectively.

Is it correct?

And what are other AD properties populated into the session variables?
Thanks!

Sergey Kornilov admin 5/8/2013

Besides these two variables you mentioning PHPRunner may use 'memberof' and 'cn' properties to build the list of groups user belongs to ($_SESSION["GroupID"]).
You may find more info studying source\classes\loginpage_ad.php file.

G
grin968 author 5/8/2013

Thanks!