XoopsAuthAds XoopsAuthAds(
&$dao
)
|
|
Authentication Service constructor
Parameters:
bool authenticate(
string
$uname, [string
$pwd = null]
)
|
|
Authenticate user again LDAP directory (Bind)
2 options : Authenticate directly with uname in the DN Authenticate with manager, search the dn
Parameters:
|
string |
$uname: |
Username |
|
string |
$pwd: |
Password |
Redefinition of:
- XoopsAuthLdap::authenticate()
- Authenticate user again LDAP directory (Bind)
Return the UPN = userPrincipalName (Active Directory) userPrincipalName = guyt@CP.com Often abbreviated to UPN, and looks like an email address. Very useful for logging on especially in a large Forest. Note UPN must be unique in the forest.
Parameters:
API Tags: