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
Overrides
XoopsAuthLdap::authenticate() (Authenticate user again LDAP directory (Bind))
Parameters:
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.
Tags:
Parameters: