Board index » delphi » Accessing Netware 4.x

Accessing Netware 4.x

I am looking for routines which perform simple Netware 4.x operations
using delphi 1.0. In particular, Login, Logout, Map, Attach and
Detach. I have components which work with Netware 3.x but these do not
appear to work with 4.x.

Can anyone help ?

 

Re:Accessing Netware 4.x


In article <843665905.692...@mcwl.demon.co.uk>, Mike Lai
<mc...@binnie.demon.co.uk> writes

Quote
>I am looking for routines which perform simple Netware 4.x operations
>using delphi 1.0. In particular, Login, Logout, Map, Attach and
>Detach. I have components which work with Netware 3.x but these do not
>appear to work with 4.x.

>Can anyone help ?

Netware 2.x and 3.x uses a Novell Bindery to look up the rights for any
object ( user etc ). Netware 4.x introduced the Novell NDS tree so that
a user could attach to a 'Domain' - for more information regarding
Netware 4.x and the basics of NDS check out the Netware Support pages.

If your current component does not allow for use of something like
'Contects' and tree structures then have a look at NWLIB - it supports
both Bindery and NDS Netware functions.

        NWLib 1.5

        by Devont Software Inc.

        18026 Deep Brook
        Spring TX 77379
        JimTy...@IX.NETCOM.COM
        70421,1506 (Compuserve)
        (713) 370-4215 (Fax)
        (713) 370-0841 (24 Hour BBS)
        www.wworks.com/~devont  (web page)

There is a Delphi run time version available for evaluation.

--
Charles Kirsfelds
Email char...@kirsf.demon.co.uk

Other Threads