tibasMemberDef_GetSecurityPolicyFile()
Returns the location and filename for the policy file that is in effect for a specified member.
Declaration
tibas_status tibasMemberDef_GetSecurityPolicyFile( tibasMemberDef memberDef, const char** policyFile)
Remarks
Use the tibasMemberDef_GetSecurityPolicyFile() function to return the policy file that is in effect for a specified space member that is acting as a security domain controller.
If the member is not functioning as a security domain controller then it is a security domain requestor and will not have a security policy file; instead it will have a security token file. You can use the tibasMemberDef_GetSecurityTokenFile() function to return the location and filename for the security policy file.
Copyright © Cloud Software Group, Inc. All rights reserved.