Results 1 to 5 of 5

Thread: Novell API's

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2001
    Location
    Australia
    Posts
    1

    Question Novell API's

    Trying to integrate a VB app here with Novell NDS, I can get all the normal authentication done, but the second part of the trick is the problem...

    Authenticating to NDS doesnt necessarily mean you have access to a particular application object. So therefore I am trying to read the ACL of the object to see if the user has permission to access it.

    This appears to be done by a complex mix of API calls and buffers:

    NWCallsIinit()
    NWDSCreateContextHandle()
    NWDSAllocBuf()
    NWDSRead() <-- Where you actually read the object properties.
    NWDSGetAttrCount()
    NWGetAttrName()

    and then a loop through the ACL's to use NWDSComputeAttrValSize() to allocate a memory buffer for each response and NWDSGetAttrVal to read the attribute values into that buffer.

    This part is the problem. Once I try and read the values I just get either an Overflow in NWDSGetAttrVal() or an illegal operation or other weird stuff. What I never get is something that says "yes this user is allowed to run this application object".

    Am I on the right track here?

  2. #2
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Three Anchor Bay, Cape Town, South Africa
    Posts
    769

    Re: Novell API's

    Hi, you say you got the login bit working? I am trying to do some integration with NDS, but am coming up seriously short on documentation. Could I get a sample?

  3. #3
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Novell API's

    Sorry shunt, but i don't think he is going to reply any time soon. This is a very old thread if you weren't aware...

    And the last time coreyp was on, was 1 minute after he started this thread

  4. #4
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Three Anchor Bay, Cape Town, South Africa
    Posts
    769

    Re: Novell API's

    I suppose. Was hoping he had email messaging on...
    And the hunt continues...

  5. #5
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Novell API's

    You could send him an email via his profile. Not sure if he still uses the same address but worth a try

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width