added sysprog entities
This commit is contained in:
11
SYSPROG/STPROC/SRP_VALIDATE_USER.txt
Normal file
11
SYSPROG/STPROC/SRP_VALIDATE_USER.txt
Normal file
@ -0,0 +1,11 @@
|
||||
Compile function SRP_Validate_User(Username, Password, Domain)
|
||||
|
||||
If Assigned(Username) else Username = ""
|
||||
If Assigned(Password) else Password = ""
|
||||
If Assigned(Domain) else Domain = ""
|
||||
Debug
|
||||
Declare function SRPLogonAPI_ValidateUser
|
||||
Result = SRPLogonAPI_ValidateUser(Username, Password, Domain)
|
||||
|
||||
Return Result
|
||||
|
Reference in New Issue
Block a user