NDSm

Perl extension for manipulation of NDS(tm) and Netware(tm) servers.



NDSm enable perl 5 or higher to interact with Novell NDS through Novell's APIs. Online docs can be found at http://www.ahs.hist.no/distr/NDSm/

The package is split into:
 
NDSm Provide the basic type Context
NDSContext Functions needed to interact with NDS
Buf_T A class encapsulating a buffer for adding/modifying/retrieving
NWServer Functions to manage Netware servers
Audit Functions which hande server and context auditing
Misc Functions which does not fit in other categories.


NDSm

 

new


GetHandle


GetConst


GetContext

 
DCK_FLAGS Bit definitions How to return/interprent values
DCK_CONFIDENCE Number
DCK_NAME_CONTEXT String The current context
DCK_TRANSPORT_TYPE Not in use
DCK_REFERRAL_SCOPE Number
DCK_LAST_CONNECTION Connection handle Server connection to use for NDS operations
DCK_TREE_NAME String Name of tree
 


InitUnicodeTables


IsInit

You can use IsInit() to find out if the NDSContext is created and initialized as it should be.
Example:
$Val = $ContextObj->IsInit( );

LastErr


LocaleConv


SetContext


COPYRIGHT