Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ibmaupin

  1. ibmaupin

    ACLS through LAPI

    Thank you appnair. The code compiled and the static utility methods proved useful. To followup: The first four elements in the RIGHTID list are: LAPI_DOCUMENTS.RIGHT_WORLD, LAPI_DOCUMENTS.RIGHT_SYSTEM, LAPI_DOCUMENTS.RIGHT_OWNER, LAPI_DOCUMENTS.RIGHT_GROUP or -1,-2,-3,-4 I assume -3 is...
  2. ibmaupin

    ACLS through LAPI

    Hello, I am trying to answer two questions with the LAPI. 1. Return all user and groups that a given username belongs to This is accomplished with ListRights LAPI_USERS users = new LAPI_USERS(session); LLValue rights = new LLValue(); int userfound =...

Part and Inventory Search

Back
Top