Nov.LDAP.Logon
Top  Previous  Next


Logon to Novell LDAP server, all subsequent Nov.LDAP.SetSimplePassword commands will be carried out on this connection

Because SSL is used, the communication is encrypted (including your logon password), thus you do not have to worry about users sniffing network traffic gaining access to sensitive setup information.

The logon command is section local, there must be at least one logon command in each section that contains a Nov.LDAP.SetSimplePassword command.

The logoff is done automatically, either when the script finishes or when a new Nov.LDAP.Logon command to another server is executed, see the log window for logon and logoff messages.

Requirements
·Novell server with LDAP, configured to accept SSL connections on port 636.  
·A locally installed Novell SSL certificate  

Category
Novell

Script section
All

Nov.LDAP.Logon
Machine, AdminAccount, Password

Machine
LDAP server IP address  

AdminAccount
Full LDAP path to the Novell admin account  
 
Notice that the LDAP path differs from the NDS path used in the Nov.DS commands, see below examples  

Password
Novell admin password  

Examples
Logon to LDAP server 192.168.1.117 with admin NDS path OAK\MyOrg\MyOU\admin

Nov.LDAP.Logon 192.168.1.117, o=MyOrg/ou=myOU/cn=admin, password

Use the NDpathToLDAP function to convert from NDS path to LDAP path

Nov.LDAP.Logon 192.168.1.117, NDpathToLDAP(OAK\MyOrg\MyOU\admin), password